forked from cube2222/octosql
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
24 lines (23 loc) · 916 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/cube2222/octosql
require (
github.com/360EntSecGroup-Skylar/excelize v1.4.1
github.com/bradleyjkemp/cupaloy v2.3.0+incompatible // indirect
github.com/bradleyjkemp/memmap v0.2.2 // indirect
github.com/bradleyjkemp/memviz v0.2.2
github.com/go-redis/redis v6.15.2+incompatible
github.com/go-sql-driver/mysql v1.4.1
github.com/golang/protobuf v1.3.1
github.com/kr/pretty v0.1.0 // indirect
github.com/lib/pq v1.0.0
github.com/mattn/go-runewidth v0.0.4 // indirect
github.com/mitchellh/hashstructure v1.0.0
github.com/olekukonko/tablewriter v0.0.1
github.com/onsi/ginkgo v1.8.0 // indirect
github.com/onsi/gomega v1.5.0 // indirect
github.com/pkg/errors v0.8.1
github.com/spf13/cobra v0.0.5
golang.org/x/net v0.0.0-20190522155817-f3200d17e092
google.golang.org/appengine v1.5.0 // indirect
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
gopkg.in/yaml.v2 v2.2.2
)