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: keptn/lifecycle-toolkit
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 6fdf198a78f83569ada3c05e1a58bdc991a10e6a
Choose a base ref
..
head repository: keptn/lifecycle-toolkit
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: fb10c497b5b7e7e78eb508a5715cbaf9a2fda323
Choose a head ref
Showing with 6 additions and 6 deletions.
  1. +1 −1 metrics-operator/go.mod
  2. +2 −2 metrics-operator/go.sum
  3. +1 −1 operator/go.mod
  4. +2 −2 operator/go.sum
2 changes: 1 addition & 1 deletion metrics-operator/go.mod
Original file line number Diff line number Diff line change
@@ -8,7 +8,7 @@ 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-20230627083320-fe9e7ecc0bab
github.com/keptn/lifecycle-toolkit/klt-cert-manager v0.0.0-20230627084128-1c77c815abd0
github.com/open-feature/go-sdk v1.4.0
github.com/pkg/errors v0.9.1
github.com/prometheus/client_golang v1.15.1
4 changes: 2 additions & 2 deletions metrics-operator/go.sum
Original file line number Diff line number Diff line change
@@ -265,8 +265,8 @@ github.com/julienschmidt/httprouter v1.2.0/go.mod h1:SYymIcj16QtmaHHD7aYtjjsJG7V
github.com/julienschmidt/httprouter v1.3.0/go.mod h1:JR6WtHb+2LUe8TCKY3cZOxFyyO8IZAc4RVcycCCAKdM=
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-20230627083320-fe9e7ecc0bab h1:lxS+nLiAKfj6fsAiP/nJ570Wt3Q9kwn0NP41rKEOzkU=
github.com/keptn/lifecycle-toolkit/klt-cert-manager v0.0.0-20230627083320-fe9e7ecc0bab/go.mod h1:m96Z3TDwoTiVUOMwGp1HTTyk3dxXVjxZszfCNUlfybQ=
github.com/keptn/lifecycle-toolkit/klt-cert-manager v0.0.0-20230627084128-1c77c815abd0 h1:NGzPazqvNdIb4CwQeouZ32fVaGNRiWzo1Wmv0Dmc0k8=
github.com/keptn/lifecycle-toolkit/klt-cert-manager v0.0.0-20230627084128-1c77c815abd0/go.mod h1:m96Z3TDwoTiVUOMwGp1HTTyk3dxXVjxZszfCNUlfybQ=
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/konsorten/go-windows-terminal-sequences v1.0.1/go.mod h1:T0+1ngSBFLxvqU3pZ+m/2kptfBszLMUkC4ZK/EgS/cQ=
2 changes: 1 addition & 1 deletion operator/go.mod
Original file line number Diff line number Diff line change
@@ -8,7 +8,7 @@ require (
github.com/go-logr/logr v1.2.4
github.com/imdario/mergo v0.3.16
github.com/kelseyhightower/envconfig v1.4.0
github.com/keptn/lifecycle-toolkit/klt-cert-manager v0.0.0-20230627083320-fe9e7ecc0bab
github.com/keptn/lifecycle-toolkit/klt-cert-manager v0.0.0-20230627084128-1c77c815abd0
github.com/keptn/lifecycle-toolkit/metrics-operator v0.0.0-20230620114621-36d0c23ea666
github.com/magiconair/properties v1.8.7
github.com/onsi/ginkgo/v2 v2.11.0
4 changes: 2 additions & 2 deletions operator/go.sum
Original file line number Diff line number Diff line change
@@ -206,8 +206,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-20230627083320-fe9e7ecc0bab h1:lxS+nLiAKfj6fsAiP/nJ570Wt3Q9kwn0NP41rKEOzkU=
github.com/keptn/lifecycle-toolkit/klt-cert-manager v0.0.0-20230627083320-fe9e7ecc0bab/go.mod h1:m96Z3TDwoTiVUOMwGp1HTTyk3dxXVjxZszfCNUlfybQ=
github.com/keptn/lifecycle-toolkit/klt-cert-manager v0.0.0-20230627084128-1c77c815abd0 h1:NGzPazqvNdIb4CwQeouZ32fVaGNRiWzo1Wmv0Dmc0k8=
github.com/keptn/lifecycle-toolkit/klt-cert-manager v0.0.0-20230627084128-1c77c815abd0/go.mod h1:m96Z3TDwoTiVUOMwGp1HTTyk3dxXVjxZszfCNUlfybQ=
github.com/keptn/lifecycle-toolkit/metrics-operator v0.0.0-20230620114621-36d0c23ea666 h1:4gUG+uLP9Badhe87PuxE4/CbWvl2XhZ4YUZvxNhw1xE=
github.com/keptn/lifecycle-toolkit/metrics-operator v0.0.0-20230620114621-36d0c23ea666/go.mod h1:DEdQ2PnOXRWUH8gZXHWb2ZWbTxxbCxn0QWzwFzWAOdk=
github.com/kisielk/errcheck v1.5.0/go.mod h1:pFxgyoBC7bSaBwPgfKdkLd5X25qrDl4LWUI2bnpBCr8=