34 lines
1.1 KiB
Modula-2
34 lines
1.1 KiB
Modula-2
module git.eeqj.de/sneak/secret
|
|
|
|
go 1.24.1
|
|
|
|
require (
|
|
filippo.io/age v1.2.1
|
|
github.com/btcsuite/btcd v0.24.2
|
|
github.com/btcsuite/btcd/btcec/v2 v2.1.3
|
|
github.com/btcsuite/btcd/btcutil v1.1.6
|
|
github.com/btcsuite/btcutil v0.0.0-20190425235716-9e5f4b9a998d
|
|
github.com/oklog/ulid/v2 v2.1.1
|
|
github.com/spf13/afero v1.14.0
|
|
github.com/spf13/cobra v1.9.1
|
|
github.com/stretchr/testify v1.8.4
|
|
github.com/tyler-smith/go-bip39 v1.1.0
|
|
golang.org/x/crypto v0.38.0
|
|
golang.org/x/term v0.32.0
|
|
)
|
|
|
|
require (
|
|
github.com/btcsuite/btcd/chaincfg/chainhash v1.1.0 // indirect
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.0.1 // indirect
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
|
github.com/kr/pretty v0.2.1 // indirect
|
|
github.com/kr/text v0.2.0 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/spf13/pflag v1.0.6 // indirect
|
|
golang.org/x/sys v0.33.0 // indirect
|
|
golang.org/x/text v0.25.0 // indirect
|
|
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|