Skip to content
This repository was archived by the owner on Dec 6, 2024. It is now read-only.

Commit de39e54

Browse files
committed
chore: go mod tidy
Signed-off-by: Mateusz Urbanek <[email protected]>
1 parent b749a81 commit de39e54

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

Diff for: container-object-storage-interface-controller/go.sum

-2
Original file line numberDiff line numberDiff line change
@@ -706,8 +706,6 @@ k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9/go.mod h1:jPW/WVKK9YHAvNhRxK0md/
706706
rsc.io/binaryregexp v0.2.0/go.mod h1:qTv7/COck+e2FymRvadv62gMdZztPaShugOCi3I+8D8=
707707
rsc.io/quote/v3 v3.1.0/go.mod h1:yEA65RcK8LyAZtP9Kv3t0HmxON59tX3rD+tICJqUlj0=
708708
rsc.io/sampler v1.3.0/go.mod h1:T1hPZKmBbMNahiBKFy5HrXp6adAjACjK9JXDnKaTXpA=
709-
sigs.k8s.io/container-object-storage-interface-api v0.1.1-0.20231116171305-97700454b010 h1:8Lw3AyLbbkRGlB9GRu9prtSPEp8DLlXjUzaXN6b9gxM=
710-
sigs.k8s.io/container-object-storage-interface-api v0.1.1-0.20231116171305-97700454b010/go.mod h1:YiB+i/UGkzqgODDhRG3u7jkbWkQcoUeLEJ7hwOT/2Qk=
711709
sigs.k8s.io/container-object-storage-interface-api v0.1.1-0.20240208184109-05444273ee49 h1:Ax4j3ThWolmk6yH6jvL3Yf0Fzxe0ZfVuDlSLNILU3GA=
712710
sigs.k8s.io/container-object-storage-interface-api v0.1.1-0.20240208184109-05444273ee49/go.mod h1:YiB+i/UGkzqgODDhRG3u7jkbWkQcoUeLEJ7hwOT/2Qk=
713711
sigs.k8s.io/controller-runtime v0.12.3 h1:FCM8xeY/FI8hoAfh/V4XbbYMY20gElh9yh+A98usMio=

Diff for: container-object-storage-interface-controller/pkg/bucketclaim/bucketclaim_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ func TestRecordEvents(t *testing.T) {
310310
case event, ok := <-eventRecorder.Events:
311311
if ok {
312312
if event != tc.expectedEvent {
313-
t.Errorf("Expected %s \n got %s", tc.expectedEvent, event)
313+
t.Errorf("expected %s got %s", tc.expectedEvent, event)
314314
}
315315
} else {
316316
t.Error("channel closed, no event")

0 commit comments

Comments
 (0)