File tree 4 files changed +526
-13
lines changed
4 files changed +526
-13
lines changed Original file line number Diff line number Diff line change @@ -3,13 +3,13 @@ module github.com/project-codeflare/appwrapper
3
3
go 1.21
4
4
5
5
require (
6
+ github.com/distribution/reference v0.5.0
6
7
github.com/onsi/ginkgo/v2 v2.16.0
7
8
github.com/onsi/gomega v1.31.1
8
9
github.com/open-policy-agent/cert-controller v0.10.1
9
10
k8s.io/api v0.29.2
10
11
k8s.io/apimachinery v0.29.2
11
12
k8s.io/client-go v0.29.2
12
- k8s.io/kubernetes v1.29.2
13
13
k8s.io/utils v0.0.0-20230726121419-3b25d923346b
14
14
sigs.k8s.io/controller-runtime v0.17.0
15
15
sigs.k8s.io/kueue v0.6.2
@@ -21,7 +21,6 @@ require (
21
21
github.com/blang/semver/v4 v4.0.0 // indirect
22
22
github.com/cespare/xxhash/v2 v2.2.0 // indirect
23
23
github.com/davecgh/go-spew v1.1.1 // indirect
24
- github.com/distribution/reference v0.5.0 // indirect
25
24
github.com/emicklei/go-restful/v3 v3.11.0 // indirect
26
25
github.com/evanphx/json-patch/v5 v5.8.0 // indirect
27
26
github.com/fsnotify/fsnotify v1.7.0 // indirect
Original file line number Diff line number Diff line change @@ -229,8 +229,6 @@ k8s.io/kube-aggregator v0.28.1 h1:rvG4llYnQKHjj6YjjoBPEJxfD1uH0DJwkrJTNKGAaCs=
229
229
k8s.io/kube-aggregator v0.28.1 /go.mod h1:JaLizMe+AECSpO2OmrWVsvnG0V3dX1RpW+Wq/QHbu18 =
230
230
k8s.io/kube-openapi v0.0.0-20231010175941-2dd684a91f00 h1:aVUu9fTY98ivBPKR9Y5w/AuzbMm96cd3YHRTU83I780 =
231
231
k8s.io/kube-openapi v0.0.0-20231010175941-2dd684a91f00 /go.mod h1:AsvuZPBlUDVuCdzJ87iajxtXuR9oktsTctW/R9wwouA =
232
- k8s.io/kubernetes v1.29.2 h1:8hh1cntqdulanjQt7wSSSsJfBgOyx6fUdFWslvGL5m0 =
233
- k8s.io/kubernetes v1.29.2 /go.mod h1:xZPKU0yO0CBbLTnbd+XGyRmmtmaVuJykDb8gNCkeeUE =
234
232
k8s.io/utils v0.0.0-20230726121419-3b25d923346b h1:sgn3ZU783SCgtaSJjpcVVlRqd6GSnlTLKgpAAttJvpI =
235
233
k8s.io/utils v0.0.0-20230726121419-3b25d923346b /go.mod h1:OLgZIPagt7ERELqWJFomSt595RzquPNLL48iOWgYOg0 =
236
234
sigs.k8s.io/controller-runtime v0.17.0 h1:fjJQf8Ukya+VjogLO6/bNX9HE6Y2xpsO5+fyS26ur/s =
You can’t perform that action at this time.
0 commit comments