Skip to content

Commit 02e3de4

Browse files
committed
update go.mod
Signed-off-by: Horiodino <[email protected]>
1 parent 5d995ab commit 02e3de4

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

controllers/update_test.go

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
//
2+
//
3+
// Copyright Red Hat
4+
//
5+
// Licensed under the Apache License, Version 2.0 (the "License");
6+
// you may not use this file except in compliance with the License.
7+
// You may obtain a copy of the License at
8+
//
9+
// http://www.apache.org/licenses/LICENSE-2.0
10+
//
11+
// Unless required by applicable law or agreed to in writing, software
12+
// distributed under the License is distributed on an "AS IS" BASIS,
13+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+
// See the License for the specific language governing permissions and
15+
// limitations under the License.
16+
117
package controllers
218

319
import (

go.mod

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ require (
1616
k8s.io/apiextensions-apiserver v0.29.2
1717
k8s.io/apimachinery v0.29.2
1818
k8s.io/client-go v0.29.2
19-
k8s.io/utils v0.0.0-20230726121419-3b25d923346b
2019
sigs.k8s.io/controller-runtime v0.17.5
2120
)
2221

@@ -36,7 +35,6 @@ require (
3635
github.com/docker/go-connections v0.5.0 // indirect
3736
github.com/docker/go-metrics v0.0.1 // indirect
3837
github.com/emicklei/go-restful/v3 v3.11.0 // indirect
39-
github.com/evanphx/json-patch v4.12.0+incompatible // indirect
4038
github.com/evanphx/json-patch/v5 v5.8.0 // indirect
4139
github.com/felixge/httpsnoop v1.0.4 // indirect
4240
github.com/fsnotify/fsnotify v1.7.0 // indirect
@@ -102,6 +100,7 @@ require (
102100
k8s.io/component-base v0.29.2 // indirect
103101
k8s.io/klog/v2 v2.110.1 // indirect
104102
k8s.io/kube-openapi v0.0.0-20231010175941-2dd684a91f00 // indirect
103+
k8s.io/utils v0.0.0-20230726121419-3b25d923346b // indirect
105104
oras.land/oras-go v1.2.5 // indirect
106105
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
107106
sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect

0 commit comments

Comments
 (0)