frostfs-sdk-go/go.mod

12 lines
276 B
Modula-2

module github.com/nspcc-dev/neofs-sdk-go
go 1.16
require (
github.com/antlr/antlr4/runtime/Go/antlr v0.0.0-20210521073959-f0d4d129b7f1
github.com/nspcc-dev/neofs-api-go v1.28.3
github.com/stretchr/testify v1.6.1
go.uber.org/zap v1.10.0
google.golang.org/grpc v1.29.1
)