@@ -4,12 +4,11 @@ go 1.19
4
4
5
5
require (
6
6
github.com/onsi/gomega v1.27.10
7
- github.com/openshift-eng/openshift-goimports v0.0.0-20230304234052-c70783e636f2
8
7
github.com/openshift/api v0.0.0-20230213134911-7ba313770556
9
8
github.com/openshift/client-go v0.0.0-20221019143426-16aed247da5c
10
- github.com/project-codeflare/instascale v0.0.9-0.20230913044449-3db3f4b4e9b1
11
- github.com/project-codeflare/multi-cluster-app-dispatcher v1.34.2-0.20230913035103-6e7bbdc8fb1f
12
- github.com/ray-project/kuberay/ray-operator v0.0.0-20230908233208-a8f730e5a2b6
9
+ github.com/project-codeflare/instascale v0.0.9-0.20230914113244-30c8b74bdb6b
10
+ github.com/project-codeflare/multi-cluster-app-dispatcher v1.34.2-0.20230918125534-b445015360ab
11
+ github.com/ray-project/kuberay/ray-operator v0.0.0-20230916205808-6d5020fba579
13
12
go.uber.org/zap v1.24.0
14
13
k8s.io/api v0.26.3
15
14
k8s.io/apimachinery v0.26.3
@@ -60,35 +59,25 @@ require (
60
59
github.com/grpc-ecosystem/grpc-gateway/v2 v2.7.0 // indirect
61
60
github.com/hashicorp/errwrap v1.0.0 // indirect
62
61
github.com/hashicorp/go-multierror v1.1.1 // indirect
63
- github.com/hashicorp/hcl v1.0.0 // indirect
64
62
github.com/imdario/mergo v0.3.12 // indirect
65
63
github.com/inconshreveable/mousetrap v1.1.0 // indirect
66
64
github.com/josharian/intern v1.0.0 // indirect
67
65
github.com/json-iterator/go v1.1.12 // indirect
68
- github.com/magiconair/properties v1.8.4 // indirect
69
66
github.com/mailru/easyjson v0.7.7 // indirect
70
67
github.com/matttproud/golang_protobuf_extensions v1.0.2 // indirect
71
68
github.com/microcosm-cc/bluemonday v1.0.18 // indirect
72
- github.com/mitchellh/go-homedir v1.1.0 // indirect
73
- github.com/mitchellh/mapstructure v1.4.1 // indirect
74
69
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
75
70
github.com/modern-go/reflect2 v1.0.2 // indirect
76
71
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
77
72
github.com/openshift-online/ocm-sdk-go v0.1.327 // indirect
78
- github.com/pelletier/go-toml v1.8.1 // indirect
79
73
github.com/pkg/errors v0.9.1 // indirect
80
74
github.com/prometheus/client_golang v1.14.0 // indirect
81
75
github.com/prometheus/client_model v0.3.0 // indirect
82
76
github.com/prometheus/common v0.37.0 // indirect
83
77
github.com/prometheus/procfs v0.8.0 // indirect
84
- github.com/spf13/afero v1.4.1 // indirect
85
- github.com/spf13/cast v1.3.1 // indirect
86
78
github.com/spf13/cobra v1.7.0 // indirect
87
- github.com/spf13/jwalterweatherman v1.1.0 // indirect
88
79
github.com/spf13/pflag v1.0.5 // indirect
89
- github.com/spf13/viper v1.7.1 // indirect
90
80
github.com/stoewer/go-strcase v1.2.0 // indirect
91
- github.com/subosito/gotenv v1.2.0 // indirect
92
81
go.etcd.io/etcd/api/v3 v3.5.5 // indirect
93
82
go.etcd.io/etcd/client/pkg/v3 v3.5.5 // indirect
94
83
go.etcd.io/etcd/client/v3 v3.5.5 // indirect
@@ -105,7 +94,6 @@ require (
105
94
go.uber.org/atomic v1.7.0 // indirect
106
95
go.uber.org/multierr v1.6.0 // indirect
107
96
golang.org/x/crypto v0.11.0 // indirect
108
- golang.org/x/mod v0.10.0 // indirect
109
97
golang.org/x/net v0.12.0 // indirect
110
98
golang.org/x/oauth2 v0.0.0-20220411215720-9780585627b5 // indirect
111
99
golang.org/x/sync v0.2.0 // indirect
@@ -119,7 +107,6 @@ require (
119
107
google.golang.org/grpc v1.49.0 // indirect
120
108
google.golang.org/protobuf v1.28.1 // indirect
121
109
gopkg.in/inf.v0 v0.9.1 // indirect
122
- gopkg.in/ini.v1 v1.62.0 // indirect
123
110
gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect
124
111
gopkg.in/yaml.v2 v2.4.0 // indirect
125
112
gopkg.in/yaml.v3 v3.0.1 // indirect
0 commit comments