Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Update client-go dependency to aligned version #1957

Merged
merged 1 commit into from
Aug 31, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 3 additions & 10 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,8 @@ module knative.dev/func

go 1.20

replace (
// Use older version since it checks ~/.docker/config.json for credentials as opposed to later versions
github.com/containers/image/v5 => github.com/containers/image/v5 v5.23.1

// Pin k8s.io dependencies to align with Knative and Tekton needs
k8s.io/api => k8s.io/api v0.26.5
k8s.io/apimachinery => k8s.io/apimachinery v0.26.5
k8s.io/client-go => k8s.io/client-go v0.26.5
)
// Use older version since it checks ~/.docker/config.json for credentials as opposed to later versions
replace github.com/containers/image/v5 => github.com/containers/image/v5 v5.23.1

require (
github.com/AlecAivazis/survey/v2 v2.3.6
Expand Down Expand Up @@ -61,7 +54,7 @@ require (
gotest.tools/v3 v3.4.0
k8s.io/api v0.26.5
k8s.io/apimachinery v0.26.5
k8s.io/client-go v1.5.2
k8s.io/client-go v0.26.5
knative.dev/client-pkg v0.0.0-20230815131440-5abd12981b4b
knative.dev/eventing v0.38.1-0.20230821112821-d8a2ad5683df
knative.dev/hack v0.0.0-20230818155117-9cc05a31e8c0
Expand Down
Loading
Loading