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: SAP/dns-masquerading-operator
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 47295419aa810a4f27152c2bc48f4a14ab01771d
Choose a base ref
..
head repository: SAP/dns-masquerading-operator
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 26960a97d3c44d30732b205d4163c56381c36bc8
Choose a head ref
Showing with 3 additions and 1 deletion.
  1. +1 −1 go.mod
  2. +2 −0 go.sum
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@ require (
github.com/onsi/ginkgo/v2 v2.20.1
github.com/onsi/gomega v1.34.1
github.com/pkg/errors v0.9.1
github.com/sap/go-generics v0.2.17
github.com/sap/go-generics v0.2.18
istio.io/client-go v1.23.0
k8s.io/api v0.31.0
k8s.io/apimachinery v0.31.0
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
@@ -168,6 +168,8 @@ github.com/sap/go-generics v0.2.16 h1:c/yG8KIZ5mkH70dwE6ZObTA42bK9Tb98op9c7X0oSZ
github.com/sap/go-generics v0.2.16/go.mod h1:q8qQISwurjniBjlZgdg4RSEL6eDNA1X5i1Hm1YHPkBQ=
github.com/sap/go-generics v0.2.17 h1:kswmgZr0UIoqrL9DDC4ysiCU+3eoG11bMEZezAHBToY=
github.com/sap/go-generics v0.2.17/go.mod h1:TseqZbsc7l7WdR//sHA74FQ9e60AJ7zMhaFDsFsi5Tk=
github.com/sap/go-generics v0.2.18 h1:vkfXvxG9KICMxZw2PoLQE78tvSCrY0Qemrclg2MVniY=
github.com/sap/go-generics v0.2.18/go.mod h1:sZcy1CCChvTGv+OBXZIvK1RtK58thCS2NMld7nE3I4k=
github.com/spf13/pflag v1.0.5 h1:iy+VFUOCP1a+8yFto/drg2CJ5u0yRoB7fZw3DKv/JXA=
github.com/spf13/pflag v1.0.5/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg=
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=