forked from viant/datly
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
87 lines (83 loc) · 3.79 KB
/
Copy pathgo.mod
File metadata and controls
87 lines (83 loc) · 3.79 KB
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
module github.com/viant/datly
go 1.17
require (
cloud.google.com/go/storage v1.28.0 // indirect
github.com/aerospike/aerospike-client-go v4.5.2+incompatible
github.com/aws/aws-lambda-go v1.31.0
github.com/go-playground/universal-translator v0.18.0 // indirect
github.com/go-playground/validator v9.31.0+incompatible
github.com/go-sql-driver/mysql v1.6.0
github.com/goccy/go-json v0.9.7
github.com/golang-jwt/jwt/v4 v4.4.1
github.com/google/gops v0.3.23
github.com/google/uuid v1.3.0
github.com/jessevdk/go-flags v1.5.0
github.com/leodido/go-urn v1.2.1 // indirect
github.com/lib/pq v1.10.6
github.com/mattn/go-sqlite3 v2.0.2+incompatible
github.com/onsi/gomega v1.20.2 // indirect
github.com/pkg/errors v0.9.1
github.com/stretchr/testify v1.8.1
github.com/viant/afs v1.16.1-0.20220708154004-5cc767a16d95
github.com/viant/afsc v1.8.1-0.20220721172758-a0713d05bfdd
github.com/viant/assertly v0.9.1-0.20220620174148-bab013f93a60
github.com/viant/bigquery v0.2.1-0.20221005024313-4286a9622882
github.com/viant/cloudless v1.1.1-0.20220302185825-1e29705ac362
github.com/viant/dsc v0.16.2 // indirect
github.com/viant/dsunit v0.10.8
github.com/viant/gmetric v0.2.7-0.20220508155136-c2e3c95db446
github.com/viant/parsly v0.0.0-20220913214053-cb272791c00f
github.com/viant/scy v0.3.2-0.20221123210038-042281941f17
github.com/viant/sqlx v0.2.4-0.20221130032646-83e77badfb48
github.com/viant/structql v0.0.0-20221125021249-35b7a7d2d345
github.com/viant/toolbox v0.34.6-0.20221112031702-3e7cdde7f888
github.com/viant/velty v0.1.1-0.20221201184133-b0f3ead9be6c
github.com/viant/xreflect v0.0.0-20221129195610-6c6068eb8186
github.com/viant/xunsafe v0.8.1-0.20221201184033-61078df343a7
golang.org/x/oauth2 v0.2.0
google.golang.org/api v0.102.0
gopkg.in/go-playground/assert.v1 v1.2.1 // indirect
gopkg.in/yaml.v3 v3.0.1
)
require github.com/francoispqt/gojay v1.2.13
require (
cloud.google.com/go v0.104.0 // indirect
cloud.google.com/go/compute v1.12.1 // indirect
cloud.google.com/go/compute/metadata v0.2.1 // indirect
cloud.google.com/go/iam v0.5.0 // indirect
cloud.google.com/go/secretmanager v1.6.0 // indirect
github.com/aws/aws-sdk-go v1.44.12 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.0.0-20210816181553-5444fa50b93d // indirect
github.com/go-errors/errors v1.4.2 // indirect
github.com/go-playground/locales v0.14.0 // indirect
github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/google/go-cmp v0.5.9 // indirect
github.com/googleapis/enterprise-certificate-proxy v0.2.0 // indirect
github.com/googleapis/gax-go/v2 v2.6.0 // indirect
github.com/jmespath/go-jmespath v0.4.0 // indirect
github.com/lestrrat-go/backoff/v2 v2.0.8 // indirect
github.com/lestrrat-go/blackmagic v1.0.0 // indirect
github.com/lestrrat-go/httpcc v1.0.1 // indirect
github.com/lestrrat-go/iter v1.0.1 // indirect
github.com/lestrrat-go/jwx v1.2.25 // indirect
github.com/lestrrat-go/option v1.0.0 // indirect
github.com/nxadm/tail v1.4.8 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/viant/igo v0.1.0 // indirect
github.com/yuin/gopher-lua v0.0.0-20220504180219-658193537a64 // indirect
go.opencensus.io v0.23.0 // indirect
golang.org/x/crypto v0.3.0 // indirect
golang.org/x/net v0.2.0 // indirect
golang.org/x/sync v0.1.0 // indirect
golang.org/x/sys v0.2.0 // indirect
golang.org/x/term v0.2.0 // indirect
golang.org/x/text v0.4.0 // indirect
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/genproto v0.0.0-20221024183307-1bc688fe9f3e // indirect
google.golang.org/grpc v1.50.1 // indirect
google.golang.org/protobuf v1.28.1 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
)