Skip to content

Commit bb77710

Browse files
dependabot[bot]brandond
authored andcommitted
Bump github.com/rancher/wrangler in /pkg/apis
Bumps [github.com/rancher/wrangler](https://github.com/rancher/wrangler) from 0.8.11-0.20230207214913-209077f2d98f to 0.8.11. - [Release notes](https://github.com/rancher/wrangler/releases) - [Commits](https://github.com/rancher/wrangler/commits/v0.8.11) --- updated-dependencies: - dependency-name: github.com/rancher/wrangler dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 852b037 commit bb77710

File tree

4 files changed

+130
-319
lines changed

4 files changed

+130
-319
lines changed

go.mod

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,18 @@ require (
88
github.com/onsi/gomega v1.16.0
99
github.com/rancher/lasso v0.0.0-20210616224652-fc3ebd901c08
1010
github.com/rancher/system-upgrade-controller/pkg/apis v0.0.0
11-
github.com/rancher/wrangler v0.8.11-0.20230207214913-209077f2d98f
11+
github.com/rancher/wrangler v0.8.11
1212
github.com/sirupsen/logrus v1.8.1
1313
github.com/urfave/cli v1.22.2
1414
golang.org/x/crypto v0.0.0-20220411220226-7b82a4e95df4 // indirect
1515
k8s.io/api v0.21.14
16+
k8s.io/apiextensions-apiserver v0.21.14 // indirect
1617
k8s.io/apimachinery v0.21.14
1718
k8s.io/client-go v0.21.14
19+
k8s.io/code-generator v0.21.14 // indirect
1820
k8s.io/kubectl v0.21.14
1921
k8s.io/kubernetes v1.21.14
22+
k8s.io/utils v0.0.0-20211116205334-6203023598ed
2023
)
2124

2225
replace (

0 commit comments

Comments
 (0)