23 lines
800 B
Modula-2
23 lines
800 B
Modula-2
module github.com/fiatjaf/opentimestamps
|
|
|
|
go 1.21
|
|
|
|
require (
|
|
github.com/btcsuite/btcd v0.23.4
|
|
github.com/btcsuite/btcd/chaincfg/chainhash v1.0.1
|
|
golang.org/x/exp v0.0.0-20230905200255-921286631fa9
|
|
)
|
|
|
|
require (
|
|
github.com/btcsuite/btcd/btcec/v2 v2.1.3 // indirect
|
|
github.com/btcsuite/btcd/btcutil v1.1.0 // indirect
|
|
github.com/btcsuite/btclog v0.0.0-20170628155309-84c8d2346e9f // indirect
|
|
github.com/btcsuite/go-socks v0.0.0-20170105172521-4720035b7bfd // indirect
|
|
github.com/btcsuite/websocket v0.0.0-20150119174127-31079b680792 // indirect
|
|
github.com/decred/dcrd/crypto/blake256 v1.0.0 // indirect
|
|
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.0.1 // indirect
|
|
github.com/stretchr/testify v1.8.4 // indirect
|
|
golang.org/x/crypto v0.13.0 // indirect
|
|
golang.org/x/sys v0.12.0 // indirect
|
|
)
|