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 (
|
2023-10-27 08:44:55 +00:00
|
|
|
github.com/google/uuid v1.3.0
|
2021-10-07 12:03:57 +00:00
|
|
|
github.com/mr-tron/base58 v1.2.0
|
2023-10-27 08:44:55 +00:00
|
|
|
github.com/nspcc-dev/neo-go v0.103.0
|
|
|
|
github.com/nspcc-dev/neo-go/pkg/interop v0.0.0-20231020160724-c3955f87d1b5
|
|
|
|
github.com/stretchr/testify v1.8.4
|
2021-10-01 19:24:05 +00:00
|
|
|
)
|