Skip to content

Commit 8fa9e2c

Browse files
committed
rebase
1 parent 1fae1c9 commit 8fa9e2c

File tree

2 files changed

+0
-146
lines changed

2 files changed

+0
-146
lines changed

go.mod

-46
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ toolchain go1.23.1
77
require (
88
github.com/flyteorg/flyte/datacatalog v0.0.0-00010101000000-000000000000
99
github.com/flyteorg/flyte/flyteadmin v0.0.0-00010101000000-000000000000
10-
github.com/flyteorg/flyte/flytectl v0.9.4
1110
github.com/flyteorg/flyte/flytepropeller v0.0.0-00010101000000-000000000000
1211
github.com/flyteorg/flyte/flytestdlib v0.0.0-00010101000000-000000000000
1312
github.com/golang/glog v1.2.0
@@ -30,17 +29,12 @@ require (
3029
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.7.0 // indirect
3130
github.com/Azure/azure-sdk-for-go/sdk/internal v1.10.0 // indirect
3231
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
3432
github.com/AzureAD/microsoft-authentication-library-for-go v1.2.2 // indirect
3533
github.com/GoogleCloudPlatform/spark-on-k8s-operator v0.0.0-20200723154620-6f35a1152625 // indirect
3634
github.com/Masterminds/semver v1.5.0 // indirect
37-
github.com/Microsoft/go-winio v0.5.2 // indirect
3835
github.com/NYTimes/gizmo v1.3.6 // indirect
3936
github.com/Shopify/sarama v1.26.4 // indirect
40-
github.com/apoorvam/goterminal v0.0.0-20180523175556-614d345c47e5 // indirect
4137
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
4438
github.com/aws/aws-sdk-go v1.47.11 // indirect
4539
github.com/aws/aws-sdk-go-v2 v1.2.0 // indirect
4640
github.com/aws/aws-sdk-go-v2/config v1.0.0 // indirect
@@ -50,40 +44,26 @@ require (
5044
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.0.0 // indirect
5145
github.com/aws/aws-sdk-go-v2/service/sts v1.0.0 // indirect
5246
github.com/aws/smithy-go v1.1.0 // indirect
53-
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
5447
github.com/benbjohnson/clock v1.3.0 // indirect
5548
github.com/benlaurie/objecthash v0.0.0-20180202135721-d1e3d6079fc1 // indirect
5649
github.com/beorn7/perks v1.0.1 // indirect
5750
github.com/bradfitz/gomemcache v0.0.0-20190913173617-a41fca850d0b // indirect
5851
github.com/cenkalti/backoff/v4 v4.2.1 // indirect
5952
github.com/cespare/xxhash v1.1.0 // indirect
6053
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
6454
github.com/cloudevents/sdk-go/binding/format/protobuf/v2 v2.14.0 // indirect
6555
github.com/cloudevents/sdk-go/protocol/kafka_sarama/v2 v2.8.0 // indirect
6656
github.com/cloudevents/sdk-go/v2 v2.15.2 // indirect
67-
github.com/containerd/console v1.0.4-0.20230313162750-1ae8d489ac81 // indirect
6857
github.com/coocood/freecache v1.1.1 // indirect
6958
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
7259
github.com/dask/dask-kubernetes/v2023 v2023.0.0-20230626103304-abd02cd17b26 // indirect
7360
github.com/davecgh/go-spew v1.1.1 // indirect
7461
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.2.0 // indirect
7562
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
8263
github.com/eapache/go-resiliency v1.3.0 // indirect
8364
github.com/eapache/go-xerial-snappy v0.0.0-20230111030713-bf00bc1b83b6 // indirect
8465
github.com/eapache/queue v1.1.0 // indirect
8566
github.com/emicklei/go-restful/v3 v3.12.0 // indirect
86-
github.com/enescakir/emoji v1.0.0 // indirect
8767
github.com/evanphx/json-patch v5.6.0+incompatible // indirect
8868
github.com/evanphx/json-patch/v5 v5.9.0 // indirect
8969
github.com/fatih/color v1.13.0 // indirect
@@ -100,11 +80,9 @@ require (
10080
github.com/go-openapi/jsonpointer v0.19.6 // indirect
10181
github.com/go-openapi/jsonreference v0.20.2 // indirect
10282
github.com/go-openapi/swag v0.22.3 // indirect
103-
github.com/go-ozzo/ozzo-validation/v4 v4.3.0 // indirect
10483
github.com/go-redis/redis v6.15.7+incompatible // indirect
10584
github.com/go-test/deep v1.0.7 // indirect
10685
github.com/goccy/go-json v0.10.2 // indirect
107-
github.com/godbus/dbus/v5 v5.0.6 // indirect
10886
github.com/gofrs/uuid v4.2.0+incompatible // indirect
10987
github.com/gogo/protobuf v1.3.2 // indirect
11088
github.com/golang-jwt/jwt/v4 v4.5.1 // indirect
@@ -114,8 +92,6 @@ require (
11492
github.com/golang/snappy v0.0.4 // indirect
11593
github.com/google/gnostic-models v0.6.8 // indirect
11694
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
11995
github.com/google/gofuzz v1.2.0 // indirect
12096
github.com/google/s2a-go v0.1.7 // indirect
12197
github.com/google/uuid v1.6.0 // indirect
@@ -129,10 +105,8 @@ require (
129105
github.com/grpc-ecosystem/grpc-gateway/v2 v2.19.0 // indirect
130106
github.com/gtank/cryptopasta v0.0.0-20170601214702-1f550f6f2f69 // indirect
131107
github.com/hashicorp/go-uuid v1.0.3 // indirect
132-
github.com/hashicorp/go-version v1.3.0 // indirect
133108
github.com/hashicorp/golang-lru v0.5.4 // indirect
134109
github.com/hashicorp/hcl v1.0.0 // indirect
135-
github.com/hexops/gotextdiff v1.0.3 // indirect
136110
github.com/imdario/mergo v0.3.13 // indirect
137111
github.com/inconshreveable/mousetrap v1.1.0 // indirect
138112
github.com/jackc/chunkreader/v2 v2.0.1 // indirect
@@ -149,45 +123,29 @@ require (
149123
github.com/jmespath/go-jmespath v0.4.0 // indirect
150124
github.com/josharian/intern v1.0.0 // indirect
151125
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
154126
github.com/kelseyhightower/envconfig v1.4.0 // indirect
155127
github.com/klauspost/compress v1.17.8 // indirect
156128
github.com/kubeflow/common v0.4.3 // indirect
157129
github.com/kubeflow/training-operator v1.5.0-rc.0 // indirect
158130
github.com/kylelemons/godebug v1.1.0 // indirect
159-
github.com/landoop/tableprinter v0.0.0-20201125135848-89e81fc956e7 // indirect
160131
github.com/lestrrat-go/backoff/v2 v2.0.8 // indirect
161132
github.com/lestrrat-go/blackmagic v1.0.2 // indirect
162133
github.com/lestrrat-go/httpcc v1.0.1 // indirect
163134
github.com/lestrrat-go/iter v1.0.2 // indirect
164135
github.com/lestrrat-go/jwx v1.2.29 // indirect
165136
github.com/lestrrat-go/option v1.0.1 // indirect
166-
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
167137
github.com/magiconair/properties v1.8.6 // indirect
168138
github.com/mailru/easyjson v0.7.7 // indirect
169139
github.com/mattn/go-colorable v0.1.12 // indirect
170140
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
173141
github.com/mattn/go-sqlite3 v2.0.3+incompatible // indirect
174142
github.com/mattn/goveralls v0.0.6 // indirect
175143
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
178144
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
179145
github.com/modern-go/reflect2 v1.0.2 // indirect
180146
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
187147
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
188148
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
191149
github.com/ory/fosite v0.42.2 // indirect
192150
github.com/ory/go-acc v0.2.6 // indirect
193151
github.com/ory/go-convenience v0.1.0 // indirect
@@ -205,9 +163,7 @@ require (
205163
github.com/prometheus/procfs v0.15.1 // indirect
206164
github.com/ray-project/kuberay/ray-operator v1.1.0-rc.1 // indirect
207165
github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 // indirect
208-
github.com/rivo/uniseg v0.4.7 // indirect
209166
github.com/robfig/cron/v3 v3.0.0 // indirect
210-
github.com/russross/blackfriday/v2 v2.1.0 // indirect
211167
github.com/samber/lo v1.47.0 // indirect
212168
github.com/santhosh-tekuri/jsonschema v1.2.4 // indirect
213169
github.com/sendgrid/rest v2.6.9+incompatible // indirect
@@ -226,8 +182,6 @@ require (
226182
github.com/tidwall/pretty v1.2.1 // indirect
227183
github.com/tidwall/sjson v1.2.5 // indirect
228184
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
231185
gitlab.com/yvesf/json-schema-compare v0.0.0-20190604192943-a900c04201f7 // indirect
232186
go.opencensus.io v0.24.0 // indirect
233187
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.47.0 // indirect

0 commit comments

Comments
 (0)