Migrate to new release SDK

This commit is contained in:
Evgeniy Kulikov 2020-12-23 14:21:34 +03:00
parent cb1b76a103
commit ac8affff91
No known key found for this signature in database
GPG key ID: BF6AEE0A2A699BF2
2 changed files with 14 additions and 11 deletions

6
go.mod
View file

@ -4,8 +4,8 @@ go 1.13
require (
github.com/fasthttp/router v1.3.3
github.com/nspcc-dev/cdn-neofs-sdk v0.1.0
github.com/nspcc-dev/neofs-api-go v1.20.3
github.com/nspcc-dev/cdn-neofs-sdk v0.2.0
github.com/nspcc-dev/neofs-api-go v1.21.0
github.com/pkg/errors v0.9.1
github.com/prometheus/client_golang v1.8.0
github.com/prometheus/common v0.15.0
@ -13,5 +13,5 @@ require (
github.com/spf13/viper v1.7.1
github.com/valyala/fasthttp v1.17.0
go.uber.org/zap v1.16.0
google.golang.org/grpc v1.33.2
google.golang.org/grpc v1.34.0
)