-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
107 lines (103 loc) · 4.88 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
module github.com/xo/usql
require (
cloud.google.com/go v0.74.0 // indirect
cloud.google.com/go/bigquery v1.14.0 // indirect
cloud.google.com/go/spanner v1.12.0 // indirect
github.com/ClickHouse/clickhouse-go v1.4.3
github.com/DATA-DOG/go-sqlmock v1.5.0 // indirect
github.com/Masterminds/semver v1.5.0 // indirect
github.com/MichaelS11/go-cql-driver v0.1.1
github.com/SAP/go-hdb v0.102.6
github.com/VoltDB/voltdb-client-go v1.0.1
github.com/alecthomas/chroma v0.8.2
github.com/alecthomas/kingpin v2.2.6+incompatible
github.com/alecthomas/repr v0.0.0-20181024024818-d37bc2a10ba1 // indirect
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 // indirect
github.com/alecthomas/units v0.0.0-20201120081800-1786d5ef83d4 // indirect
github.com/alexbrainman/odbc v0.0.0-20200426075526-f0492dfa1575
github.com/amsokol/ignite-go-client v0.12.2
github.com/apache/arrow/go/arrow v0.0.0-20210105025818-a745299ffe93 // indirect
github.com/apache/calcite-avatica-go/v5 v5.0.0
github.com/apache/thrift v0.13.0 // indirect
github.com/aws/aws-sdk-go v1.36.20 // indirect
github.com/beltran/gohive v1.3.0 // indirect
github.com/beltran/gosasl v0.0.0-20200816203322-2f20f217aef6 // indirect
github.com/bippio/go-impala v2.0.0+incompatible
github.com/btnguyen2k/consu/reddo v0.1.6 // indirect
github.com/btnguyen2k/gocosmos v0.1.3
github.com/buger/jsonparser v1.1.0 // indirect
github.com/couchbase/go-couchbase v0.0.0-20201216133707-c04035124b17 // indirect
github.com/couchbase/go_n1ql v0.0.0-20160215142504-6cf4e348b127
github.com/denisenkom/go-mssqldb v0.9.0
github.com/dlclark/regexp2 v1.4.0 // indirect
github.com/fatih/color v1.10.0 // indirect
github.com/frankban/quicktest v1.4.1 // indirect
github.com/genjidb/genji v0.9.0
github.com/go-ole/go-ole v1.2.4 // indirect
github.com/go-openapi/errors v0.19.9 // indirect
github.com/go-openapi/strfmt v0.19.11 // indirect
github.com/go-sql-driver/mysql v1.5.0
github.com/go-zookeeper/zk v1.0.2 // indirect
github.com/gocql/gocql v0.0.0-20201215165327-e49edf966d90
github.com/godror/godror v0.23.0
github.com/gohxs/readline v0.0.0-20171011095936-a780388e6e7c
github.com/google/flatbuffers v1.12.0 // indirect
github.com/google/uuid v1.1.4 // indirect
github.com/jackc/pgconn v1.8.0
github.com/jackc/pgproto3/v2 v2.0.7 // indirect
github.com/jackc/pgx/v4 v4.10.1
github.com/jcmturner/gokrb5/v8 v8.4.2 // indirect
github.com/jmrobles/h2go v0.5.0
github.com/lib/pq v1.9.0
github.com/mattn/go-adodb v0.0.1
github.com/mattn/go-isatty v0.0.12
github.com/mattn/go-sqlite3 v2.0.3+incompatible
github.com/mitchellh/mapstructure v1.4.0 // indirect
github.com/nakagami/firebirdsql v0.9.0
github.com/pierrec/lz4 v2.2.6+incompatible // indirect
github.com/pkg/browser v0.0.0-20201207095918-0426ae3fba23 // indirect
github.com/prestodb/presto-go-client v0.0.0-20201204133205-8958eb37e584
github.com/rakyll/go-sql-driver-spanner v0.0.0-20200507191418-c013a6449778
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/shopspring/decimal v1.2.0 // indirect
github.com/sijms/go-ora v0.0.0-20201230204601-9c6316265b76
github.com/sirupsen/logrus v1.7.0 // indirect
github.com/snowflakedb/gosnowflake v1.3.12
github.com/spaolacci/murmur3 v1.1.0 // indirect
github.com/thda/tds v0.1.7
github.com/uber/athenadriver v1.1.12
github.com/urfave/cli v1.22.5 // indirect
github.com/vertica/vertica-sql-go v1.1.1
github.com/vmihailenco/tagparser v0.1.2 // indirect
github.com/xo/dburl v0.2.0
github.com/xo/tblfmt v0.1.0
github.com/xo/terminfo v0.0.0-20210104072544-c22d04bf3159
github.com/xo/xoutil v0.0.0-20171112033149-46189f4026a5
github.com/zaf/temp v0.0.0-20170209143821-94e385923345
github.com/ziutek/mymysql v1.5.4
go.mongodb.org/mongo-driver v1.4.4 // indirect
go.uber.org/multierr v1.6.0 // indirect
go.uber.org/zap v1.16.0 // indirect
golang.org/x/net v0.0.0-20201224014010-6772e930b67b // indirect
golang.org/x/sys v0.0.0-20210104204734-6f8348627aad // indirect
golang.org/x/tools v0.0.0-20210104081019-d8d6ddbec6ee // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
google.golang.org/genproto v0.0.0-20201214200347-8c77b98c765d // indirect
gorm.io/driver/bigquery v1.0.16
modernc.org/b v1.0.1 // indirect
modernc.org/db v1.0.1 // indirect
modernc.org/file v1.0.2 // indirect
modernc.org/golex v1.0.1 // indirect
modernc.org/libc v1.5.0 // indirect
modernc.org/lldb v1.0.1 // indirect
modernc.org/mathutil v1.2.1 // indirect
modernc.org/memory v1.0.4 // indirect
modernc.org/ql v1.3.1
modernc.org/sqlite v1.7.5
modernc.org/zappy v1.0.2 // indirect
sqlflow.org/gohive v0.0.0-20200521083454-ed52ee669b84
sqlflow.org/gomaxcompute v0.0.0-20200410041603-30fa752b7593
)
replace github.com/couchbase/go-couchbase v0.0.0-20201216133707-c04035124b17 => github.com/kenshaw/go-couchbase v0.0.0-20210104231425-ee71e5a22c59
replace github.com/btnguyen2k/gocosmos v0.1.3 => github.com/kenshaw/gocosmos v0.1.4-0.20210105064112-ccf71873706d
go 1.15