Skip to content
This repository was archived by the owner on Sep 23, 2024. It is now read-only.

Commit 372e876

Browse files
Bump github.com/spf13/viper from 1.17.0 to 1.18.1
Bumps [github.com/spf13/viper](https://github.com/spf13/viper) from 1.17.0 to 1.18.1. - [Release notes](https://github.com/spf13/viper/releases) - [Commits](spf13/viper@v1.17.0...v1.18.1) --- 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 e22dfe6 commit 372e876

File tree

2 files changed

+48
-64
lines changed

2 files changed

+48
-64
lines changed

go.mod

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ require (
77
github.com/0xPolygon/cdk-validium-node v0.0.2-0.20230922123231-07ce723e6268
88
github.com/ethereum/go-ethereum v1.13.5
99
github.com/gobuffalo/packr/v2 v2.8.3
10-
github.com/jackc/pgx/v4 v4.18.1
1110
github.com/jackc/pgconn v1.14.1
11+
github.com/jackc/pgx/v4 v4.18.1
1212
github.com/mitchellh/mapstructure v1.5.0
1313
github.com/prometheus/client_golang v1.17.0
1414
github.com/rubenv/sql-migrate v1.5.2
15-
github.com/spf13/viper v1.17.0
15+
github.com/spf13/viper v1.18.1
1616
github.com/stretchr/testify v1.8.4
1717
github.com/urfave/cli/v2 v2.26.0
1818
go.opentelemetry.io/otel/exporters/prometheus v0.44.0
@@ -44,7 +44,7 @@ require (
4444
github.com/dlclark/regexp2 v1.7.0 // indirect
4545
github.com/dop251/goja v0.0.0-20230806174421-c933cf95e127 // indirect
4646
github.com/ethereum/c-kzg-4844 v0.4.0 // indirect
47-
github.com/fsnotify/fsnotify v1.6.0 // indirect
47+
github.com/fsnotify/fsnotify v1.7.0 // indirect
4848
github.com/gballet/go-libpcsclite v0.0.0-20190607065134-2772fd86a8ff // indirect
4949
github.com/getsentry/sentry-go v0.18.0 // indirect
5050
github.com/go-gorp/gorp/v3 v3.1.0 // indirect
@@ -62,7 +62,7 @@ require (
6262
github.com/golang/snappy v0.0.5-0.20220116011046-fa5810519dcb // indirect
6363
github.com/google/gofuzz v1.2.0 // indirect
6464
github.com/google/pprof v0.0.0-20230207041349-798e818bf904 // indirect
65-
github.com/google/uuid v1.3.0 // indirect
65+
github.com/google/uuid v1.4.0 // indirect
6666
github.com/gorilla/websocket v1.5.0 // indirect
6767
github.com/hashicorp/hcl v1.0.0 // indirect
6868
github.com/hermeznetwork/tracerr v0.3.2 // indirect
@@ -102,13 +102,13 @@ require (
102102
github.com/rivo/uniseg v0.2.0 // indirect
103103
github.com/rogpeppe/go-internal v1.10.0 // indirect
104104
github.com/russross/blackfriday/v2 v2.1.0 // indirect
105-
github.com/sagikazarmark/locafero v0.3.0 // indirect
105+
github.com/sagikazarmark/locafero v0.4.0 // indirect
106106
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
107107
github.com/shirou/gopsutil v3.21.4-0.20210419000835-c7a38de76ee5+incompatible // indirect
108108
github.com/sirupsen/logrus v1.9.0 // indirect
109109
github.com/sourcegraph/conc v0.3.0 // indirect
110-
github.com/spf13/afero v1.10.0 // indirect
111-
github.com/spf13/cast v1.5.1 // indirect
110+
github.com/spf13/afero v1.11.0 // indirect
111+
github.com/spf13/cast v1.6.0 // indirect
112112
github.com/spf13/pflag v1.0.5 // indirect
113113
github.com/status-im/keycard-go v0.2.0 // indirect
114114
github.com/stretchr/objx v0.5.0 // indirect
@@ -129,18 +129,18 @@ require (
129129
go.uber.org/atomic v1.9.0 // indirect
130130
go.uber.org/multierr v1.9.0 // indirect
131131
go.uber.org/zap v1.24.0 // indirect
132-
golang.org/x/crypto v0.14.0 // indirect
132+
golang.org/x/crypto v0.16.0 // indirect
133133
golang.org/x/exp v0.0.0-20230905200255-921286631fa9 // indirect
134134
golang.org/x/mod v0.12.0 // indirect
135-
golang.org/x/net v0.17.0 // indirect
136-
golang.org/x/sync v0.3.0 // indirect
137-
golang.org/x/sys v0.14.0 // indirect
138-
golang.org/x/term v0.13.0 // indirect
139-
golang.org/x/text v0.13.0 // indirect
140-
golang.org/x/time v0.3.0 // indirect
135+
golang.org/x/net v0.19.0 // indirect
136+
golang.org/x/sync v0.5.0 // indirect
137+
golang.org/x/sys v0.15.0 // indirect
138+
golang.org/x/term v0.15.0 // indirect
139+
golang.org/x/text v0.14.0 // indirect
140+
golang.org/x/time v0.5.0 // indirect
141141
golang.org/x/tools v0.13.0 // indirect
142-
google.golang.org/genproto/googleapis/rpc v0.0.0-20230920204549-e6e6cdab5c13 // indirect
143-
google.golang.org/grpc v1.58.2 // indirect
142+
google.golang.org/genproto/googleapis/rpc v0.0.0-20231120223509-83a465c0220f // indirect
143+
google.golang.org/grpc v1.59.0 // indirect
144144
google.golang.org/protobuf v1.31.0 // indirect
145145
gopkg.in/ini.v1 v1.67.0 // indirect
146146
gopkg.in/yaml.v3 v3.0.1 // indirect

0 commit comments

Comments
 (0)