forked from TrueCloudLab/frostfs-http-gw
Migrate to new release SDK
This commit is contained in:
parent
cb1b76a103
commit
ac8affff91
2 changed files with 14 additions and 11 deletions
6
go.mod
6
go.mod
|
@ -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
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue