We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f434c0f commit 7147b52Copy full SHA for 7147b52
go.mod
@@ -14,7 +14,7 @@ require (
14
github.com/ghodss/yaml v1.0.0
15
github.com/go-logr/logr v1.4.3
16
github.com/go-logr/zapr v1.3.0
17
- github.com/google/go-github/v72 v72.0.0
+ github.com/google/go-github/v82 v82.0.0
18
github.com/google/uuid v1.6.0
19
github.com/gorilla/mux v1.8.1
20
github.com/gorilla/sessions v1.4.0
@@ -36,7 +36,7 @@ require (
36
go.uber.org/zap v1.27.1
37
golang.org/x/oauth2 v0.34.0
38
gopkg.in/yaml.v3 v3.0.1
39
- helm.sh/helm/v3 v3.20.0
+ helm.sh/helm/v4 v4.1.0
40
k8s.io/api v0.35.0
41
k8s.io/apiextensions-apiserver v0.35.0
42
k8s.io/apimachinery v0.35.0
0 commit comments