Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: RealAnna/lifecycle-controller
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 5c660e1724ee02227a72842cec635eb1fdb7745e
Choose a base ref
..
head repository: RealAnna/lifecycle-controller
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: d3000b11cd20481e1d39fd65374954cc380f756d
Choose a head ref
Showing with 4 additions and 4 deletions.
  1. +1 −1 lifecycle-operator/go.mod
  2. +1 −1 metrics-operator/go.mod
  3. +2 −2 metrics-operator/go.sum
2 changes: 1 addition & 1 deletion lifecycle-operator/go.mod
Original file line number Diff line number Diff line change
@@ -9,7 +9,7 @@ require (
github.com/cloudevents/sdk-go/v2 v2.14.0
github.com/go-logr/logr v1.4.1
github.com/kelseyhightower/envconfig v1.4.0
github.com/keptn/lifecycle-toolkit/keptn-cert-manager 7046c48db4ae
github.com/keptn/lifecycle-toolkit/keptn-cert-manager 1a7e6fa2cb05
github.com/magiconair/properties v1.8.7
github.com/onsi/ginkgo/v2 v2.13.2
github.com/onsi/gomega v1.30.0
2 changes: 1 addition & 1 deletion metrics-operator/go.mod
Original file line number Diff line number Diff line change
@@ -10,7 +10,7 @@ require (
github.com/go-logr/logr v1.4.2
github.com/gorilla/mux v1.8.1
github.com/kelseyhightower/envconfig v1.4.0
github.com/keptn/lifecycle-toolkit/keptn-cert-manager v0.0.0-20241112082150-7046c48db4ae
github.com/keptn/lifecycle-toolkit/keptn-cert-manager v0.0.0-20241125085557-1a7e6fa2cb05
github.com/open-feature/go-sdk v1.9.0
github.com/pkg/errors v0.9.1
github.com/prometheus/client_golang v1.19.1
4 changes: 2 additions & 2 deletions metrics-operator/go.sum
Original file line number Diff line number Diff line change
@@ -113,8 +113,8 @@ github.com/json-iterator/go v1.1.12 h1:PV8peI4a0ysnczrg+LtxykD8LfKY9ML6u2jnxaEnr
github.com/json-iterator/go v1.1.12/go.mod h1:e30LSqwooZae/UwlEbR2852Gd8hjQvJoHmT4TnhNGBo=
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/keptn-cert-manager v0.0.0-20241112082150-7046c48db4ae h1:nNtzNbjUN6Pk++3k8IWiGKMMU2XvWYTIPaWg3S8eGwc=
github.com/keptn/lifecycle-toolkit/keptn-cert-manager v0.0.0-20241112082150-7046c48db4ae/go.mod h1:NKdjs0GF/Ltz4GfbhBeEUgjQLKV1JFKxc25uMpgt0Zk=
github.com/keptn/lifecycle-toolkit/keptn-cert-manager v0.0.0-20241125085557-1a7e6fa2cb05 h1:Uf9PXcpsA+Tgfq2cu23/EIy0KtfbK4q0l2I3WZEDr8g=
github.com/keptn/lifecycle-toolkit/keptn-cert-manager v0.0.0-20241125085557-1a7e6fa2cb05/go.mod h1:NKdjs0GF/Ltz4GfbhBeEUgjQLKV1JFKxc25uMpgt0Zk=
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/pretty v0.2.1/go.mod h1:ipq/a2n7PKx3OHsz4KJII5eveXtPO4qwEXGdVfWzfnI=