mirror of
https://github.com/aljazceru/njump.git
synced 2025-12-17 14:24:27 +01:00
52 lines
2.0 KiB
Modula-2
52 lines
2.0 KiB
Modula-2
module git.fiatjaf.com/njump
|
|
|
|
go 1.21
|
|
|
|
require (
|
|
github.com/apatters/go-wordwrap v1.0.0
|
|
github.com/dgraph-io/badger v1.6.2
|
|
github.com/gomarkdown/markdown v0.0.0-20230322041520-c84983bdbf2a
|
|
github.com/kelseyhightower/envconfig v1.4.0
|
|
github.com/lukevers/freetype-go v0.0.0-20150513150840-77e276735410
|
|
github.com/microcosm-cc/bluemonday v1.0.24
|
|
github.com/nbd-wtf/go-nostr v0.24.1
|
|
github.com/pelletier/go-toml v1.9.5
|
|
github.com/rs/cors v1.10.0
|
|
github.com/rs/zerolog v1.29.1
|
|
github.com/tylermmorton/tmpl v0.0.0-20230817025807-fd8b24ce5c3d
|
|
golang.org/x/exp v0.0.0-20221106115401-f9659909a136
|
|
mvdan.cc/xurls/v2 v2.5.0
|
|
)
|
|
|
|
require (
|
|
github.com/AndreasBriese/bbloom v0.0.0-20190825152654-46b345b51c96 // indirect
|
|
github.com/aymerick/douceur v0.2.0 // indirect
|
|
github.com/btcsuite/btcd/btcec/v2 v2.2.0 // indirect
|
|
github.com/btcsuite/btcd/btcutil v1.1.3 // indirect
|
|
github.com/btcsuite/btcd/chaincfg/chainhash v1.0.1 // indirect
|
|
github.com/cespare/xxhash/v2 v2.1.1 // indirect
|
|
github.com/decred/dcrd/crypto/blake256 v1.0.0 // indirect
|
|
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.0.1 // indirect
|
|
github.com/dgraph-io/ristretto v0.1.1 // indirect
|
|
github.com/dustin/go-humanize v1.0.0 // indirect
|
|
github.com/gobwas/httphead v0.1.0 // indirect
|
|
github.com/gobwas/pool v0.2.1 // indirect
|
|
github.com/gobwas/ws v1.2.0 // indirect
|
|
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b // indirect
|
|
github.com/golang/protobuf v1.4.2 // indirect
|
|
github.com/gorilla/css v1.0.0 // indirect
|
|
github.com/josharian/intern v1.0.0 // indirect
|
|
github.com/mailru/easyjson v0.7.7 // indirect
|
|
github.com/mattn/go-colorable v0.1.12 // indirect
|
|
github.com/mattn/go-isatty v0.0.14 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/puzpuzpuz/xsync/v2 v2.5.0 // indirect
|
|
github.com/stretchr/testify v1.7.5 // indirect
|
|
github.com/tidwall/gjson v1.14.4 // indirect
|
|
github.com/tidwall/match v1.1.1 // indirect
|
|
github.com/tidwall/pretty v1.2.0 // indirect
|
|
golang.org/x/net v0.10.0 // indirect
|
|
golang.org/x/sys v0.8.0 // indirect
|
|
google.golang.org/protobuf v1.23.0 // indirect
|
|
)
|