@@ -3,18 +3,20 @@ module github.com/project-codeflare/instascale
3
3
go 1.18
4
4
5
5
require (
6
- github.com/onsi/gomega v1.19.0
6
+ github.com/onsi/gomega v1.27.4
7
7
github.com/openshift-online/ocm-sdk-go v0.1.327
8
8
github.com/openshift/api v0.0.0-20220411210816-c3bb724c282a
9
9
github.com/openshift/client-go v0.0.0-20211209144617-7385dd6338e3
10
- github.com/project-codeflare/multi-cluster-app-dispatcher v1.33.0
11
- k8s.io/api v0.23.0
12
- k8s.io/apimachinery v0.23.0
13
- k8s.io/client-go v0.23.0
10
+ github.com/project-codeflare/multi-cluster-app-dispatcher v1.33.1-0.20230809102455-ab92337aadff
11
+ k8s.io/api v0.26.2
12
+ k8s.io/apimachinery v0.26.2
13
+ k8s.io/client-go v0.26.2
14
14
k8s.io/klog v1.0.0
15
- sigs.k8s.io/controller-runtime v0.11.0
15
+ sigs.k8s.io/controller-runtime v0.14.6
16
16
)
17
17
18
+ replace sigs.k8s.io/custom-metrics-apiserver => sigs.k8s.io/custom-metrics-apiserver v1.25.1-0.20230306170449-63d8c93851f3
19
+
18
20
require (
19
21
github.com/aymerick/douceur v0.2.0 // indirect
20
22
github.com/cenkalti/backoff/v4 v4.1.3 // indirect
@@ -25,33 +27,32 @@ require (
25
27
)
26
28
27
29
require (
28
- cloud.google.com/go v0.81.0 // indirect
29
- github.com/Azure/go-autorest v14.2.0+incompatible // indirect
30
- github.com/Azure/go-autorest/autorest v0.11.18 // indirect
31
- github.com/Azure/go-autorest/autorest/adal v0.9.13 // indirect
32
- github.com/Azure/go-autorest/autorest/date v0.3.0 // indirect
33
- github.com/Azure/go-autorest/logger v0.2.1 // indirect
34
- github.com/Azure/go-autorest/tracing v0.6.0 // indirect
35
30
github.com/beorn7/perks v1.0.1 // indirect
36
31
github.com/cespare/xxhash/v2 v2.1.2 // indirect
37
32
github.com/davecgh/go-spew v1.1.1 // indirect
38
- github.com/evanphx/json-patch v4.12.0+incompatible // indirect
39
- github.com/form3tech-oss/jwt-go v3.2.3+incompatible // indirect
40
- github.com/fsnotify/fsnotify v1.5.1 // indirect
41
- github.com/go-logr/logr v1.2.0 // indirect
42
- github.com/go-logr/zapr v1.2.0 // indirect
33
+ github.com/emicklei/go-restful/v3 v3.10.1 // indirect
34
+ github.com/evanphx/json-patch/v5 v5.6.0 // indirect
35
+ github.com/fsnotify/fsnotify v1.6.0 // indirect
36
+ github.com/go-logr/logr v1.2.3 // indirect
37
+ github.com/go-logr/zapr v1.2.3 // indirect
38
+ github.com/go-openapi/jsonpointer v0.19.6 // indirect
39
+ github.com/go-openapi/jsonreference v0.20.1 // indirect
40
+ github.com/go-openapi/swag v0.22.3 // indirect
43
41
github.com/gogo/protobuf v1.3.2 // indirect
44
42
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
45
- github.com/golang/protobuf v1.5.2 // indirect
43
+ github.com/golang/protobuf v1.5.3 // indirect
44
+ github.com/google/gnostic v0.6.9 // indirect
46
45
github.com/google/go-cmp v0.5.9 // indirect
47
46
github.com/google/gofuzz v1.1.0 // indirect
48
47
github.com/google/uuid v1.3.0 // indirect
49
- github.com/googleapis/gnostic v0.5.5 // indirect
50
48
github.com/imdario/mergo v0.3.12 // indirect
49
+ github.com/josharian/intern v1.0.0 // indirect
51
50
github.com/json-iterator/go v1.1.12 // indirect
52
- github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect
51
+ github.com/mailru/easyjson v0.7.7 // indirect
52
+ github.com/matttproud/golang_protobuf_extensions v1.0.2 // indirect
53
53
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
54
54
github.com/modern-go/reflect2 v1.0.2 // indirect
55
+ github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
55
56
github.com/pkg/errors v0.9.1 // indirect
56
57
github.com/prometheus/client_golang v1.14.0 // indirect
57
58
github.com/prometheus/client_model v0.3.0 // indirect
@@ -60,26 +61,26 @@ require (
60
61
github.com/spf13/pflag v1.0.5 // indirect
61
62
go.uber.org/atomic v1.7.0 // indirect
62
63
go.uber.org/multierr v1.6.0 // indirect
63
- go.uber.org/zap v1.19.1 // indirect
64
+ go.uber.org/zap v1.24.0 // indirect
64
65
golang.org/x/crypto v0.6.0 // indirect
65
- golang.org/x/net v0.7 .0 // indirect
66
+ golang.org/x/net v0.8 .0 // indirect
66
67
golang.org/x/oauth2 v0.0.0-20220223155221-ee480838109b // indirect
67
68
golang.org/x/sys v0.8.0 // indirect
68
- golang.org/x/term v0.5 .0 // indirect
69
- golang.org/x/text v0.7 .0 // indirect
70
- golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac // indirect
69
+ golang.org/x/term v0.6 .0 // indirect
70
+ golang.org/x/text v0.8 .0 // indirect
71
+ golang.org/x/time v0.3.0 // indirect
71
72
gomodules.xyz/jsonpatch/v2 v2.2.0 // indirect
72
73
google.golang.org/appengine v1.6.7 // indirect
73
74
google.golang.org/protobuf v1.28.1 // indirect
74
75
gopkg.in/inf.v0 v0.9.1 // indirect
75
76
gopkg.in/yaml.v2 v2.4.0 // indirect
76
77
gopkg.in/yaml.v3 v3.0.1 // indirect
77
- k8s.io/apiextensions-apiserver v0.23.0 // indirect
78
- k8s.io/component-base v0.23.0 // indirect
79
- k8s.io/klog/v2 v2.30.0 // indirect
80
- k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65 // indirect
81
- k8s.io/utils v0.0.0-20210930125809-cb0fa318a74b // indirect
82
- sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6 // indirect
83
- sigs.k8s.io/structured-merge-diff/v4 v4.2.0 // indirect
78
+ k8s.io/apiextensions-apiserver v0.26.1 // indirect
79
+ k8s.io/component-base v0.26.2 // indirect
80
+ k8s.io/klog/v2 v2.90.1 // indirect
81
+ k8s.io/kube-openapi v0.0.0-20230303024457-afdc3dddf62d // indirect
82
+ k8s.io/utils v0.0.0-20230220204549-a5ecb0141aa5 // indirect
83
+ sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
84
+ sigs.k8s.io/structured-merge-diff/v4 v4.2.3 // indirect
84
85
sigs.k8s.io/yaml v1.3.0 // indirect
85
86
)
0 commit comments