forked from TrueCloudLab/frostfs-sdk-go
10 lines
183 B
Modula-2
10 lines
183 B
Modula-2
|
module github.com/nspcc-dev/neofs-sdk-go
|
||
|
|
||
|
go 1.16
|
||
|
|
||
|
require (
|
||
|
github.com/alecthomas/participle v0.7.1
|
||
|
github.com/nspcc-dev/neofs-api-go v1.26.1
|
||
|
github.com/stretchr/testify v1.6.1
|
||
|
)
|