2025-07-28 12:34:31 +02:00
|
|
|
module github.com/MetaMask/go-did-it
|
2025-03-12 14:13:31 +01:00
|
|
|
|
2025-03-16 12:17:33 +01:00
|
|
|
go 1.23.0
|
|
|
|
|
|
|
|
|
|
toolchain go1.23.1
|
2025-03-12 14:13:31 +01:00
|
|
|
|
|
|
|
|
require (
|
2025-07-08 12:57:06 +02:00
|
|
|
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.4.0
|
|
|
|
|
github.com/mr-tron/base58 v1.1.0
|
2025-03-12 14:13:31 +01:00
|
|
|
github.com/multiformats/go-multibase v0.2.0
|
|
|
|
|
github.com/multiformats/go-varint v0.0.7
|
|
|
|
|
github.com/stretchr/testify v1.10.0
|
2025-06-23 14:13:48 +02:00
|
|
|
golang.org/x/crypto v0.39.0
|
2025-03-12 14:13:31 +01:00
|
|
|
)
|
|
|
|
|
|
|
|
|
|
require (
|
|
|
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
|
|
|
github.com/multiformats/go-base32 v0.0.3 // indirect
|
|
|
|
|
github.com/multiformats/go-base36 v0.1.0 // indirect
|
|
|
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
2025-07-08 12:57:06 +02:00
|
|
|
golang.org/x/sys v0.33.0 // indirect
|
2025-03-12 14:13:31 +01:00
|
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
|
|
|
)
|