-
Notifications
You must be signed in to change notification settings - Fork 2
/
go.mod
26 lines (24 loc) · 979 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
25
26
module github.com/Code-Hex/xo
require (
github.com/Masterminds/goutils v1.1.0 // indirect
github.com/Masterminds/semver v1.5.0 // indirect
github.com/Masterminds/sprig v2.22.0+incompatible
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/google/uuid v1.1.4 // indirect
github.com/huandu/xstrings v1.3.2 // indirect
github.com/imdario/mergo v0.3.11 // indirect
github.com/kenshaw/snaker v0.1.0
github.com/lib/pq v1.9.0
github.com/mattn/go-sqlite3 v2.0.3+incompatible
github.com/mitchellh/copystructure v1.0.0 // indirect
github.com/xo/dburl v0.0.0-20200910011426-652e0d5720a3
github.com/xo/xo v0.0.0-20201215055213-6fe83c5f98b3
github.com/xo/xoutil v0.0.0-20171112033149-46189f4026a5
golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 // indirect
gopkg.in/rana/ora.v4 v4.1.15
)
go 1.13