@@ -7,7 +7,6 @@ toolchain go1.23.1
7
7
require (
8
8
github.com/flyteorg/flyte/datacatalog v0.0.0-00010101000000-000000000000
9
9
github.com/flyteorg/flyte/flyteadmin v0.0.0-00010101000000-000000000000
10
- github.com/flyteorg/flyte/flytectl v0.9.4
11
10
github.com/flyteorg/flyte/flytepropeller v0.0.0-00010101000000-000000000000
12
11
github.com/flyteorg/flyte/flytestdlib v0.0.0-00010101000000-000000000000
13
12
github.com/golang/glog v1.2.0
@@ -30,17 +29,12 @@ require (
30
29
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.7.0 // indirect
31
30
github.com/Azure/azure-sdk-for-go/sdk/internal v1.10.0 // indirect
32
31
github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v1.4.0 // indirect
33
- github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
34
32
github.com/AzureAD/microsoft-authentication-library-for-go v1.2.2 // indirect
35
33
github.com/GoogleCloudPlatform/spark-on-k8s-operator v0.0.0-20200723154620-6f35a1152625 // indirect
36
34
github.com/Masterminds/semver v1.5.0 // indirect
37
- github.com/Microsoft/go-winio v0.5.2 // indirect
38
35
github.com/NYTimes/gizmo v1.3.6 // indirect
39
36
github.com/Shopify/sarama v1.26.4 // indirect
40
- github.com/apoorvam/goterminal v0.0.0-20180523175556-614d345c47e5 // indirect
41
37
github.com/asaskevich/govalidator v0.0.0-20200428143746-21a406dcc535 // indirect
42
- github.com/avast/retry-go v3.0.0+incompatible // indirect
43
- github.com/awalterschulze/gographviz v2.0.3+incompatible // indirect
44
38
github.com/aws/aws-sdk-go v1.47.11 // indirect
45
39
github.com/aws/aws-sdk-go-v2 v1.2.0 // indirect
46
40
github.com/aws/aws-sdk-go-v2/config v1.0.0 // indirect
@@ -50,40 +44,26 @@ require (
50
44
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.0.0 // indirect
51
45
github.com/aws/aws-sdk-go-v2/service/sts v1.0.0 // indirect
52
46
github.com/aws/smithy-go v1.1.0 // indirect
53
- github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
54
47
github.com/benbjohnson/clock v1.3.0 // indirect
55
48
github.com/benlaurie/objecthash v0.0.0-20180202135721-d1e3d6079fc1 // indirect
56
49
github.com/beorn7/perks v1.0.1 // indirect
57
50
github.com/bradfitz/gomemcache v0.0.0-20190913173617-a41fca850d0b // indirect
58
51
github.com/cenkalti/backoff/v4 v4.2.1 // indirect
59
52
github.com/cespare/xxhash v1.1.0 // indirect
60
53
github.com/cespare/xxhash/v2 v2.3.0 // indirect
61
- github.com/charmbracelet/bubbles v0.18.0 // indirect
62
- github.com/charmbracelet/bubbletea v0.25.0 // indirect
63
- github.com/charmbracelet/lipgloss v0.10.0 // indirect
64
54
github.com/cloudevents/sdk-go/binding/format/protobuf/v2 v2.14.0 // indirect
65
55
github.com/cloudevents/sdk-go/protocol/kafka_sarama/v2 v2.8.0 // indirect
66
56
github.com/cloudevents/sdk-go/v2 v2.15.2 // indirect
67
- github.com/containerd/console v1.0.4-0.20230313162750-1ae8d489ac81 // indirect
68
57
github.com/coocood/freecache v1.1.1 // indirect
69
58
github.com/coreos/go-oidc/v3 v3.6.0 // indirect
70
- github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
71
- github.com/danieljoos/wincred v1.1.0 // indirect
72
59
github.com/dask/dask-kubernetes/v2023 v2023.0.0-20230626103304-abd02cd17b26 // indirect
73
60
github.com/davecgh/go-spew v1.1.1 // indirect
74
61
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.2.0 // indirect
75
62
github.com/dgraph-io/ristretto v0.0.3 // indirect
76
- github.com/disiqueira/gotree v1.0.0 // indirect
77
- github.com/distribution/reference v0.6.0 // indirect
78
- github.com/docker/docker v26.1.5+incompatible // indirect
79
- github.com/docker/go-connections v0.4.0 // indirect
80
- github.com/docker/go-units v0.4.0 // indirect
81
- github.com/dustin/go-humanize v1.0.1 // indirect
82
63
github.com/eapache/go-resiliency v1.3.0 // indirect
83
64
github.com/eapache/go-xerial-snappy v0.0.0-20230111030713-bf00bc1b83b6 // indirect
84
65
github.com/eapache/queue v1.1.0 // indirect
85
66
github.com/emicklei/go-restful/v3 v3.12.0 // indirect
86
- github.com/enescakir/emoji v1.0.0 // indirect
87
67
github.com/evanphx/json-patch v5.6.0+incompatible // indirect
88
68
github.com/evanphx/json-patch/v5 v5.9.0 // indirect
89
69
github.com/fatih/color v1.13.0 // indirect
@@ -100,11 +80,9 @@ require (
100
80
github.com/go-openapi/jsonpointer v0.19.6 // indirect
101
81
github.com/go-openapi/jsonreference v0.20.2 // indirect
102
82
github.com/go-openapi/swag v0.22.3 // indirect
103
- github.com/go-ozzo/ozzo-validation/v4 v4.3.0 // indirect
104
83
github.com/go-redis/redis v6.15.7+incompatible // indirect
105
84
github.com/go-test/deep v1.0.7 // indirect
106
85
github.com/goccy/go-json v0.10.2 // indirect
107
- github.com/godbus/dbus/v5 v5.0.6 // indirect
108
86
github.com/gofrs/uuid v4.2.0+incompatible // indirect
109
87
github.com/gogo/protobuf v1.3.2 // indirect
110
88
github.com/golang-jwt/jwt/v4 v4.5.1 // indirect
@@ -114,8 +92,6 @@ require (
114
92
github.com/golang/snappy v0.0.4 // indirect
115
93
github.com/google/gnostic-models v0.6.8 // indirect
116
94
github.com/google/go-cmp v0.6.0 // indirect
117
- github.com/google/go-github/v42 v42.0.0 // indirect
118
- github.com/google/go-querystring v1.1.0 // indirect
119
95
github.com/google/gofuzz v1.2.0 // indirect
120
96
github.com/google/s2a-go v0.1.7 // indirect
121
97
github.com/google/uuid v1.6.0 // indirect
@@ -129,10 +105,8 @@ require (
129
105
github.com/grpc-ecosystem/grpc-gateway/v2 v2.19.0 // indirect
130
106
github.com/gtank/cryptopasta v0.0.0-20170601214702-1f550f6f2f69 // indirect
131
107
github.com/hashicorp/go-uuid v1.0.3 // indirect
132
- github.com/hashicorp/go-version v1.3.0 // indirect
133
108
github.com/hashicorp/golang-lru v0.5.4 // indirect
134
109
github.com/hashicorp/hcl v1.0.0 // indirect
135
- github.com/hexops/gotextdiff v1.0.3 // indirect
136
110
github.com/imdario/mergo v0.3.13 // indirect
137
111
github.com/inconshreveable/mousetrap v1.1.0 // indirect
138
112
github.com/jackc/chunkreader/v2 v2.0.1 // indirect
@@ -149,45 +123,29 @@ require (
149
123
github.com/jmespath/go-jmespath v0.4.0 // indirect
150
124
github.com/josharian/intern v1.0.0 // indirect
151
125
github.com/json-iterator/go v1.1.12 // indirect
152
- github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0 // indirect
153
- github.com/kataras/tablewriter v0.0.0-20180708051242-e063d29b7c23 // indirect
154
126
github.com/kelseyhightower/envconfig v1.4.0 // indirect
155
127
github.com/klauspost/compress v1.17.8 // indirect
156
128
github.com/kubeflow/common v0.4.3 // indirect
157
129
github.com/kubeflow/training-operator v1.5.0-rc.0 // indirect
158
130
github.com/kylelemons/godebug v1.1.0 // indirect
159
- github.com/landoop/tableprinter v0.0.0-20201125135848-89e81fc956e7 // indirect
160
131
github.com/lestrrat-go/backoff/v2 v2.0.8 // indirect
161
132
github.com/lestrrat-go/blackmagic v1.0.2 // indirect
162
133
github.com/lestrrat-go/httpcc v1.0.1 // indirect
163
134
github.com/lestrrat-go/iter v1.0.2 // indirect
164
135
github.com/lestrrat-go/jwx v1.2.29 // indirect
165
136
github.com/lestrrat-go/option v1.0.1 // indirect
166
- github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
167
137
github.com/magiconair/properties v1.8.6 // indirect
168
138
github.com/mailru/easyjson v0.7.7 // indirect
169
139
github.com/mattn/go-colorable v0.1.12 // indirect
170
140
github.com/mattn/go-isatty v0.0.18 // indirect
171
- github.com/mattn/go-localereader v0.0.1 // indirect
172
- github.com/mattn/go-runewidth v0.0.15 // indirect
173
141
github.com/mattn/go-sqlite3 v2.0.3+incompatible // indirect
174
142
github.com/mattn/goveralls v0.0.6 // indirect
175
143
github.com/mitchellh/mapstructure v1.5.0 // indirect
176
- github.com/moby/docker-image-spec v1.3.1 // indirect
177
- github.com/moby/term v0.0.0-20221205130635-1aeaba878587 // indirect
178
144
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
179
145
github.com/modern-go/reflect2 v1.0.2 // indirect
180
146
github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826 // indirect
181
- github.com/morikuni/aec v1.0.0 // indirect
182
- github.com/mouuff/go-rocket-update v1.5.1 // indirect
183
- github.com/muesli/ansi v0.0.0-20211018074035-2e021307bc4b // indirect
184
- github.com/muesli/cancelreader v0.2.2 // indirect
185
- github.com/muesli/reflow v0.3.0 // indirect
186
- github.com/muesli/termenv v0.15.2 // indirect
187
147
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
188
148
github.com/ncw/swift v1.0.53 // indirect
189
- github.com/opencontainers/go-digest v1.0.0 // indirect
190
- github.com/opencontainers/image-spec v1.1.0-rc2.0.20221005185240-3a7f492d3f1b // indirect
191
149
github.com/ory/fosite v0.42.2 // indirect
192
150
github.com/ory/go-acc v0.2.6 // indirect
193
151
github.com/ory/go-convenience v0.1.0 // indirect
@@ -205,9 +163,7 @@ require (
205
163
github.com/prometheus/procfs v0.15.1 // indirect
206
164
github.com/ray-project/kuberay/ray-operator v1.1.0-rc.1 // indirect
207
165
github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 // indirect
208
- github.com/rivo/uniseg v0.4.7 // indirect
209
166
github.com/robfig/cron/v3 v3.0.0 // indirect
210
- github.com/russross/blackfriday/v2 v2.1.0 // indirect
211
167
github.com/samber/lo v1.47.0 // indirect
212
168
github.com/santhosh-tekuri/jsonschema v1.2.4 // indirect
213
169
github.com/sendgrid/rest v2.6.9+incompatible // indirect
@@ -226,8 +182,6 @@ require (
226
182
github.com/tidwall/pretty v1.2.1 // indirect
227
183
github.com/tidwall/sjson v1.2.5 // indirect
228
184
github.com/wI2L/jsondiff v0.6.0 // indirect
229
- github.com/yalp/jsonpath v0.0.0-20180802001716-5cc68e5049a0 // indirect
230
- github.com/zalando/go-keyring v0.1.1 // indirect
231
185
gitlab.com/yvesf/json-schema-compare v0.0.0-20190604192943-a900c04201f7 // indirect
232
186
go.opencensus.io v0.24.0 // indirect
233
187
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.47.0 // indirect
0 commit comments