2024-01-07 19:14:47 +00:00
|
|
|
module git.frostfs.info/Web3N3/neowolves/contract
|
|
|
|
|
|
|
|
go 1.21.5
|
|
|
|
|
2024-01-10 17:03:10 +00:00
|
|
|
require (
|
|
|
|
github.com/nspcc-dev/neo-go v0.105.0
|
|
|
|
github.com/nspcc-dev/neo-go/pkg/interop v0.0.0-20231229133344-d90169761595
|
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.0.1 // indirect
|
|
|
|
github.com/google/uuid v1.3.0 // indirect
|
|
|
|
github.com/hashicorp/golang-lru v0.6.0 // indirect
|
|
|
|
github.com/mr-tron/base58 v1.2.0 // indirect
|
|
|
|
github.com/nspcc-dev/go-ordered-json v0.0.0-20231123160306-3374ff1e7a3c // indirect
|
|
|
|
github.com/nspcc-dev/rfc6979 v0.2.0 // indirect
|
|
|
|
golang.org/x/crypto v0.17.0 // indirect
|
|
|
|
golang.org/x/sync v0.3.0 // indirect
|
|
|
|
golang.org/x/text v0.14.0 // indirect
|
|
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
|
|
)
|