-
Notifications
You must be signed in to change notification settings - Fork 35
/
go.mod
224 lines (220 loc) · 11.2 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
module github.com/viant/endly
go 1.22.9
require (
cloud.google.com/go/container v1.40.0 // indirect
cloud.google.com/go/firestore v1.17.0 // indirect
cloud.google.com/go/pubsub v1.44.0
firebase.google.com/go v3.8.1+incompatible // indirect
github.com/MichaelS11/go-cql-driver v0.1.1
github.com/Microsoft/go-winio v0.4.14 // indirect
github.com/adrianwit/dyndb v0.2.1-0.20221210015531-e4c4fdf40805
github.com/adrianwit/fbc v0.1.1
github.com/adrianwit/fsc v0.2.0
github.com/adrianwit/mgc v0.2.0
github.com/aerospike/aerospike-client-go v4.5.2+incompatible // indirect
github.com/aws/aws-lambda-go v1.31.0
github.com/aws/aws-sdk-go v1.55.5
github.com/docker/docker v25.0.3+incompatible
github.com/docker/go-connections v0.5.0
github.com/docker/go-units v0.5.0 // indirect
github.com/emersion/go-smtp v0.11.1
github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 // indirect
github.com/go-errors/errors v1.5.1
github.com/go-sql-driver/mysql v1.7.1
github.com/gocql/gocql v0.0.0-20200815110948-5378c8f664e9 // indirect
github.com/gomarkdown/markdown v0.0.0-20220310201231-552c6011c0b8
github.com/google/gops v0.3.23
github.com/google/uuid v1.6.0
github.com/gorilla/websocket v1.4.0
github.com/jhump/protoreflect v1.15.6
github.com/klauspost/compress v1.16.7 // indirect
github.com/klauspost/pgzip v1.2.5
github.com/lib/pq v1.10.6
github.com/linkedin/goavro v2.1.0+incompatible
github.com/logrusorgru/aurora v0.0.0-20190428105938-cea283e61946
github.com/lunixbochs/vtclean v1.0.0
github.com/lusis/slack-test v0.0.0-20190426140909-c40012f20018 // indirect
github.com/morikuni/aec v1.0.0 // indirect
github.com/nlopes/slack v0.5.1-0.20190214144636-e73b432e20b0
github.com/opencontainers/go-digest v1.0.0 // indirect
github.com/opencontainers/image-spec v1.0.1
github.com/pkg/errors v0.9.1
github.com/satori/go.uuid v1.2.1-0.20181028125025-b2ce2384e17b
github.com/segmentio/kafka-go v0.3.4
github.com/stretchr/testify v1.9.0
github.com/tebeka/selenium v0.9.10-0.20211105214847-e9100b7f5ac1
github.com/viant/afs v1.25.1
github.com/viant/afsc v1.9.2-0.20240422173805-b3d0ac5529a7
github.com/viant/asc v0.5.2-0.20240920195908-e805e6de7865
github.com/viant/assertly v0.9.3-0.20240801181709-c4d200a736e1
github.com/viant/bgc v0.9.0
github.com/viant/dsc v0.19.0
github.com/viant/dsunit v0.11.1-0.20240315154953-016b93c322c2
github.com/viant/scy v0.12.1
//github.com/viant/toolbox v0.37.1-0.20240924122036-7c1afbc7c02b
github.com/yuin/gopher-lua v1.1.1 // indirect
golang.org/x/crypto v0.29.0 // indirect
golang.org/x/net v0.31.0
golang.org/x/oauth2 v0.24.0
google.golang.org/api v0.205.0
google.golang.org/protobuf v1.35.1
gopkg.in/linkedin/goavro.v1 v1.0.5 // indirect
gopkg.in/src-d/go-git.v4 v4.13.1
gopkg.in/yaml.v2 v2.4.0
)
require (
firebase.google.com/go/v4 v4.14.0
github.com/ddddddO/gtree v1.10.9
github.com/golang-jwt/jwt/v4 v4.5.0
github.com/mattn/go-sqlite3 v1.14.18
github.com/viant/aerospike v0.2.7
github.com/viant/datly v0.9.9-0.20240914142916-2eb86a762bda
github.com/viant/gosh v0.0.0-20240315215121-a5efb9835616
github.com/viant/parsly v0.3.3-0.20240717150634-e1afaedb691b
github.com/viant/sqlx v0.15.2-0.20240802175425-e8a939a4cf7b
github.com/viant/toolbox v0.37.1-0.20241113185320-77ae97adbba5
github.com/viant/xdatly/handler v0.0.0-20240904221257-06e43f22d5f0
github.com/viant/xdatly/types/core v0.0.0-20240109065401-9758ebacb4bb
github.com/viant/xdatly/types/custom v0.0.0-20240904221257-06e43f22d5f0
github.com/yuin/goldmark v1.4.13
gopkg.in/yaml.v3 v3.0.1
)
require (
cel.dev/expr v0.16.1 // indirect
cloud.google.com/go v0.116.0 // indirect
cloud.google.com/go/auth v0.10.1 // indirect
cloud.google.com/go/auth/oauth2adapt v0.2.5 // indirect
cloud.google.com/go/compute/metadata v0.5.2 // indirect
cloud.google.com/go/iam v1.2.1 // indirect
cloud.google.com/go/longrunning v0.6.1 // indirect
cloud.google.com/go/monitoring v1.21.1 // indirect
cloud.google.com/go/secretmanager v1.14.1 // indirect
cloud.google.com/go/storage v1.46.0 // indirect
github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.24.1 // indirect
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.48.1 // indirect
github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.48.1 // indirect
github.com/MicahParks/keyfunc v1.9.0 // indirect
github.com/aerospike/aerospike-client-go/v6 v6.15.1 // indirect
github.com/aws/aws-sdk-go-v2 v1.30.3 // indirect
github.com/aws/aws-sdk-go-v2/config v1.27.11 // indirect
github.com/aws/aws-sdk-go-v2/credentials v1.17.26 // indirect
github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.10.7 // indirect
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.11 // indirect
github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.15 // indirect
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.15 // indirect
github.com/aws/aws-sdk-go-v2/internal/ini v1.8.0 // indirect
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.17.8 // indirect
github.com/aws/aws-sdk-go-v2/service/dynamodbstreams v1.13.27 // indirect
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.11.3 // indirect
github.com/aws/aws-sdk-go-v2/service/internal/endpoint-discovery v1.7.20 // indirect
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.11.17 // indirect
github.com/aws/aws-sdk-go-v2/service/sns v1.31.3 // indirect
github.com/aws/aws-sdk-go-v2/service/sqs v1.34.3 // indirect
github.com/aws/aws-sdk-go-v2/service/sso v1.22.3 // indirect
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.26.4 // indirect
github.com/aws/aws-sdk-go-v2/service/sts v1.30.3 // indirect
github.com/aws/smithy-go v1.20.3 // indirect
github.com/blang/semver v3.5.1+incompatible // indirect
github.com/bufbuild/protocompile v0.8.0 // indirect
github.com/census-instrumentation/opencensus-proto v0.4.1 // indirect
github.com/cespare/xxhash/v2 v2.3.0 // indirect
github.com/cncf/xds/go v0.0.0-20240905190251-b4127c9b8d78 // indirect
github.com/containerd/log v0.1.0 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.2.0 // indirect
github.com/distribution/reference v0.6.0 // indirect
github.com/emersion/go-sasl v0.0.0-20161116183048-7e096a0a6197 // indirect
github.com/emirpasic/gods v1.12.0 // indirect
github.com/envoyproxy/go-control-plane v0.13.0 // indirect
github.com/envoyproxy/protoc-gen-validate v1.1.0 // indirect
github.com/fatih/color v1.16.0 // indirect
github.com/felixge/httpsnoop v1.0.4 // indirect
github.com/francoispqt/gojay v1.2.13 // indirect
github.com/fsnotify/fsnotify v1.4.9 // indirect
github.com/go-logr/logr v1.4.2 // indirect
github.com/go-logr/stdr v1.2.2 // indirect
github.com/goccy/go-json v0.10.2 // indirect
github.com/gogo/protobuf v1.3.2 // indirect
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
github.com/golang/protobuf v1.5.4 // indirect
github.com/golang/snappy v0.0.4 // indirect
github.com/google/s2a-go v0.1.8 // indirect
github.com/googleapis/enterprise-certificate-proxy v0.3.4 // indirect
github.com/googleapis/gax-go/v2 v2.13.0 // indirect
github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed // indirect
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
github.com/jmespath/go-jmespath v0.4.0 // indirect
github.com/kevinburke/ssh_config v0.0.0-20190725054713-01f96b0aa0cd // indirect
github.com/lestrrat-go/backoff/v2 v2.0.8 // indirect
github.com/lestrrat-go/blackmagic v1.0.2 // indirect
github.com/lestrrat-go/httpcc v1.0.1 // indirect
github.com/lestrrat-go/iter v1.0.2 // indirect
github.com/lestrrat-go/jwx v1.2.29 // indirect
github.com/lestrrat-go/option v1.0.1 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/mazznoer/csscolorparser v0.1.3 // indirect
github.com/mediabuyerbot/go-crx3 v1.3.1 // indirect
github.com/mitchellh/go-homedir v1.1.0 // indirect
github.com/moby/term v0.5.0 // indirect
github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826 // indirect
github.com/pelletier/go-toml/v2 v2.1.1 // indirect
github.com/planetscale/vtprotobuf v0.6.1-0.20240319094008-0393e58bdf10 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/richardlehane/mscfb v1.0.4 // indirect
github.com/richardlehane/msoleps v1.0.3 // indirect
github.com/sergi/go-diff v1.0.0 // indirect
github.com/src-d/gcfg v1.4.0 // indirect
github.com/viant/bigquery v0.3.3 // indirect
github.com/viant/cloudless v1.11.0 // indirect
github.com/viant/dyndb v0.1.4-0.20221214043424-27654ab6ed9c // indirect
github.com/viant/gmetric v0.3.1-0.20230405233616-cc90deee60c4 // indirect
github.com/viant/godiff v0.4.1 // indirect
github.com/viant/govalidator v0.3.1 // indirect
github.com/viant/igo v0.2.1 // indirect
github.com/viant/pgo v0.11.0 // indirect
github.com/viant/sqlparser v0.7.4 // indirect
github.com/viant/structology v0.5.6-0.20240802174922-5eb157550455 // indirect
github.com/viant/structql v0.5.1 // indirect
github.com/viant/tagly v0.2.1-0.20240521205717-55de744e893c // indirect
github.com/viant/velty v0.2.1-0.20230927172116-ba56497b5c85 // indirect
github.com/viant/x v0.3.0 // indirect
github.com/viant/xdatly v0.5.4-0.20240904221257-06e43f22d5f0 // indirect
github.com/viant/xdatly/extension v0.0.0-20231013204918-ecf3c2edf259 // indirect
github.com/viant/xlsy v0.3.0 // indirect
github.com/viant/xmlify v0.1.1-0.20231127181625-8a6b48ceea12 // indirect
github.com/viant/xreflect v0.7.0 // indirect
github.com/viant/xunsafe v0.9.4 // indirect
github.com/xanzy/ssh-agent v0.2.1 // indirect
github.com/xuri/efp v0.0.0-20230802181842-ad255f2331ca // indirect
github.com/xuri/excelize/v2 v2.8.0 // indirect
github.com/xuri/nfp v0.0.0-20230819163627-dc951e3ffe1a // indirect
go.opencensus.io v0.24.0 // indirect
go.opentelemetry.io/contrib/detectors/gcp v1.29.0 // indirect
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.54.0 // indirect
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.54.0 // indirect
go.opentelemetry.io/otel v1.29.0 // indirect
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.26.0 // indirect
go.opentelemetry.io/otel/metric v1.29.0 // indirect
go.opentelemetry.io/otel/sdk v1.29.0 // indirect
go.opentelemetry.io/otel/sdk/metric v1.29.0 // indirect
go.opentelemetry.io/otel/trace v1.29.0 // indirect
golang.org/x/mod v0.20.0 // indirect
golang.org/x/sync v0.9.0 // indirect
golang.org/x/sys v0.27.0 // indirect
golang.org/x/term v0.26.0 // indirect
golang.org/x/text v0.20.0 // indirect
golang.org/x/time v0.7.0 // indirect
google.golang.org/appengine v1.6.8 // indirect
google.golang.org/appengine/v2 v2.0.2 // indirect
google.golang.org/genproto v0.0.0-20241021214115-324edc3d5d38 // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20241015192408-796eee8c2d53 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20241021214115-324edc3d5d38 // indirect
google.golang.org/grpc v1.67.1 // indirect
google.golang.org/grpc/stats/opentelemetry v0.0.0-20240907200651-3ffb98b2c93a // indirect
gopkg.in/inf.v0 v0.9.1 // indirect
gopkg.in/src-d/go-billy.v4 v4.3.2 // indirect
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
gopkg.in/warnings.v0 v0.1.2 // indirect
gotest.tools/v3 v3.5.1 // indirect
)