Skip to content

Commit

Permalink
Bump submodule requirements
Browse files Browse the repository at this point in the history
Refer to the 'can of worms' comment from #102

Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
  • Loading branch information
brandond committed Aug 3, 2023
1 parent 23f7fe0 commit 04a0b9e
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 607 deletions.
27 changes: 14 additions & 13 deletions pkg/apis/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,25 +3,26 @@ module github.com/rancher/system-upgrade-controller/pkg/apis
go 1.19

require (
github.com/rancher/wrangler v0.8.11
github.com/sirupsen/logrus v1.8.1
k8s.io/api v0.21.14
k8s.io/apimachinery v0.21.14
github.com/rancher/wrangler v1.1.1-0.20230425173236-39a4707f0689
github.com/sirupsen/logrus v1.9.0
k8s.io/api v0.25.12
k8s.io/apimachinery v0.25.12
)

require (
github.com/go-logr/logr v0.4.0 // indirect
github.com/go-logr/logr v1.2.3 // indirect
github.com/gogo/protobuf v1.3.2 // indirect
github.com/google/go-cmp v0.5.5 // indirect
github.com/google/gofuzz v1.1.0 // indirect
github.com/json-iterator/go v1.1.10 // indirect
github.com/json-iterator/go v1.1.12 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.1 // indirect
golang.org/x/net v0.7.0 // indirect
golang.org/x/sys v0.5.0 // indirect
golang.org/x/text v0.7.0 // indirect
github.com/modern-go/reflect2 v1.0.2 // indirect
golang.org/x/net v0.8.0 // indirect
golang.org/x/sys v0.6.0 // indirect
golang.org/x/text v0.8.0 // indirect
gopkg.in/inf.v0 v0.9.1 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
k8s.io/klog/v2 v2.9.0 // indirect
sigs.k8s.io/structured-merge-diff/v4 v4.2.1 // indirect
k8s.io/klog/v2 v2.70.1 // indirect
k8s.io/utils v0.0.0-20220728103510-ee6ede2d64ed // indirect
sigs.k8s.io/json v0.0.0-20220713155537-f223a00ba0e2 // indirect
sigs.k8s.io/structured-merge-diff/v4 v4.2.3 // indirect
)

0 comments on commit 04a0b9e

Please sign in to comment.