Skip to content

Commit 3f738ee

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] <support@github.com>
1 parent 0f41580 commit 3f738ee

File tree

2 files changed

+569
-71
lines changed

2 files changed

+569
-71
lines changed

go.mod

Lines changed: 27 additions & 21 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
35-
github.com/stretchr/testify v1.8.2
34+
github.com/spf13/viper v1.18.2
35+
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.0
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.31.0
4545
)
@@ -55,13 +55,13 @@ require (
5555
github.com/cespare/xxhash v1.1.0 // indirect
5656
github.com/cespare/xxhash/v2 v2.2.0 // indirect
5757
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
58-
github.com/davecgh/go-spew v1.1.1 // indirect
58+
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
5959
github.com/deepmap/oapi-codegen v1.8.2 // 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
@@ -75,8 +75,8 @@ require (
7575
github.com/jackc/pgservicefile v0.0.0-20200714003250-2b9c44734f2b // indirect
7676
github.com/jackc/pgtype v1.11.0 // indirect
7777
github.com/magiconair/properties v1.8.7 // indirect
78-
github.com/mattn/go-colorable v0.1.12 // indirect
79-
github.com/mattn/go-isatty v0.0.14 // indirect
78+
github.com/mattn/go-colorable v0.1.13 // indirect
79+
github.com/mattn/go-isatty v0.0.17 // indirect
8080
github.com/mattn/go-runewidth v0.0.13 // indirect
8181
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
8282
github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db // indirect
@@ -89,22 +89,28 @@ require (
8989
github.com/ory/viper v1.7.5 // indirect
9090
github.com/pborman/uuid v1.2.0 // indirect
9191
github.com/pelletier/go-toml v1.9.5 // indirect
92-
github.com/pelletier/go-toml/v2 v2.0.6 // indirect
92+
github.com/pelletier/go-toml/v2 v2.1.0 // indirect
9393
github.com/pkg/errors v0.9.1 // indirect
94-
github.com/pmezard/go-difflib v1.0.0 // indirect
94+
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
9595
github.com/pseudomuto/protokit v0.2.1 // indirect
9696
github.com/rivo/uniseg v0.2.0 // indirect
9797
github.com/russross/blackfriday/v2 v2.1.0 // indirect
98-
github.com/spf13/afero v1.9.3 // indirect
99-
github.com/spf13/cast v1.5.0 // indirect
98+
github.com/sagikazarmark/locafero v0.4.0 // indirect
99+
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
100+
github.com/sourcegraph/conc v0.3.0 // indirect
101+
github.com/spf13/afero v1.11.0 // indirect
102+
github.com/spf13/cast v1.6.0 // indirect
100103
github.com/spf13/jwalterweatherman v1.1.0 // indirect
101-
github.com/subosito/gotenv v1.4.2 // indirect
102-
golang.org/x/mod v0.9.0 // indirect
104+
github.com/subosito/gotenv v1.6.0 // indirect
105+
go.uber.org/atomic v1.9.0 // indirect
106+
go.uber.org/multierr v1.9.0 // indirect
107+
golang.org/x/exp v0.0.0-20230905200255-921286631fa9 // indirect
108+
golang.org/x/mod v0.12.0 // indirect
103109
golang.org/x/term v0.15.0 // indirect
104110
golang.org/x/text v0.14.0 // indirect
105-
golang.org/x/tools v0.7.0 // indirect
106-
google.golang.org/genproto v0.0.0-20230803162519-f966b187b2e5 // indirect
107-
google.golang.org/genproto/googleapis/rpc v0.0.0-20230822172742-b8732ec3820d // indirect
111+
golang.org/x/tools v0.13.0 // indirect
112+
google.golang.org/genproto v0.0.0-20231106174013-bbf56f31fb17 // indirect
113+
google.golang.org/genproto/googleapis/rpc v0.0.0-20231120223509-83a465c0220f // indirect
108114
gopkg.in/ini.v1 v1.67.0 // indirect
109115
gopkg.in/yaml.v2 v2.4.0 // indirect
110116
gopkg.in/yaml.v3 v3.0.1 // indirect

0 commit comments

Comments
 (0)