Skip to content

Commit

Permalink
fix: self-host forked kubernetes/client-go (#325)
Browse files Browse the repository at this point in the history
  • Loading branch information
malept authored Oct 1, 2024
1 parent 8875d5f commit 7bbe6db
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -179,5 +179,5 @@ replace (
// We're on a fork, keep version at v0.25.12
k8s.io/api => k8s.io/api v0.25.12
k8s.io/apimachinery => k8s.io/apimachinery v0.25.12
k8s.io/client-go => github.com/jaredallard/client-go v0.25.12-jaredallard.1
k8s.io/client-go => github.com/getoutreach/client-go v0.25.12-outreach.1
)
4 changes: 2 additions & 2 deletions go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7bbe6db

Please sign in to comment.