mirror of
https://github.com/nbd-wtf/go-nostr.git
synced 2025-03-17 21:32:56 +01:00
38 lines
1.3 KiB
Modula-2
38 lines
1.3 KiB
Modula-2
module github.com/nbd-wtf/go-nostr
|
|
|
|
go 1.21
|
|
|
|
require (
|
|
github.com/bluekeyes/go-gitdiff v0.7.1
|
|
github.com/btcsuite/btcd/btcec/v2 v2.3.2
|
|
github.com/btcsuite/btcd/btcutil v1.1.3
|
|
github.com/gobwas/httphead v0.1.0
|
|
github.com/gobwas/ws v1.2.0
|
|
github.com/mailru/easyjson v0.7.7
|
|
github.com/puzpuzpuz/xsync/v3 v3.0.2
|
|
github.com/stretchr/testify v1.8.2
|
|
github.com/tidwall/gjson v1.14.4
|
|
github.com/tyler-smith/go-bip32 v1.0.0
|
|
github.com/tyler-smith/go-bip39 v1.1.0
|
|
golang.org/x/crypto v0.7.0
|
|
golang.org/x/exp v0.0.0-20230425010034-47ecfdc1ba53
|
|
golang.org/x/net v0.8.0
|
|
golang.org/x/text v0.8.0
|
|
)
|
|
|
|
require (
|
|
github.com/FactomProject/basen v0.0.0-20150613233007-fe3947df716e // indirect
|
|
github.com/FactomProject/btcutilecc v0.0.0-20130527213604-d3a63a5752ec // indirect
|
|
github.com/btcsuite/btcd/chaincfg/chainhash v1.0.2 // indirect
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/decred/dcrd/crypto/blake256 v1.0.1 // indirect
|
|
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.2.0 // indirect
|
|
github.com/gobwas/pool v0.2.1 // indirect
|
|
github.com/josharian/intern v1.0.0 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/tidwall/match v1.1.1 // indirect
|
|
github.com/tidwall/pretty v1.2.0 // indirect
|
|
golang.org/x/sys v0.8.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|