Skip to content

Commit c24237a

Browse files
build(deps): Bump github.com/spf13/viper from 1.15.0 to 1.17.0
Bumps [github.com/spf13/viper](https://github.com/spf13/viper) from 1.15.0 to 1.17.0. - [Release notes](https://github.com/spf13/viper/releases) - [Commits](spf13/viper@v1.15.0...v1.17.0) --- 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 87899c7 commit c24237a

File tree

2 files changed

+116
-102
lines changed

2 files changed

+116
-102
lines changed

go.mod

Lines changed: 37 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/estahn/k8s-image-swapper
33
go 1.18
44

55
require (
6-
cloud.google.com/go/artifactregistry v1.13.1
6+
cloud.google.com/go/artifactregistry v1.14.1
77
github.com/alitto/pond v1.8.3
88
github.com/aws/aws-sdk-go v1.44.271
99
github.com/containers/image/v5 v5.25.0
@@ -19,9 +19,9 @@ require (
1919
github.com/rs/zerolog v1.29.1
2020
github.com/slok/kubewebhook/v2 v2.5.0
2121
github.com/spf13/cobra v1.7.0
22-
github.com/spf13/viper v1.15.0
23-
github.com/stretchr/testify v1.8.3
24-
google.golang.org/api v0.126.0
22+
github.com/spf13/viper v1.17.0
23+
github.com/stretchr/testify v1.8.4
24+
google.golang.org/api v0.143.0
2525
gopkg.in/yaml.v2 v2.4.0
2626
k8s.io/api v0.26.3
2727
k8s.io/apimachinery v0.26.3
@@ -30,12 +30,12 @@ require (
3030
)
3131

3232
require (
33-
cloud.google.com/go v0.110.0 // indirect
34-
cloud.google.com/go/compute v1.19.3 // indirect
33+
cloud.google.com/go v0.110.7 // indirect
34+
cloud.google.com/go/compute v1.23.0 // indirect
3535
cloud.google.com/go/compute/metadata v0.2.3 // indirect
36-
cloud.google.com/go/iam v0.13.0 // indirect
37-
cloud.google.com/go/longrunning v0.4.1 // indirect
38-
cloud.google.com/go/storage v1.28.1 // indirect
36+
cloud.google.com/go/iam v1.1.1 // indirect
37+
cloud.google.com/go/longrunning v0.5.1 // indirect
38+
cloud.google.com/go/storage v1.30.1 // indirect
3939
github.com/BurntSushi/toml v1.2.1 // indirect
4040
github.com/Microsoft/go-winio v0.6.0 // indirect
4141
github.com/Microsoft/hcsshim v0.9.8 // indirect
@@ -52,7 +52,7 @@ require (
5252
github.com/containers/storage v1.46.0 // indirect
5353
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
5454
github.com/cyphar/filepath-securejoin v0.2.4 // indirect
55-
github.com/davecgh/go-spew v1.1.1 // indirect
55+
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
5656
github.com/docker/distribution v2.8.1+incompatible // indirect
5757
github.com/docker/docker v23.0.2+incompatible // indirect
5858
github.com/docker/docker-credential-helpers v0.7.0 // indirect
@@ -74,10 +74,10 @@ require (
7474
github.com/google/gnostic v0.5.7-v3refs // indirect
7575
github.com/google/go-cmp v0.5.9 // indirect
7676
github.com/google/go-intervals v0.0.2 // indirect
77-
github.com/google/s2a-go v0.1.4 // indirect
78-
github.com/google/uuid v1.3.0 // indirect
79-
github.com/googleapis/enterprise-certificate-proxy v0.2.3 // indirect
80-
github.com/googleapis/gax-go/v2 v2.10.0 // indirect
77+
github.com/google/s2a-go v0.1.7 // indirect
78+
github.com/google/uuid v1.3.1 // indirect
79+
github.com/googleapis/enterprise-certificate-proxy v0.3.1 // indirect
80+
github.com/googleapis/gax-go/v2 v2.12.0 // indirect
8181
github.com/gorilla/mux v1.8.0 // indirect
8282
github.com/gruntwork-io/go-commons v0.8.0 // indirect
8383
github.com/hashicorp/errwrap v1.1.0 // indirect
@@ -94,12 +94,12 @@ require (
9494
github.com/jinzhu/copier v0.0.0-20190924061706-b57f9002281a // indirect
9595
github.com/josharian/intern v1.0.0 // indirect
9696
github.com/json-iterator/go v1.1.12 // indirect
97-
github.com/klauspost/compress v1.16.3 // indirect
97+
github.com/klauspost/compress v1.17.0 // indirect
9898
github.com/klauspost/pgzip v1.2.6-0.20220930104621-17e8dac29df8 // indirect
9999
github.com/magiconair/properties v1.8.7 // indirect
100100
github.com/mailru/easyjson v0.7.7 // indirect
101-
github.com/mattn/go-colorable v0.1.12 // indirect
102-
github.com/mattn/go-isatty v0.0.14 // indirect
101+
github.com/mattn/go-colorable v0.1.13 // indirect
102+
github.com/mattn/go-isatty v0.0.17 // indirect
103103
github.com/mattn/go-shellwords v1.0.12 // indirect
104104
github.com/mattn/go-zglob v0.0.2-0.20190814121620-e3c945676326 // indirect
105105
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
@@ -118,22 +118,24 @@ require (
118118
github.com/opencontainers/runtime-spec v1.1.0-rc.1 // indirect
119119
github.com/opencontainers/selinux v1.11.0 // indirect
120120
github.com/ostreedev/ostree-go v0.0.0-20210805093236-719684c64e4f // indirect
121-
github.com/pelletier/go-toml/v2 v2.0.6 // indirect
121+
github.com/pelletier/go-toml/v2 v2.1.0 // indirect
122122
github.com/pkg/errors v0.9.1 // indirect
123-
github.com/pmezard/go-difflib v1.0.0 // indirect
123+
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
124124
github.com/pquerna/otp v1.2.0 // indirect
125125
github.com/prometheus/client_model v0.3.0 // indirect
126126
github.com/prometheus/common v0.42.0 // indirect
127127
github.com/prometheus/procfs v0.9.0 // indirect
128128
github.com/robfig/cron/v3 v3.0.1 // indirect
129129
github.com/russross/blackfriday/v2 v2.1.0 // indirect
130+
github.com/sagikazarmark/locafero v0.3.0 // indirect
131+
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
130132
github.com/sirupsen/logrus v1.9.0 // indirect
131-
github.com/spf13/afero v1.9.3 // indirect
132-
github.com/spf13/cast v1.5.0 // indirect
133-
github.com/spf13/jwalterweatherman v1.1.0 // indirect
133+
github.com/sourcegraph/conc v0.3.0 // indirect
134+
github.com/spf13/afero v1.10.0 // indirect
135+
github.com/spf13/cast v1.5.1 // indirect
134136
github.com/spf13/pflag v1.0.5 // indirect
135137
github.com/stretchr/objx v0.5.0 // indirect
136-
github.com/subosito/gotenv v1.4.2 // indirect
138+
github.com/subosito/gotenv v1.6.0 // indirect
137139
github.com/sylabs/sif/v2 v2.11.1 // indirect
138140
github.com/syndtr/gocapability v0.0.0-20200815063812-42c35b437635 // indirect
139141
github.com/tchap/go-patricia/v2 v2.3.1 // indirect
@@ -144,26 +146,27 @@ require (
144146
github.com/zclconf/go-cty v1.9.1 // indirect
145147
go.opencensus.io v0.24.0 // indirect
146148
go.uber.org/atomic v1.9.0 // indirect
149+
go.uber.org/multierr v1.9.0 // indirect
147150
golang.org/x/crypto v0.14.0 // indirect
148-
golang.org/x/exp v0.0.0-20230321023759-10a507213a29 // indirect
149-
golang.org/x/mod v0.9.0 // indirect
151+
golang.org/x/exp v0.0.0-20230905200255-921286631fa9 // indirect
152+
golang.org/x/mod v0.12.0 // indirect
150153
golang.org/x/net v0.17.0 // indirect
151-
golang.org/x/oauth2 v0.8.0 // indirect
152-
golang.org/x/sync v0.2.0 // indirect
154+
golang.org/x/oauth2 v0.12.0 // indirect
155+
golang.org/x/sync v0.3.0 // indirect
153156
golang.org/x/sys v0.13.0 // indirect
154157
golang.org/x/term v0.13.0 // indirect
155158
golang.org/x/text v0.13.0 // indirect
156-
golang.org/x/time v0.1.0 // indirect
157-
golang.org/x/tools v0.6.0 // indirect
159+
golang.org/x/time v0.3.0 // indirect
160+
golang.org/x/tools v0.13.0 // indirect
158161
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
159162
gomodules.xyz/jsonpatch/v3 v3.0.1 // indirect
160163
gomodules.xyz/orderedmap v0.1.0 // indirect
161164
google.golang.org/appengine v1.6.7 // indirect
162-
google.golang.org/genproto v0.0.0-20230530153820-e85fd2cbaebc // indirect
163-
google.golang.org/genproto/googleapis/api v0.0.0-20230530153820-e85fd2cbaebc // indirect
164-
google.golang.org/genproto/googleapis/rpc v0.0.0-20230530153820-e85fd2cbaebc // indirect
165-
google.golang.org/grpc v1.56.3 // indirect
166-
google.golang.org/protobuf v1.30.0 // indirect
165+
google.golang.org/genproto v0.0.0-20230913181813-007df8e322eb // indirect
166+
google.golang.org/genproto/googleapis/api v0.0.0-20230913181813-007df8e322eb // indirect
167+
google.golang.org/genproto/googleapis/rpc v0.0.0-20230920204549-e6e6cdab5c13 // indirect
168+
google.golang.org/grpc v1.58.2 // indirect
169+
google.golang.org/protobuf v1.31.0 // indirect
167170
gopkg.in/inf.v0 v0.9.1 // indirect
168171
gopkg.in/ini.v1 v1.67.0 // indirect
169172
gopkg.in/yaml.v3 v3.0.1 // indirect

0 commit comments

Comments
 (0)