Skip to content

Commit

Permalink
ACM-7478 Update client-go to v0.26.9 (#140)
Browse files Browse the repository at this point in the history
* ACM-7478 Update client-go to v0.28.1

Signed-off-by: Jorge Padilla <jpadilla@redhat.com>

* lower version to v0.26.9

Signed-off-by: Sherin Varughese <shvarugh@redhat.com>

---------

Signed-off-by: Jorge Padilla <jpadilla@redhat.com>
Signed-off-by: Sherin Varughese <shvarugh@redhat.com>
Co-authored-by: Sherin Varughese <shvarugh@redhat.com>
  • Loading branch information
jlpadilla and SherinV authored Sep 21, 2023
1 parent e9b0cfa commit f8e90a4
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 84 deletions.
30 changes: 16 additions & 14 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,19 @@ go 1.20

require (
github.com/cloudflare/cfssl v1.6.4
k8s.io/api v0.26.2
k8s.io/apimachinery v0.26.2
k8s.io/client-go v0.26.2
k8s.io/api v0.26.9
k8s.io/apimachinery v0.26.9
k8s.io/client-go v0.26.9
k8s.io/klog/v2 v2.90.1
open-cluster-management.io/addon-framework v0.6.1
open-cluster-management.io/api v0.10.1
sigs.k8s.io/controller-runtime v0.14.6
)

require github.com/evanphx/json-patch/v5 v5.6.0 // indirect
require (
github.com/evanphx/json-patch/v5 v5.6.0 // indirect
github.com/google/gnostic v0.5.7-v3refs // indirect
)

require (
github.com/BurntSushi/toml v1.2.1 // indirect
Expand All @@ -38,7 +41,6 @@ require (
github.com/gogo/protobuf v1.3.2 // indirect
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
github.com/golang/protobuf v1.5.3 // indirect
github.com/google/gnostic v0.6.9 // indirect
github.com/google/go-cmp v0.5.9 // indirect
github.com/google/gofuzz v1.2.0 // indirect
github.com/google/uuid v1.3.0 // indirect
Expand Down Expand Up @@ -69,12 +71,12 @@ require (
go.uber.org/atomic v1.10.0 // indirect
go.uber.org/multierr v1.11.0 // indirect
go.uber.org/zap v1.24.0 // indirect
golang.org/x/crypto v0.8.0 // indirect
golang.org/x/net v0.9.0 // indirect
golang.org/x/oauth2 v0.7.0 // indirect
golang.org/x/sys v0.7.0 // indirect
golang.org/x/term v0.7.0 // indirect
golang.org/x/text v0.9.0 // indirect
golang.org/x/crypto v0.11.0 // indirect
golang.org/x/net v0.13.0 // indirect
golang.org/x/oauth2 v0.8.0 // indirect
golang.org/x/sys v0.10.0 // indirect
golang.org/x/term v0.10.0 // indirect
golang.org/x/text v0.11.0 // indirect
golang.org/x/time v0.3.0 // indirect
gomodules.xyz/jsonpatch/v2 v2.2.0 // indirect
google.golang.org/appengine v1.6.7 // indirect
Expand All @@ -84,9 +86,9 @@ require (
gopkg.in/yaml.v3 v3.0.1 // indirect
helm.sh/helm/v3 v3.11.3 // indirect
k8s.io/apiextensions-apiserver v0.26.1 // indirect
k8s.io/apiserver v0.26.2 // indirect
k8s.io/component-base v0.26.2 // indirect
k8s.io/kube-openapi v0.0.0-20230327201221-f5883ff37f0c // indirect
k8s.io/apiserver v0.26.9 // indirect
k8s.io/component-base v0.26.9 // indirect
k8s.io/kube-openapi v0.0.0-20230501164219-8b0f38b5fd1f // indirect
k8s.io/utils v0.0.0-20230406110748-d93618cff8a2 // indirect
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
sigs.k8s.io/structured-merge-diff/v4 v4.2.3 // indirect
Expand Down
Loading

0 comments on commit f8e90a4

Please sign in to comment.