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

deps: update github.com/keptn/lifecycle-toolkit/klt-cert-manager digest to 6566e7d #2143

Merged
merged 1 commit into from
Sep 22, 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
2 changes: 1 addition & 1 deletion lifecycle-operator/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ require (
github.com/cloudevents/sdk-go/v2 v2.14.0
github.com/go-logr/logr v1.2.4
github.com/kelseyhightower/envconfig v1.4.0
github.com/keptn/lifecycle-toolkit/klt-cert-manager v0.0.0-20230920065432-f2f3a0c1e09c
github.com/keptn/lifecycle-toolkit/klt-cert-manager v0.0.0-20230922075626-6566e7dbac9a
github.com/magiconair/properties v1.8.7
github.com/onsi/ginkgo/v2 v2.12.0
github.com/onsi/gomega v1.27.10
Expand Down
4 changes: 2 additions & 2 deletions lifecycle-operator/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -189,8 +189,8 @@ github.com/jstemmer/go-junit-report v0.0.0-20190106144839-af01ea7f8024/go.mod h1
github.com/jstemmer/go-junit-report v0.9.1/go.mod h1:Brl9GWCQeLvo8nXZwPNNblvFj/XSXhF0NWZEnDohbsk=
github.com/kelseyhightower/envconfig v1.4.0 h1:Im6hONhd3pLkfDFsbRgu68RDNkGF1r3dvMUtDTo2cv8=
github.com/kelseyhightower/envconfig v1.4.0/go.mod h1:cccZRl6mQpaq41TPp5QxidR+Sa3axMbJDNb//FQX6Gg=
github.com/keptn/lifecycle-toolkit/klt-cert-manager v0.0.0-20230920065432-f2f3a0c1e09c h1:w+Q49s031wwWEdh6fvgzELQw7aOsoEsqIdNaJepIRn0=
github.com/keptn/lifecycle-toolkit/klt-cert-manager v0.0.0-20230920065432-f2f3a0c1e09c/go.mod h1:IMs51ScEWzHa5k0L7leYRNc0C/TghTHNRp+Go7o58Ko=
github.com/keptn/lifecycle-toolkit/klt-cert-manager v0.0.0-20230922075626-6566e7dbac9a h1:lwPbbcRNWJmQWvpWoVVBXxpMv0C3YLX5O6P3yJo0b+A=
github.com/keptn/lifecycle-toolkit/klt-cert-manager v0.0.0-20230922075626-6566e7dbac9a/go.mod h1:IMs51ScEWzHa5k0L7leYRNc0C/TghTHNRp+Go7o58Ko=
github.com/kisielk/errcheck v1.5.0/go.mod h1:pFxgyoBC7bSaBwPgfKdkLd5X25qrDl4LWUI2bnpBCr8=
github.com/kisielk/gotool v1.0.0/go.mod h1:XhKaO+MFFWcvkIS/tQcRk01m1F5IRFswLeQ+oQHNcck=
github.com/kr/fs v0.1.0/go.mod h1:FFnZGqtBN9Gxj7eW1uZ42v5BccTP0vu6NEaFoC2HwRg=
Expand Down
4 changes: 2 additions & 2 deletions metrics-operator/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,11 @@ require (
github.com/go-logr/logr v1.2.4
github.com/gorilla/mux v1.8.0
github.com/kelseyhightower/envconfig v1.4.0
github.com/keptn/lifecycle-toolkit/klt-cert-manager v0.0.0-20230920065432-f2f3a0c1e09c
github.com/keptn/lifecycle-toolkit/klt-cert-manager v0.0.0-20230922075626-6566e7dbac9a
github.com/open-feature/go-sdk v1.7.0
github.com/pkg/errors v0.9.1
github.com/prometheus/client_golang v1.16.0
github.com/prometheus/client_model v0.4.0
github.com/prometheus/common v0.44.0
github.com/stretchr/testify v1.8.4
golang.org/x/exp v0.0.0-20230905200255-921286631fa9
Expand Down Expand Up @@ -73,7 +74,6 @@ require (
github.com/modern-go/reflect2 v1.0.2 // indirect
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/prometheus/client_model v0.4.0 // indirect
github.com/prometheus/procfs v0.10.1 // indirect
github.com/spf13/afero v1.9.5 // indirect
github.com/spf13/cobra v1.7.0 // indirect
Expand Down
4 changes: 2 additions & 2 deletions metrics-operator/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -239,8 +239,8 @@ github.com/jstemmer/go-junit-report v0.0.0-20190106144839-af01ea7f8024/go.mod h1
github.com/jstemmer/go-junit-report v0.9.1/go.mod h1:Brl9GWCQeLvo8nXZwPNNblvFj/XSXhF0NWZEnDohbsk=
github.com/kelseyhightower/envconfig v1.4.0 h1:Im6hONhd3pLkfDFsbRgu68RDNkGF1r3dvMUtDTo2cv8=
github.com/kelseyhightower/envconfig v1.4.0/go.mod h1:cccZRl6mQpaq41TPp5QxidR+Sa3axMbJDNb//FQX6Gg=
github.com/keptn/lifecycle-toolkit/klt-cert-manager v0.0.0-20230920065432-f2f3a0c1e09c h1:w+Q49s031wwWEdh6fvgzELQw7aOsoEsqIdNaJepIRn0=
github.com/keptn/lifecycle-toolkit/klt-cert-manager v0.0.0-20230920065432-f2f3a0c1e09c/go.mod h1:IMs51ScEWzHa5k0L7leYRNc0C/TghTHNRp+Go7o58Ko=
github.com/keptn/lifecycle-toolkit/klt-cert-manager v0.0.0-20230922075626-6566e7dbac9a h1:lwPbbcRNWJmQWvpWoVVBXxpMv0C3YLX5O6P3yJo0b+A=
github.com/keptn/lifecycle-toolkit/klt-cert-manager v0.0.0-20230922075626-6566e7dbac9a/go.mod h1:IMs51ScEWzHa5k0L7leYRNc0C/TghTHNRp+Go7o58Ko=
github.com/kisielk/errcheck v1.5.0/go.mod h1:pFxgyoBC7bSaBwPgfKdkLd5X25qrDl4LWUI2bnpBCr8=
github.com/kisielk/gotool v1.0.0/go.mod h1:XhKaO+MFFWcvkIS/tQcRk01m1F5IRFswLeQ+oQHNcck=
github.com/kr/fs v0.1.0/go.mod h1:FFnZGqtBN9Gxj7eW1uZ42v5BccTP0vu6NEaFoC2HwRg=
Expand Down
Loading