-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
114 lines (111 loc) · 5.18 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
module github.com/xo/usql
require (
cloud.google.com/go v0.90.0 // indirect
cloud.google.com/go/bigquery v1.20.1 // indirect
cloud.google.com/go/spanner v1.24.0 // indirect
github.com/ClickHouse/clickhouse-go v1.4.5
github.com/DATA-DOG/go-sqlmock v1.5.0 // indirect
github.com/IBM/nzgo v0.0.0-20210406171630-186d127e2795
github.com/Masterminds/semver v1.5.0 // indirect
github.com/MichaelS11/go-cql-driver v0.1.1
github.com/Microsoft/hcsshim v0.8.15 // indirect
github.com/SAP/go-hdb v0.105.2
github.com/VoltDB/voltdb-client-go v1.0.1
github.com/alecthomas/chroma v0.9.2
github.com/alecthomas/kingpin v2.2.6+incompatible
github.com/alecthomas/repr v0.0.0-20181024024818-d37bc2a10ba1 // indirect
github.com/alecthomas/units v0.0.0-20210208195552-ff826a37aa15 // 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-20210327225948-60011c081508 // indirect
github.com/apache/calcite-avatica-go/v5 v5.0.0
github.com/apache/thrift v0.13.0 // indirect
github.com/asaskevich/govalidator v0.0.0-20210307081110-f21760c49a8d // indirect
github.com/aws/aws-sdk-go v1.40.18 // indirect
github.com/beltran/gohive v1.3.0 // indirect
github.com/beltran/gosasl v0.0.0-20210215125809-4fa075701386 // indirect
github.com/bippio/go-impala v2.1.0+incompatible
github.com/btnguyen2k/consu/semita v0.1.5 // indirect
github.com/btnguyen2k/gocosmos v0.1.3
github.com/couchbase/go-couchbase v0.1.0 // indirect
github.com/couchbase/go_n1ql v0.0.0-20160215142504-6cf4e348b127
github.com/couchbase/gomemcached v0.1.3 // indirect
github.com/couchbase/goutils v0.1.0 // indirect
github.com/cpuguy83/go-md2man/v2 v2.0.1 // indirect
github.com/creack/pty v1.1.14 // indirect
github.com/denisenkom/go-mssqldb v0.10.0
github.com/docker/docker v20.10.3+incompatible
github.com/fatih/color v1.12.0 // indirect
github.com/genjidb/genji v0.13.0
github.com/go-ole/go-ole v1.2.5 // indirect
github.com/go-openapi/errors v0.20.0 // indirect
github.com/go-openapi/strfmt v0.20.1 // indirect
github.com/go-sql-driver/mysql v1.6.0
github.com/go-zookeeper/zk v1.0.2 // indirect
github.com/gocql/gocql v0.0.0-20210707082121-9a3953d1826d
github.com/godror/godror v0.24.2
github.com/gohxs/readline v0.0.0-20171011095936-a780388e6e7c
github.com/golang/snappy v0.0.4 // indirect
github.com/google/flatbuffers v1.12.0 // indirect
github.com/google/goexpect v0.0.0-20210330220015-096e5d1cbd97
github.com/gorilla/mux v1.8.0 // indirect
github.com/jackc/pgconn v1.10.0
github.com/jackc/pgx/v4 v4.13.0
github.com/jcmturner/gokrb5/v8 v8.4.2 // indirect
github.com/jmrobles/h2go v0.5.0
github.com/lib/pq v1.10.2
github.com/mattn/go-adodb v0.0.1
github.com/mattn/go-isatty v0.0.13
github.com/mattn/go-runewidth v0.0.13 // indirect
github.com/mattn/go-sqlite3 v1.14.8
github.com/mitchellh/go-homedir v1.1.0 // indirect
github.com/mitchellh/mapstructure v1.4.1 // indirect
github.com/mithrandie/csvq v1.15.2
github.com/mithrandie/csvq-driver v1.4.3
github.com/mithrandie/go-text v1.4.2 // indirect
github.com/moby/sys/mount v0.2.0 // indirect
github.com/morikuni/aec v1.0.0 // indirect
github.com/nakagami/firebirdsql v0.9.1
github.com/ory/dockertest/v3 v3.6.3
github.com/pierrec/lz4 v2.2.6+incompatible // indirect
github.com/pkg/browser v0.0.0-20210115035449-ce105d075bb4 // 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/sijms/go-ora/v2 v2.1.22
github.com/sirupsen/logrus v1.8.1
github.com/snowflakedb/gosnowflake v1.4.1
github.com/spaolacci/murmur3 v1.1.0 // indirect
github.com/thda/tds v0.1.7
github.com/trinodb/trino-go-client v0.300.0
github.com/twmb/murmur3 v1.1.5 // indirect
github.com/uber-go/tally v3.4.2+incompatible // indirect
github.com/uber/athenadriver v1.1.13
github.com/urfave/cli v1.22.5 // indirect
github.com/vertica/vertica-sql-go v1.1.1
github.com/vmihailenco/msgpack/v5 v5.3.4 // indirect
github.com/xo/dburl v0.8.4
github.com/xo/tblfmt v0.7.5
github.com/xo/terminfo v0.0.0-20210125001918-ca9a967f8778
github.com/zaf/temp v0.0.0-20170209143821-94e385923345
github.com/ziutek/mymysql v1.5.4
go.etcd.io/bbolt v1.3.6 // indirect
go.mongodb.org/mongo-driver v1.7.1 // indirect
go.uber.org/atomic v1.9.0 // indirect
go.uber.org/multierr v1.7.0 // indirect
go.uber.org/zap v1.19.0 // indirect
golang.org/x/net v0.0.0-20210805182204-aaa1db679c0d // indirect
golang.org/x/oauth2 v0.0.0-20210805134026-6f1e6394065a // indirect
golang.org/x/sys v0.0.0-20210809222454-d867a43fc93e // indirect
golang.org/x/term v0.0.0-20210615171337-6886f2dfbf5b // indirect
google.golang.org/genproto v0.0.0-20210809142519-0135a39c2737 // indirect
gorm.io/driver/bigquery v1.0.16
modernc.org/cc/v3 v3.33.11 // indirect
modernc.org/ccgo/v3 v3.10.0 // indirect
modernc.org/memory v1.0.5 // indirect
modernc.org/ql v1.4.0
modernc.org/sqlite v1.12.0
sqlflow.org/gohive v0.0.0-20200521083454-ed52ee669b84
sqlflow.org/gomaxcompute v0.0.0-20210805062559-c14ae028b44c
)
replace github.com/rakyll/go-sql-driver-spanner v0.0.0-20200507191418-c013a6449778 => github.com/kenshaw/go-sql-driver-spanner v0.0.0-20210501010231-e2b659aee25a
go 1.16