-
Notifications
You must be signed in to change notification settings - Fork 3
/
go.mod
42 lines (39 loc) · 1.68 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
module github.com/alash3al/xyr
go 1.17
require (
github.com/ClickHouse/clickhouse-go v1.5.1
github.com/Jeffail/tunny v0.1.4
github.com/SAP/go-hdb v0.105.5
github.com/aws/aws-sdk-go v1.42.4
github.com/denisenkom/go-mssqldb v0.11.0
github.com/go-sql-driver/mysql v1.6.0
github.com/hashicorp/hcl/v2 v2.10.1
github.com/jmoiron/sqlx v1.3.4
github.com/kyokomi/emoji v2.2.4+incompatible
github.com/lib/pq v1.10.4
github.com/mattn/go-sqlite3 v1.14.9
github.com/rs/dnscache v0.0.0-20211102005908-e0241e321417
github.com/sijms/go-ora/v2 v2.2.15
github.com/urfave/cli/v2 v2.3.0
github.com/withmandala/go-log v0.1.0
)
require (
github.com/agext/levenshtein v1.2.1 // indirect
github.com/apparentlymart/go-textseg/v13 v13.0.0 // indirect
github.com/cloudflare/golz4 v0.0.0-20150217214814-ef862a3cdc58 // indirect
github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
github.com/golang-sql/civil v0.0.0-20190719163853-cb61b32ac6fe // indirect
github.com/google/go-cmp v0.5.5 // indirect
github.com/jmespath/go-jmespath v0.4.0 // indirect
github.com/mitchellh/go-wordwrap v0.0.0-20150314170334-ad45545899c7 // indirect
github.com/russross/blackfriday/v2 v2.0.1 // indirect
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
github.com/smartystreets/goconvey v1.7.2 // indirect
github.com/zclconf/go-cty v1.8.0 // indirect
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519 // indirect
golang.org/x/sync v0.0.0-20190423024810-112230192c58 // indirect
golang.org/x/sys v0.0.0-20210910150752-751e447fb3d0 // indirect
golang.org/x/term v0.0.0-20210615171337-6886f2dfbf5b // indirect
golang.org/x/text v0.3.7 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
)