-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathgo.mod
28 lines (26 loc) · 1.03 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
module github.com/phogolabs/prana
go 1.16
require (
github.com/aymerick/raymond v2.0.2+incompatible
github.com/fatih/color v1.12.0
github.com/go-openapi/inflect v0.19.0
github.com/go-sql-driver/mysql v1.6.0
github.com/google/go-cmp v0.5.6 // indirect
github.com/gosuri/uitable v0.0.4
github.com/hashicorp/hcl/v2 v2.10.1 // indirect
github.com/jmoiron/sqlx v1.3.4
github.com/lib/pq v1.10.2
github.com/mattn/go-isatty v0.0.13 // indirect
github.com/mattn/go-runewidth v0.0.13 // indirect
github.com/mattn/go-sqlite3 v1.14.8
github.com/olekukonko/tablewriter v0.0.5
github.com/onsi/ginkgo v1.14.0
github.com/onsi/gomega v1.10.1
github.com/phogolabs/cli v0.0.0-20210430125239-bcee8250ce56
github.com/phogolabs/flaw v0.0.0-20210430130223-f948049b189e // indirect
github.com/phogolabs/log v0.0.0-20210430125128-bb23cd1dfac5
github.com/zclconf/go-cty v1.9.0 // indirect
golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c // indirect
golang.org/x/tools v0.1.5
google.golang.org/genproto v0.0.0-20210726200206-e7812ac95cc0 // indirect
)