forked from skeema/skeema
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
20 lines (18 loc) · 810 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
module github.com/skeema/skeema
go 1.12
require (
github.com/VividCortex/mysqlerr v0.0.0-20170204212430-6c6b55f8796f
github.com/alecthomas/participle v0.3.0
github.com/jmoiron/sqlx v0.0.0-20180406164412-2aeb6a910c2b
github.com/mattn/goveralls v0.0.3-0.20190605103025-4d9899298d21
github.com/mitchellh/go-wordwrap v1.0.0
github.com/nozzle/throttler v0.0.0-20180817012639-2ea982251481
github.com/opencontainers/runc v1.0.0-rc5 // indirect
github.com/sirupsen/logrus v1.4.2
github.com/skeema/mybase v1.0.8
github.com/skeema/tengo v0.8.20-0.20191029231824-0ca0bc975780
golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4
golang.org/x/lint v0.0.0-20190409202823-959b441ac422
golang.org/x/sync v0.0.0-20190423024810-112230192c58
golang.org/x/tools v0.0.0-20190903163617-be0da057c5e3 // indirect
)