Skip to content

Commit 8d4fd1f

Browse files
dependabot[bot]adamjensenbot
authored andcommitted
Bump github.com/mittwald/go-helm-client from 0.12.9 to 0.12.14
Bumps [github.com/mittwald/go-helm-client](https://github.com/mittwald/go-helm-client) from 0.12.9 to 0.12.14. - [Release notes](https://github.com/mittwald/go-helm-client/releases) - [Commits](mittwald/go-helm-client@v0.12.9...v0.12.14) --- updated-dependencies: - dependency-name: github.com/mittwald/go-helm-client dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 543fdbf commit 8d4fd1f

File tree

2 files changed

+70
-86
lines changed

2 files changed

+70
-86
lines changed

go.mod

Lines changed: 22 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ require (
1515
github.com/julienschmidt/httprouter v1.3.0
1616
github.com/mattn/go-isatty v0.0.20
1717
github.com/metal-stack/go-ipam v1.11.3
18-
github.com/miekg/dns v1.1.50
19-
github.com/mittwald/go-helm-client v0.12.9
18+
github.com/miekg/dns v1.1.57
19+
github.com/mittwald/go-helm-client v0.12.14
2020
github.com/onsi/ginkgo/v2 v2.19.0
2121
github.com/onsi/gomega v1.33.1
2222
github.com/openshift/api v0.0.0-20210521075222-e273a339932a
@@ -34,20 +34,20 @@ require (
3434
go4.org/netipx v0.0.0-20220925034521-797b0c90d8ab
3535
golang.org/x/exp v0.0.0-20240103183307-be819d1f06fc
3636
golang.org/x/mod v0.17.0
37-
golang.org/x/sync v0.7.0
37+
golang.org/x/sync v0.8.0
3838
golang.org/x/sys v0.24.0
39-
golang.org/x/text v0.16.0
39+
golang.org/x/text v0.17.0
4040
golang.zx2c4.com/wireguard/wgctrl v0.0.0-20220504211119-3d4a969bb56b
4141
gomodules.xyz/jsonpatch/v2 v2.4.0
4242
google.golang.org/api v0.162.0
4343
google.golang.org/grpc v1.65.0
4444
google.golang.org/protobuf v1.34.2
4545
gopkg.in/yaml.v3 v3.0.1
46-
helm.sh/helm/v3 v3.14.4
46+
helm.sh/helm/v3 v3.16.1
4747
k8s.io/api v0.31.1
48-
k8s.io/apiextensions-apiserver v0.31.0
48+
k8s.io/apiextensions-apiserver v0.31.1
4949
k8s.io/apimachinery v0.31.1
50-
k8s.io/apiserver v0.31.0
50+
k8s.io/apiserver v0.31.1
5151
k8s.io/cli-runtime v0.31.1
5252
k8s.io/client-go v0.31.1
5353
k8s.io/component-helpers v0.31.1
@@ -68,7 +68,8 @@ require (
6868
atomicgo.dev/keyboard v0.2.9 // indirect
6969
atomicgo.dev/schedule v0.1.0 // indirect
7070
cloud.google.com/go/compute/metadata v0.3.0 // indirect
71-
dario.cat/mergo v1.0.0 // indirect
71+
dario.cat/mergo v1.0.1 // indirect
72+
filippo.io/edwards25519 v1.1.0 // indirect
7273
github.com/AdaLogics/go-fuzz-headers v0.0.0-20230811130428-ced1acdcaa24 // indirect
7374
github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161 // indirect
7475
github.com/Azure/go-autorest v14.2.0+incompatible // indirect
@@ -82,8 +83,8 @@ require (
8283
github.com/BurntSushi/toml v1.3.2 // indirect
8384
github.com/MakeNowJust/heredoc v1.0.0 // indirect
8485
github.com/Masterminds/goutils v1.1.1 // indirect
85-
github.com/Masterminds/semver/v3 v3.2.1 // indirect
86-
github.com/Masterminds/sprig/v3 v3.2.3 // indirect
86+
github.com/Masterminds/semver/v3 v3.3.0 // indirect
87+
github.com/Masterminds/sprig/v3 v3.3.0 // indirect
8788
github.com/Masterminds/squirrel v1.5.4 // indirect
8889
github.com/Microsoft/go-winio v0.6.1 // indirect
8990
github.com/Microsoft/hcsshim v0.12.0 // indirect
@@ -102,7 +103,7 @@ require (
102103
github.com/coreos/go-semver v0.3.1 // indirect
103104
github.com/coreos/go-systemd/v22 v22.5.0 // indirect
104105
github.com/cpuguy83/go-md2man/v2 v2.0.4 // indirect
105-
github.com/cyphar/filepath-securejoin v0.2.4 // indirect
106+
github.com/cyphar/filepath-securejoin v0.3.1 // indirect
106107
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
107108
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
108109
github.com/dimchansky/utfbom v1.1.1 // indirect
@@ -115,7 +116,7 @@ require (
115116
github.com/docker/go-metrics v0.0.1 // indirect
116117
github.com/emicklei/go-restful/v3 v3.11.1 // indirect
117118
github.com/emirpasic/gods v1.18.1 // indirect
118-
github.com/evanphx/json-patch v5.7.0+incompatible // indirect
119+
github.com/evanphx/json-patch v5.9.0+incompatible // indirect
119120
github.com/evanphx/json-patch/v5 v5.9.0 // indirect
120121
github.com/exponent-io/jsonpath v0.0.0-20210407135951-1de76d718b3f // indirect
121122
github.com/fatih/camelcase v1.0.0 // indirect
@@ -133,7 +134,7 @@ require (
133134
github.com/go-openapi/jsonreference v0.20.4 // indirect
134135
github.com/go-openapi/swag v0.22.7 // indirect
135136
github.com/go-redis/redis/v8 v8.11.5 // indirect
136-
github.com/go-sql-driver/mysql v1.6.0 // indirect
137+
github.com/go-sql-driver/mysql v1.8.1 // indirect
137138
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
138139
github.com/gobwas/glob v0.2.3 // indirect
139140
github.com/gofrs/flock v0.8.1 // indirect
@@ -159,12 +160,12 @@ require (
159160
github.com/gruntwork-io/go-commons v0.13.3 // indirect
160161
github.com/hashicorp/errwrap v1.1.0 // indirect
161162
github.com/hashicorp/go-multierror v1.1.1 // indirect
162-
github.com/huandu/xstrings v1.4.0 // indirect
163+
github.com/huandu/xstrings v1.5.0 // indirect
163164
github.com/imdario/mergo v0.3.16 // indirect
164165
github.com/inconshreveable/mousetrap v1.1.0 // indirect
165166
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
166167
github.com/jmespath/go-jmespath v0.4.0 // indirect
167-
github.com/jmoiron/sqlx v1.3.5 // indirect
168+
github.com/jmoiron/sqlx v1.4.0 // indirect
168169
github.com/josharian/intern v1.0.0 // indirect
169170
github.com/josharian/native v1.1.0 // indirect
170171
github.com/json-iterator/go v1.1.12 // indirect
@@ -197,20 +198,20 @@ require (
197198
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
198199
github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f // indirect
199200
github.com/opencontainers/go-digest v1.0.0 // indirect
200-
github.com/opencontainers/image-spec v1.1.0-rc6 // indirect
201+
github.com/opencontainers/image-spec v1.1.0 // indirect
201202
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
202203
github.com/pjbgf/sha1cd v0.3.0 // indirect
203204
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
204205
github.com/pquerna/otp v1.3.0 // indirect
205206
github.com/prometheus/procfs v0.15.1 // indirect
206207
github.com/rivo/uniseg v0.4.4 // indirect
207-
github.com/rubenv/sql-migrate v1.6.0 // indirect
208+
github.com/rubenv/sql-migrate v1.7.0 // indirect
208209
github.com/russross/blackfriday/v2 v2.1.0 // indirect
209210
github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect
210-
github.com/shopspring/decimal v1.3.1 // indirect
211+
github.com/shopspring/decimal v1.4.0 // indirect
211212
github.com/sirupsen/logrus v1.9.3 // indirect
212213
github.com/skeema/knownhosts v1.2.2 // indirect
213-
github.com/spf13/cast v1.6.0 // indirect
214+
github.com/spf13/cast v1.7.0 // indirect
214215
github.com/stretchr/testify v1.9.0 // indirect
215216
github.com/urfave/cli/v2 v2.23.7 // indirect
216217
github.com/vishvananda/netns v0.0.4 // indirect
@@ -238,10 +239,10 @@ require (
238239
go.starlark.net v0.0.0-20231121155337-90ade8b19d09 // indirect
239240
go.uber.org/multierr v1.11.0 // indirect
240241
go.uber.org/zap v1.26.0 // indirect
241-
golang.org/x/crypto v0.24.0 // indirect
242+
golang.org/x/crypto v0.26.0 // indirect
242243
golang.org/x/net v0.26.0 // indirect
243244
golang.org/x/oauth2 v0.21.0 // indirect
244-
golang.org/x/term v0.21.0 // indirect
245+
golang.org/x/term v0.23.0 // indirect
245246
golang.org/x/time v0.5.0 // indirect
246247
golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect
247248
golang.zx2c4.com/wireguard v0.0.0-20220904105730-b51010ba13f0 // indirect

0 commit comments

Comments
 (0)