2023-03-07 11:06:21 +00:00
|
|
|
module git.frostfs.info/TrueCloudLab/frostfs-contract
|
2020-03-30 13:59:54 +00:00
|
|
|
|
2021-03-22 06:18:33 +00:00
|
|
|
go 1.14
|
2020-03-30 13:59:54 +00:00
|
|
|
|
2021-10-01 19:24:05 +00:00
|
|
|
require (
|
2021-10-07 12:03:57 +00:00
|
|
|
github.com/mr-tron/base58 v1.2.0
|
2022-10-17 12:50:23 +00:00
|
|
|
github.com/nspcc-dev/neo-go v0.99.4
|
|
|
|
github.com/nspcc-dev/neo-go/pkg/interop v0.0.0-20220927123257-24c107e3a262
|
2021-10-01 19:24:05 +00:00
|
|
|
github.com/stretchr/testify v1.7.0
|
|
|
|
)
|