-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
24 lines (22 loc) · 911 Bytes
/
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
module github.com/xo/xo
require (
github.com/alexflint/go-arg v1.3.0
github.com/denisenkom/go-mssqldb v0.9.0
github.com/gedex/inflector v0.0.0-20170307190818-16278e9db813
github.com/go-sql-driver/mysql v1.5.0
github.com/godror/godror v0.22.0
github.com/kenshaw/snaker v0.1.0
github.com/kr/pretty v0.1.0 // indirect
github.com/lib/pq v1.9.0
github.com/mattn/go-sqlite3 v2.0.3+incompatible
github.com/pkg/errors v0.9.1 // indirect
github.com/stretchr/testify v1.4.0 // indirect
github.com/xo/dburl v0.0.0-20200910011426-652e0d5720a3
github.com/xo/xoutil v0.0.0-20171112033149-46189f4026a5
golang.org/x/crypto v0.0.0-20201208171446-5f87f3452ae9 // indirect
golang.org/x/sync v0.0.0-20200317015054-43a5402ce75a // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
gopkg.in/rana/ora.v4 v4.1.15
)
go 1.13