Skip to content

Commit 9f99af3

Browse files
Bump github.com/spf13/viper from 1.16.0 to 1.18.2 (#129)
Bumps [github.com/spf13/viper](https://github.com/spf13/viper) from 1.16.0 to 1.18.2. - [Release notes](https://github.com/spf13/viper/releases) - [Commits](spf13/viper@v1.16.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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7af4e42 commit 9f99af3

File tree

2 files changed

+75
-294
lines changed

2 files changed

+75
-294
lines changed

go.mod

Lines changed: 24 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ require (
1010
github.com/mitchellh/hashstructure v1.1.0
1111
github.com/pact-foundation/pact-go v1.7.0
1212
github.com/pkg/errors v0.9.1
13-
github.com/pmezard/go-difflib v1.0.0
13+
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2
1414
github.com/replicatedhq/kotskinds v0.0.0-20230724164735-f83482cc9cfe
1515
github.com/robfig/cron/v3 v3.0.1
1616
github.com/spf13/cobra v1.7.0
1717
github.com/spf13/pflag v1.0.5
18-
github.com/spf13/viper v1.16.0
18+
github.com/spf13/viper v1.18.2
1919
github.com/stretchr/testify v1.8.4
2020
go.uber.org/zap v1.24.0
2121
gopkg.in/yaml.v2 v2.4.0
@@ -45,7 +45,7 @@ require (
4545
github.com/chai2010/gettext-go v1.0.2 // indirect
4646
github.com/containerd/containerd v1.7.6 // indirect
4747
github.com/cyphar/filepath-securejoin v0.2.4 // indirect
48-
github.com/davecgh/go-spew v1.1.1 // indirect
48+
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
4949
github.com/docker/cli v24.0.6+incompatible // indirect
5050
github.com/docker/distribution v2.8.2+incompatible // indirect
5151
github.com/docker/docker v24.0.7+incompatible // indirect
@@ -58,7 +58,7 @@ require (
5858
github.com/evanphx/json-patch v5.6.0+incompatible // indirect
5959
github.com/exponent-io/jsonpath v0.0.0-20151013193312-d6023ce2651d // indirect
6060
github.com/fatih/color v1.15.0 // indirect
61-
github.com/fsnotify/fsnotify v1.6.0 // indirect
61+
github.com/fsnotify/fsnotify v1.7.0 // indirect
6262
github.com/go-errors/errors v1.4.2 // indirect
6363
github.com/go-gorp/gorp/v3 v3.1.0 // indirect
6464
github.com/go-logr/logr v1.2.4 // indirect
@@ -77,7 +77,7 @@ require (
7777
github.com/google/go-cmp v0.5.9 // indirect
7878
github.com/google/gofuzz v1.2.0 // indirect
7979
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
80-
github.com/google/uuid v1.3.0 // indirect
80+
github.com/google/uuid v1.4.0 // indirect
8181
github.com/gosuri/uitable v0.0.4 // indirect
8282
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 // indirect
8383
github.com/hashicorp/errwrap v1.1.0 // indirect
@@ -92,7 +92,7 @@ require (
9292
github.com/josharian/intern v1.0.0 // indirect
9393
github.com/json-iterator/go v1.1.12 // indirect
9494
github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0 // indirect
95-
github.com/klauspost/compress v1.16.3 // indirect
95+
github.com/klauspost/compress v1.17.0 // indirect
9696
github.com/lann/builder v0.0.0-20180802200727-47ae307949d0 // indirect
9797
github.com/lann/ps v0.0.0-20150810152359-62de8c46ede0 // indirect
9898
github.com/lib/pq v1.10.9 // indirect
@@ -118,7 +118,7 @@ require (
118118
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
119119
github.com/opencontainers/go-digest v1.0.0 // indirect
120120
github.com/opencontainers/image-spec v1.1.0-rc5 // indirect
121-
github.com/pelletier/go-toml/v2 v2.0.8 // indirect
121+
github.com/pelletier/go-toml/v2 v2.1.0 // indirect
122122
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
123123
github.com/prometheus/client_golang v1.16.0 // indirect
124124
github.com/prometheus/client_model v0.4.0 // indirect
@@ -127,13 +127,15 @@ require (
127127
github.com/rivo/uniseg v0.4.4 // indirect
128128
github.com/rubenv/sql-migrate v1.5.2 // indirect
129129
github.com/russross/blackfriday/v2 v2.1.0 // indirect
130+
github.com/sagikazarmark/locafero v0.4.0 // indirect
131+
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
130132
github.com/sergi/go-diff v1.2.0 // indirect
131133
github.com/shopspring/decimal v1.3.1 // indirect
132134
github.com/sirupsen/logrus v1.9.3 // indirect
133-
github.com/spf13/afero v1.9.5 // indirect
134-
github.com/spf13/cast v1.5.1 // indirect
135-
github.com/spf13/jwalterweatherman v1.1.0 // indirect
136-
github.com/subosito/gotenv v1.4.2 // indirect
135+
github.com/sourcegraph/conc v0.3.0 // indirect
136+
github.com/spf13/afero v1.11.0 // indirect
137+
github.com/spf13/cast v1.6.0 // indirect
138+
github.com/subosito/gotenv v1.6.0 // indirect
137139
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
138140
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
139141
github.com/xeipuuv/gojsonschema v1.2.0 // indirect
@@ -147,17 +149,18 @@ require (
147149
go.starlark.net v0.0.0-20230525235612-a134d8f9ddca // indirect
148150
go.uber.org/atomic v1.10.0 // indirect
149151
go.uber.org/multierr v1.11.0 // indirect
150-
golang.org/x/crypto v0.14.0 // indirect
151-
golang.org/x/net v0.17.0 // indirect
152-
golang.org/x/oauth2 v0.9.0 // indirect
153-
golang.org/x/sync v0.3.0 // indirect
154-
golang.org/x/sys v0.13.0 // indirect
155-
golang.org/x/term v0.13.0 // indirect
156-
golang.org/x/text v0.13.0 // indirect
157-
golang.org/x/time v0.3.0 // indirect
152+
golang.org/x/crypto v0.16.0 // indirect
153+
golang.org/x/exp v0.0.0-20230905200255-921286631fa9 // indirect
154+
golang.org/x/net v0.19.0 // indirect
155+
golang.org/x/oauth2 v0.15.0 // indirect
156+
golang.org/x/sync v0.5.0 // indirect
157+
golang.org/x/sys v0.15.0 // indirect
158+
golang.org/x/term v0.15.0 // indirect
159+
golang.org/x/text v0.14.0 // indirect
160+
golang.org/x/time v0.5.0 // indirect
158161
google.golang.org/appengine v1.6.7 // indirect
159-
google.golang.org/genproto/googleapis/rpc v0.0.0-20230525234030-28d5490b6b19 // indirect
160-
google.golang.org/grpc v1.56.3 // indirect
162+
google.golang.org/genproto/googleapis/rpc v0.0.0-20231120223509-83a465c0220f // indirect
163+
google.golang.org/grpc v1.59.0 // indirect
161164
google.golang.org/protobuf v1.31.0 // indirect
162165
gopkg.in/inf.v0 v0.9.1 // indirect
163166
gopkg.in/ini.v1 v1.67.0 // indirect

0 commit comments

Comments
 (0)