Skip to content

Commit df85ca6

Browse files
chore(deps): bump github.com/spf13/viper from 1.15.0 to 1.18.2
Bumps [github.com/spf13/viper](https://github.com/spf13/viper) from 1.15.0 to 1.18.2. - [Release notes](https://github.com/spf13/viper/releases) - [Commits](spf13/viper@v1.15.0...v1.18.2) --- updated-dependencies: - dependency-name: github.com/spf13/viper dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4a961ac commit df85ca6

File tree

2 files changed

+550
-63
lines changed

2 files changed

+550
-63
lines changed

go.mod

Lines changed: 24 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/codenotary/immudb
33
go 1.17
44

55
require (
6-
github.com/fatih/color v1.13.0
6+
github.com/fatih/color v1.14.1
77
github.com/gizak/termui/v3 v3.1.0
88
github.com/gogo/protobuf v1.3.2
99
github.com/golang/protobuf v1.5.3
@@ -31,15 +31,15 @@ require (
3131
github.com/schollz/progressbar/v2 v2.15.0
3232
github.com/spf13/cobra v1.6.1
3333
github.com/spf13/pflag v1.0.5
34-
github.com/spf13/viper v1.15.0
34+
github.com/spf13/viper v1.18.2
3535
github.com/stretchr/testify v1.8.4
3636
github.com/takama/daemon v0.12.0
3737
golang.org/x/crypto v0.17.0
38-
golang.org/x/net v0.17.0
38+
golang.org/x/net v0.19.0
3939
golang.org/x/sys v0.15.0
4040
golang.org/x/tools/cmd/cover v0.1.0-deprecated
41-
google.golang.org/genproto/googleapis/api v0.0.0-20230822172742-b8732ec3820d
42-
google.golang.org/grpc v1.57.1
41+
google.golang.org/genproto/googleapis/api v0.0.0-20231106174013-bbf56f31fb17
42+
google.golang.org/grpc v1.59.0
4343
google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.1.0
4444
google.golang.org/protobuf v1.32.0
4545
)
@@ -56,12 +56,12 @@ require (
5656
github.com/cespare/xxhash v1.1.0 // indirect
5757
github.com/cespare/xxhash/v2 v2.2.0 // indirect
5858
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
59-
github.com/davecgh/go-spew v1.1.1 // indirect
59+
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
6060
github.com/dgraph-io/ristretto v0.0.2 // indirect
61-
github.com/envoyproxy/protoc-gen-validate v0.10.1 // indirect
62-
github.com/fsnotify/fsnotify v1.6.0 // indirect
61+
github.com/envoyproxy/protoc-gen-validate v1.0.2 // indirect
62+
github.com/fsnotify/fsnotify v1.7.0 // indirect
6363
github.com/ghodss/yaml v1.0.0 // indirect
64-
github.com/golang/glog v1.1.0 // indirect
64+
github.com/golang/glog v1.1.2 // indirect
6565
github.com/hashicorp/hcl v1.0.0 // indirect
6666
github.com/huandu/xstrings v1.3.2 // indirect
6767
github.com/imdario/mergo v0.3.13 // indirect
@@ -90,22 +90,28 @@ require (
9090
github.com/ory/viper v1.7.5 // indirect
9191
github.com/pborman/uuid v1.2.0 // indirect
9292
github.com/pelletier/go-toml v1.9.5 // indirect
93-
github.com/pelletier/go-toml/v2 v2.0.9 // indirect
93+
github.com/pelletier/go-toml/v2 v2.1.0 // indirect
9494
github.com/pkg/errors v0.9.1 // indirect
95-
github.com/pmezard/go-difflib v1.0.0 // indirect
95+
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
9696
github.com/pseudomuto/protokit v0.2.1 // indirect
9797
github.com/rivo/uniseg v0.2.0 // indirect
9898
github.com/russross/blackfriday/v2 v2.1.0 // indirect
99-
github.com/spf13/afero v1.9.3 // indirect
100-
github.com/spf13/cast v1.5.0 // indirect
99+
github.com/sagikazarmark/locafero v0.4.0 // indirect
100+
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
101+
github.com/sourcegraph/conc v0.3.0 // indirect
102+
github.com/spf13/afero v1.11.0 // indirect
103+
github.com/spf13/cast v1.6.0 // indirect
101104
github.com/spf13/jwalterweatherman v1.1.0 // indirect
102-
github.com/subosito/gotenv v1.4.2 // indirect
103-
golang.org/x/mod v0.9.0 // indirect
105+
github.com/subosito/gotenv v1.6.0 // indirect
106+
go.uber.org/atomic v1.9.0 // indirect
107+
go.uber.org/multierr v1.9.0 // indirect
108+
golang.org/x/exp v0.0.0-20230905200255-921286631fa9 // indirect
109+
golang.org/x/mod v0.12.0 // indirect
104110
golang.org/x/term v0.15.0 // indirect
105111
golang.org/x/text v0.14.0 // indirect
106-
golang.org/x/tools v0.7.0 // indirect
107-
google.golang.org/genproto v0.0.0-20230803162519-f966b187b2e5 // indirect
108-
google.golang.org/genproto/googleapis/rpc v0.0.0-20230822172742-b8732ec3820d // indirect
112+
golang.org/x/tools v0.13.0 // indirect
113+
google.golang.org/genproto v0.0.0-20231106174013-bbf56f31fb17 // indirect
114+
google.golang.org/genproto/googleapis/rpc v0.0.0-20231120223509-83a465c0220f // indirect
109115
gopkg.in/ini.v1 v1.67.0 // indirect
110116
gopkg.in/yaml.v2 v2.4.0 // indirect
111117
gopkg.in/yaml.v3 v3.0.1 // indirect

0 commit comments

Comments
 (0)