2022-11-04 08:24:32 -03:00
|
|
|
module github.com/nbd-wtf/go-nostr
|
2021-01-31 11:05:09 -03:00
|
|
|
|
2024-09-09 13:50:56 +03:30
|
|
|
go 1.22.5
|
2021-01-31 11:05:09 -03:00
|
|
|
|
|
|
|
require (
|
2024-02-08 16:33:52 -03:00
|
|
|
github.com/bluekeyes/go-gitdiff v0.7.1
|
2023-10-31 17:48:06 -03:00
|
|
|
github.com/btcsuite/btcd/btcec/v2 v2.3.2
|
2023-03-23 16:59:41 -03:00
|
|
|
github.com/btcsuite/btcd/btcutil v1.1.3
|
2023-05-04 23:51:15 +02:00
|
|
|
github.com/gobwas/httphead v0.1.0
|
|
|
|
github.com/gobwas/ws v1.2.0
|
2023-04-16 15:56:50 -03:00
|
|
|
github.com/mailru/easyjson v0.7.7
|
2024-01-10 06:54:52 -03:00
|
|
|
github.com/puzpuzpuz/xsync/v3 v3.0.2
|
2024-09-09 13:50:56 +03:30
|
|
|
github.com/stretchr/testify v1.9.0
|
2023-05-09 16:31:10 -03:00
|
|
|
github.com/tidwall/gjson v1.14.4
|
2022-01-06 21:56:57 -03:00
|
|
|
github.com/tyler-smith/go-bip32 v1.0.0
|
|
|
|
github.com/tyler-smith/go-bip39 v1.1.0
|
2024-01-22 22:27:13 -03:00
|
|
|
golang.org/x/crypto v0.7.0
|
2023-10-31 17:48:06 -03:00
|
|
|
golang.org/x/exp v0.0.0-20230425010034-47ecfdc1ba53
|
|
|
|
golang.org/x/net v0.8.0
|
2024-02-15 22:21:11 -03:00
|
|
|
golang.org/x/text v0.8.0
|
2021-01-31 11:05:09 -03:00
|
|
|
)
|
2022-08-22 08:45:27 -03:00
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/FactomProject/basen v0.0.0-20150613233007-fe3947df716e // indirect
|
|
|
|
github.com/FactomProject/btcutilecc v0.0.0-20130527213604-d3a63a5752ec // indirect
|
2023-10-31 17:48:06 -03:00
|
|
|
github.com/btcsuite/btcd/chaincfg/chainhash v1.0.2 // indirect
|
2024-05-15 07:35:38 -03:00
|
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
2023-10-31 17:48:06 -03:00
|
|
|
github.com/decred/dcrd/crypto/blake256 v1.0.1 // indirect
|
2024-05-29 08:39:24 -03:00
|
|
|
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.2.0 // indirect
|
2023-05-04 23:51:15 +02:00
|
|
|
github.com/gobwas/pool v0.2.1 // indirect
|
2023-04-16 15:56:50 -03:00
|
|
|
github.com/josharian/intern v1.0.0 // indirect
|
2024-05-15 07:35:38 -03:00
|
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
2023-05-09 16:31:10 -03:00
|
|
|
github.com/tidwall/match v1.1.1 // indirect
|
|
|
|
github.com/tidwall/pretty v1.2.0 // indirect
|
2023-10-31 17:48:06 -03:00
|
|
|
golang.org/x/sys v0.8.0 // indirect
|
2024-05-15 07:35:38 -03:00
|
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
2022-08-22 08:45:27 -03:00
|
|
|
)
|