File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ require (
1515 github.com/go-logr/logr v1.4.3
1616 github.com/go-logr/zapr v1.3.0
1717 github.com/google/go-github/v83 v83.0.0
18+ github.com/google/go-github/v85 v85.0.0
1819 github.com/google/uuid v1.6.0
1920 github.com/gorilla/mux v1.8.1
2021 github.com/gorilla/sessions v1.4.0
@@ -36,7 +37,8 @@ require (
3637 go.uber.org/zap v1.27.1
3738 golang.org/x/oauth2 v0.36.0
3839 gopkg.in/yaml.v3 v3.0.1
39- helm.sh/helm/v3 v3.20.2
40+ helm.sh/helm/v3 v3.19.5
41+ helm.sh/helm/v4 v4.1.4
4042 k8s.io/api v0.35.3
4143 k8s.io/apiextensions-apiserver v0.35.3
4244 k8s.io/apimachinery v0.35.3
@@ -400,7 +402,6 @@ require (
400402 gopkg.in/op/go-logging.v1 v1.0.0-20160211212156-b2cb9fa56473 // indirect
401403 gopkg.in/warnings.v0 v0.1.2 // indirect
402404 gopkg.in/yaml.v2 v2.4.0 // indirect
403- helm.sh/helm/v4 v4.1.4 // indirect
404405 k8s.io/cli-runtime v0.35.1 // indirect
405406 k8s.io/code-generator v0.35.3 // indirect
406407 k8s.io/component-base v0.35.3 // indirect
Original file line number Diff line number Diff line change @@ -619,6 +619,7 @@ github.com/google/go-github/v83 v83.0.0 h1:Ydy4gAfqxrnFUwXAuKl/OMhhGa0KtMtnJ3Eoz
619619github.com/google/go-github/v83 v83.0.0 /go.mod h1:gbqarhK37mpSu8Xy7sz21ITtznvzouyHSAajSaYCHe8 =
620620github.com/google/go-github/v84 v84.0.0 h1:I/0Xn5IuChMe8TdmI2bbim5nyhaRFJ7DEdzmD2w+yVA =
621621github.com/google/go-github/v84 v84.0.0 /go.mod h1:WwYL1z1ajRdlaPszjVu/47x1L0PXukJBn73xsiYrRRQ =
622+ github.com/google/go-github/v85 v85.0.0 /go.mod h1:jYkBnqN+SzR2A2fGKYfbt6DEEQAyxeK0Q2XpPV9ZFsU =
622623github.com/google/go-querystring v1.2.0 h1:yhqkPbu2/OH+V9BfpCVPZkNmUXhb2gBxJArfhIxNtP0 =
623624github.com/google/go-querystring v1.2.0 /go.mod h1:8IFJqpSRITyJ8QhQ13bmbeMBDfmeEJZD5A0egEOmkqU =
624625github.com/google/gofuzz v1.0.0 /go.mod h1:dBl0BpW6vV/+mYPU4Po3pmUjxk6FQPldtuIdl/M65Eg =
@@ -1465,6 +1466,8 @@ gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=
14651466gopkg.in/yaml.v3 v3.0.1 /go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM =
14661467gotest.tools/v3 v3.5.2 h1:7koQfIKdy+I8UTetycgUqXWSDwpgv193Ka+qRsmBY8Q =
14671468gotest.tools/v3 v3.5.2 /go.mod h1:LtdLGcnqToBH83WByAAi/wiwSFCArdFIUV/xxN4pcjA =
1469+ helm.sh/helm/v3 v3.19.5 h1:l8zDGBhPaF2z5pTR5ASku/yZwi0qZrWthWMzvf1ZruE =
1470+ helm.sh/helm/v3 v3.19.5 /go.mod h1:PC1rk7PqacpkV4acUFMLStOOis7QM9Jq3DveHBInu4s =
14681471helm.sh/helm/v3 v3.20.2 h1:binM4rvPx5DcNsa1sIt7UZi55lRbu3pZUFmQkSoRh48 =
14691472helm.sh/helm/v3 v3.20.2 /go.mod h1:Fl1kBaWCpkUrM6IYXPjQ3bdZQfFrogKArqptvueZ6Ww =
14701473helm.sh/helm/v4 v4.1.4 h1:zwTrNkalG4f7SYigRSdQnYrTj0QEz1qzetzAlYoDVSo =
You can’t perform that action at this time.
0 commit comments