Skip to content

Commit

Permalink
Downgraded k8s libraries requested in PR cert-manager#3
Browse files Browse the repository at this point in the history
  • Loading branch information
Identitry authored and jsundqvist committed Feb 21, 2024
1 parent 62c859b commit 5e8be00
Show file tree
Hide file tree
Showing 2 changed files with 113 additions and 4 deletions.
8 changes: 4 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ require (
github.com/jetstack/cert-manager v1.2.0
github.com/jonlil/loopia-go v0.0.0-20210527200300-23293e4c6c36
github.com/kolo/xmlrpc v0.0.0-20201022064351-38db28db192b // indirect
k8s.io/apiextensions-apiserver v0.20.4
k8s.io/apimachinery v0.20.4
k8s.io/client-go v0.20.4
k8s.io/klog/v2 v2.4.0
k8s.io/apiextensions-apiserver v0.19.0
k8s.io/apimachinery v0.19.0
k8s.io/client-go v0.19.0
k8s.io/klog/v2 v2.8.0
)
Loading

0 comments on commit 5e8be00

Please sign in to comment.