Skip to content

Commit

Permalink
Update go mod for updated controller-tools
Browse files Browse the repository at this point in the history
  • Loading branch information
JoelSpeed committed Jun 13, 2023
1 parent 97802d4 commit 744c871
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion tools/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ require (
sigs.k8s.io/yaml v1.3.0
)

replace sigs.k8s.io/controller-tools => github.com/openshift/controller-tools v0.9.3-0.20230103140517-a555d1d341c8 // v0.11.1+openshift-0.1
replace sigs.k8s.io/controller-tools => github.com/openshift/controller-tools v0.9.3-0.20230613144836-3d921131942a

require (
github.com/a8m/envsubst v1.3.0 // indirect
Expand Down
4 changes: 2 additions & 2 deletions tools/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,8 @@ github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e/go.mod h1:zD1mROLA
github.com/nxadm/tail v1.4.8 h1:nPr65rt6Y5JFSKQO7qToXr7pePgD6Gwiw05lkbyAQTE=
github.com/onsi/ginkgo v1.16.5 h1:8xi0RTUf59SOSfEtZMvwTvXYMzG4gV23XVHOZiXNtnE=
github.com/onsi/gomega v1.24.2 h1:J/tulyYK6JwBldPViHJReihxxZ+22FHs0piGjQAvoUE=
github.com/openshift/controller-tools v0.9.3-0.20230103140517-a555d1d341c8 h1:Pg8v9jm3qCITGtaeXyturNHuS0CRHKHlUVAdcIj7uAc=
github.com/openshift/controller-tools v0.9.3-0.20230103140517-a555d1d341c8/go.mod h1:dm4bN3Yp1ZP+hbbeSLF8zOEHsI1/bf15u3JNcgRv2TM=
github.com/openshift/controller-tools v0.9.3-0.20230613144836-3d921131942a h1:NcQsilMojjmQBPPpdcrsw5XAFURCs1qr57W7NDnYvpo=
github.com/openshift/controller-tools v0.9.3-0.20230613144836-3d921131942a/go.mod h1:dm4bN3Yp1ZP+hbbeSLF8zOEHsI1/bf15u3JNcgRv2TM=
github.com/pjbgf/sha1cd v0.2.3/go.mod h1:HOK9QrgzdHpbc2Kzip0Q1yi3M2MFGPADtR6HjG65m5M=
github.com/pkg/diff v0.0.0-20210226163009-20ebb0f2a09e h1:aoZm08cpOy4WuID//EZDgcC4zIxODThtZNPirFr42+A=
github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
Expand Down
4 changes: 2 additions & 2 deletions tools/vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ k8s.io/utils/internal/third_party/forked/golang/net
k8s.io/utils/net
k8s.io/utils/pointer
k8s.io/utils/strings/slices
# sigs.k8s.io/controller-tools v0.11.1 => github.com/openshift/controller-tools v0.9.3-0.20230103140517-a555d1d341c8
# sigs.k8s.io/controller-tools v0.11.1 => github.com/openshift/controller-tools v0.9.3-0.20230613144836-3d921131942a
## explicit; go 1.19
sigs.k8s.io/controller-tools/cmd/controller-gen
sigs.k8s.io/controller-tools/pkg/crd
Expand All @@ -419,4 +419,4 @@ sigs.k8s.io/structured-merge-diff/v4/value
# sigs.k8s.io/yaml v1.3.0
## explicit; go 1.12
sigs.k8s.io/yaml
# sigs.k8s.io/controller-tools => github.com/openshift/controller-tools v0.9.3-0.20230103140517-a555d1d341c8
# sigs.k8s.io/controller-tools => github.com/openshift/controller-tools v0.9.3-0.20230613144836-3d921131942a

0 comments on commit 744c871

Please sign in to comment.