2022-11-04 08:24:32 -03:00
|
|
|
module github.com/nbd-wtf/go-nostr
|
2021-01-31 11:05:09 -03:00
|
|
|
|
2022-08-22 08:45:27 -03:00
|
|
|
go 1.18
|
2021-01-31 11:05:09 -03:00
|
|
|
|
|
|
|
require (
|
2022-08-22 08:45:27 -03:00
|
|
|
github.com/SaveTheRbtz/generic-sync-map-go v0.0.0-20220414055132-a37292614db8
|
2022-05-01 15:10:18 -03:00
|
|
|
github.com/btcsuite/btcd/btcec/v2 v2.2.0
|
2021-01-31 11:05:09 -03:00
|
|
|
github.com/gorilla/websocket v1.4.2
|
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
|
2022-02-09 13:40:26 -03:00
|
|
|
github.com/valyala/fastjson v1.6.3
|
2022-11-08 07:15:08 -03:00
|
|
|
golang.org/x/exp v0.0.0-20221106115401-f9659909a136
|
2022-12-17 19:39:10 +01:00
|
|
|
golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3
|
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
|
|
|
|
github.com/btcsuite/btcd/chaincfg/chainhash v1.0.1 // indirect
|
|
|
|
github.com/decred/dcrd/crypto/blake256 v1.0.0 // indirect
|
|
|
|
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.0.1 // indirect
|
|
|
|
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 // indirect
|
|
|
|
)
|