Update dependencies

- github.com/labstack/echo/v4 `v4.1.11 => v4.1.14`
- github.com/nspcc-dev/neofs-api `v0.2.14 => v0.3.1`
- github.com/pkg/errors `v0.8.1 => v0.9.1`
- github.com/prometheus/client_golang `v1.2.1 => v1.4.1`
- github.com/spf13/viper `v1.6.1 => v1.6.2`
- google.golang.org/grpc `v1.25.1 => v1.27.1`
This commit is contained in:
Evgeniy Kulikov 2020-02-07 18:04:02 +03:00
parent 1542a01924
commit f14401c0c0
No known key found for this signature in database
GPG key ID: BF6AEE0A2A699BF2
2 changed files with 37 additions and 6 deletions

12
go.mod
View file

@ -3,15 +3,15 @@ module github.com/nspcc-dev/neofs-gw
go 1.13
require (
github.com/labstack/echo/v4 v4.1.11
github.com/nspcc-dev/neofs-api v0.2.14
github.com/labstack/echo/v4 v4.1.14 // v4.1.11 => v4.1.14
github.com/nspcc-dev/neofs-api v0.3.1 // v0.2.14 => v0.3.1
github.com/nspcc-dev/neofs-crypto v0.2.3
github.com/pkg/errors v0.8.1
github.com/prometheus/client_golang v1.2.1
github.com/pkg/errors v0.9.1 // v0.8.1 => v0.9.1
github.com/prometheus/client_golang v1.4.1 // v1.2.1 => v1.4.1
github.com/spf13/pflag v1.0.5
github.com/spf13/viper v1.6.1
github.com/spf13/viper v1.6.2 // v1.6.1 => v1.6.2
go.uber.org/zap v1.13.0
google.golang.org/grpc v1.25.1
google.golang.org/grpc v1.27.1 // v1.25.1 => v1.27.1
)
// Temporary, before we move repo to github: