Skip to content

Commit 351102a

Browse files
build(deps): bump github.com/spf13/viper from 1.9.0 to 1.11.0
Bumps [github.com/spf13/viper](https://github.com/spf13/viper) from 1.9.0 to 1.11.0. - [Release notes](https://github.com/spf13/viper/releases) - [Commits](spf13/viper@v1.9.0...v1.11.0) --- updated-dependencies: - dependency-name: github.com/spf13/viper dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7c4c238 commit 351102a

2 files changed

Lines changed: 177 additions & 42 deletions

File tree

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ module github.com/beyondstorage/beyond-tp
33
go 1.16
44

55
require (
6+
cloud.google.com/go/iam v0.3.0 // indirect
67
github.com/99designs/gqlgen v0.16.0
78
github.com/Xuanwo/go-bufferpool v0.2.0
89
github.com/beyondstorage/go-service-azblob/v2 v2.3.0
@@ -22,10 +23,9 @@ require (
2223
github.com/golang/protobuf v1.5.2
2324
github.com/google/uuid v1.3.0
2425
github.com/grpc-ecosystem/go-grpc-middleware v1.2.2
25-
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
2626
github.com/spf13/cobra v1.4.0
2727
github.com/spf13/pflag v1.0.5
28-
github.com/spf13/viper v1.9.0
28+
github.com/spf13/viper v1.11.0
2929
github.com/stretchr/testify v1.7.1
3030
github.com/vektah/gqlparser/v2 v2.4.2
3131
go.uber.org/zap v1.21.0

0 commit comments

Comments
 (0)