@@ -3,18 +3,30 @@ module github.com/openshift/assisted-service/api
3
3
go 1.21
4
4
5
5
require (
6
+ github.com/itchyny/gojq v0.12.8
7
+ github.com/onsi/ginkgo v1.16.5
8
+ github.com/onsi/gomega v1.30.0
6
9
github.com/openshift/assisted-service/models v0.0.0
7
10
github.com/openshift/custom-resource-status v1.1.3-0.20220503160415-f2fdb4999d87
8
11
github.com/openshift/hive/apis v0.0.0-20231220215202-ad99b9e52d27
12
+ github.com/thoas/go-funk v0.9.2
9
13
k8s.io/api v0.29.5
10
14
k8s.io/apimachinery v0.29.5
15
+ k8s.io/client-go v0.29.2
11
16
sigs.k8s.io/controller-runtime v0.13.1
12
- sigs.k8s.io/yaml v1.3 .0
17
+ sigs.k8s.io/yaml v1.4 .0
13
18
)
14
19
15
20
require (
16
21
github.com/asaskevich/govalidator v0.0.0-20210307081110-f21760c49a8d // indirect
17
- github.com/go-logr/logr v1.3.0 // indirect
22
+ github.com/beorn7/perks v1.0.1 // indirect
23
+ github.com/cespare/xxhash/v2 v2.2.0 // indirect
24
+ github.com/davecgh/go-spew v1.1.1 // indirect
25
+ github.com/emicklei/go-restful/v3 v3.11.0 // indirect
26
+ github.com/evanphx/json-patch/v5 v5.8.0 // indirect
27
+ github.com/fsnotify/fsnotify v1.7.0 // indirect
28
+ github.com/go-logr/logr v1.4.1 // indirect
29
+ github.com/go-logr/zapr v1.3.0 // indirect
18
30
github.com/go-openapi/analysis v0.21.2 // indirect
19
31
github.com/go-openapi/errors v0.20.3 // indirect
20
32
github.com/go-openapi/jsonpointer v0.19.6 // indirect
@@ -25,29 +37,57 @@ require (
25
37
github.com/go-openapi/swag v0.22.3 // indirect
26
38
github.com/go-openapi/validate v0.22.0 // indirect
27
39
github.com/gogo/protobuf v1.3.2 // indirect
40
+ github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
41
+ github.com/golang/protobuf v1.5.4 // indirect
42
+ github.com/google/gnostic-models v0.6.8 // indirect
43
+ github.com/google/go-cmp v0.6.0 // indirect
28
44
github.com/google/gofuzz v1.2.0 // indirect
45
+ github.com/google/uuid v1.3.0 // indirect
46
+ github.com/imdario/mergo v0.3.12 // indirect
47
+ github.com/itchyny/timefmt-go v0.1.3 // indirect
29
48
github.com/jinzhu/inflection v1.0.0 // indirect
30
49
github.com/jinzhu/now v1.1.4 // indirect
31
50
github.com/josharian/intern v1.0.0 // indirect
32
51
github.com/json-iterator/go v1.1.12 // indirect
33
52
github.com/lib/pq v1.10.9 // indirect
34
53
github.com/mailru/easyjson v0.7.7 // indirect
54
+ github.com/matttproud/golang_protobuf_extensions/v2 v2.0.0 // indirect
35
55
github.com/mitchellh/mapstructure v1.5.0 // indirect
36
56
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
37
57
github.com/modern-go/reflect2 v1.0.2 // indirect
58
+ github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
59
+ github.com/nxadm/tail v1.4.8 // indirect
38
60
github.com/oklog/ulid v1.3.1 // indirect
39
61
github.com/openshift/api v0.0.0-20230720094506-afcbe27aec7c // indirect
40
62
github.com/openshift/assisted-service v1.0.10-0.20230830164851-6573b5d7021d // indirect
41
63
github.com/pkg/errors v0.9.1 // indirect
42
- github.com/thoas/go-funk v0.9.2 // indirect
64
+ github.com/prometheus/client_golang v1.18.0 // indirect
65
+ github.com/prometheus/client_model v0.5.0 // indirect
66
+ github.com/prometheus/common v0.45.0 // indirect
67
+ github.com/prometheus/procfs v0.12.0 // indirect
68
+ github.com/spf13/pflag v1.0.6-0.20210604193023-d5e0c0615ace // indirect
43
69
go.mongodb.org/mongo-driver v1.10.0 // indirect
70
+ go.uber.org/multierr v1.11.0 // indirect
71
+ go.uber.org/zap v1.26.0 // indirect
72
+ golang.org/x/exp v0.0.0-20220722155223-a9213eeb770e // indirect
44
73
golang.org/x/net v0.23.0 // indirect
74
+ golang.org/x/oauth2 v0.12.0 // indirect
75
+ golang.org/x/sys v0.19.0 // indirect
76
+ golang.org/x/term v0.19.0 // indirect
45
77
golang.org/x/text v0.14.0 // indirect
78
+ golang.org/x/time v0.3.0 // indirect
79
+ gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
80
+ google.golang.org/appengine v1.6.7 // indirect
81
+ google.golang.org/protobuf v1.33.0 // indirect
46
82
gopkg.in/inf.v0 v0.9.1 // indirect
83
+ gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
47
84
gopkg.in/yaml.v2 v2.4.0 // indirect
48
85
gopkg.in/yaml.v3 v3.0.1 // indirect
49
86
gorm.io/gorm v1.24.5 // indirect
87
+ k8s.io/apiextensions-apiserver v0.29.2 // indirect
88
+ k8s.io/component-base v0.29.2 // indirect
50
89
k8s.io/klog/v2 v2.110.1 // indirect
90
+ k8s.io/kube-openapi v0.0.0-20231010175941-2dd684a91f00 // indirect
51
91
k8s.io/utils v0.0.0-20230726121419-3b25d923346b // indirect
52
92
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
53
93
sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
@@ -56,4 +96,5 @@ require (
56
96
replace (
57
97
github.com/openshift/assisted-service/models => ../models
58
98
golang.org/x/net => golang.org/x/net v0.24.0
99
+ sigs.k8s.io/controller-runtime => sigs.k8s.io/controller-runtime v0.17.3
59
100
)
0 commit comments