Skip to content

Commit 4065115

Browse files
authored
fix test data scaffolding code (#356)
Signed-off-by: Adam D. Cornett <adc@redhat.com>
1 parent 04a5f83 commit 4065115

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

testdata/hybrid/memcached-operator/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ module github.com/example/memcached-operator
22

33
go 1.21
44

5-
toolchain go1.21.9
5+
toolchain go1.21.12
66

77
require (
88
github.com/onsi/ginkgo/v2 v2.17.1
99
github.com/onsi/gomega v1.32.0
10-
github.com/operator-framework/helm-operator-plugins v0.2.0
10+
github.com/operator-framework/helm-operator-plugins v0.2.1
1111
k8s.io/apimachinery v0.29.2
1212
k8s.io/client-go v0.29.2
1313
sigs.k8s.io/controller-runtime v0.17.2

testdata/hybrid/memcached-operator/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -315,8 +315,8 @@ github.com/opencontainers/go-digest v1.0.0 h1:apOUWs51W5PlhuyGyz9FCeeBIOUDA/6nW8
315315
github.com/opencontainers/go-digest v1.0.0/go.mod h1:0JzlMkj0TRzQZfJkVvzbP0HBR3IKzErnv2BNG4W4MAM=
316316
github.com/opencontainers/image-spec v1.1.0-rc6 h1:XDqvyKsJEbRtATzkgItUqBA7QHk58yxX1Ov9HERHNqU=
317317
github.com/opencontainers/image-spec v1.1.0-rc6/go.mod h1:W4s4sFTMaBeK1BQLXbG4AdM2szdn85PY75RI83NrTrM=
318-
github.com/operator-framework/helm-operator-plugins v0.2.0 h1:t9iq/jFj0IvI35BnRMI0+grOBVKmWDzmSWB+n6mbamw=
319-
github.com/operator-framework/helm-operator-plugins v0.2.0/go.mod h1:SJyyAVYkl3tqiTJl16mz0KbGv89NhPOOGRBeQb8S4Nw=
318+
github.com/operator-framework/helm-operator-plugins v0.2.1 h1:xPD05rYpIYKlI9VXfQBQ3XG7LFF2fALqg72lqAyFF44=
319+
github.com/operator-framework/helm-operator-plugins v0.2.1/go.mod h1:SJyyAVYkl3tqiTJl16mz0KbGv89NhPOOGRBeQb8S4Nw=
320320
github.com/operator-framework/operator-lib v0.12.0 h1:OzpMU5N7mvFgg/uje8FUUeD24Ahq64R6TdN25uswCYA=
321321
github.com/operator-framework/operator-lib v0.12.0/go.mod h1:ClpLUI7hctEF7F5DBe/kg041dq/4NLR7XC5tArY7bG4=
322322
github.com/peterbourgon/diskv v2.0.1+incompatible h1:UBdAOUP5p4RWqPBg048CAvpKN+vxiaj6gdUUzhl4XmI=

0 commit comments

Comments
 (0)