2020-03-30 16:59:54 +03:00
|
|
|
module github.com/nspcc-dev/neofs-contract
|
|
|
|
|
2021-03-22 09:18:33 +03:00
|
|
|
go 1.14
|
2020-03-30 16:59:54 +03:00
|
|
|
|
2021-10-01 22:24:05 +03:00
|
|
|
require (
|
2021-10-07 15:03:57 +03:00
|
|
|
github.com/mr-tron/base58 v1.2.0
|
2021-10-01 22:24:05 +03:00
|
|
|
github.com/nspcc-dev/neo-go v0.97.2
|
|
|
|
github.com/stretchr/testify v1.7.0
|
|
|
|
go.uber.org/zap v1.18.1
|
|
|
|
)
|