forked from phodal/coca
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
30 lines (28 loc) · 1.28 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
29
30
module github.com/phodal/coca
go 1.13
require (
github.com/antlr/antlr4 v0.0.0-20200103163232-691acdc23f1f
github.com/awalterschulze/gographviz v0.0.0-20190522210029-fa59802746ab
github.com/boyter/scc v2.10.1+incompatible
github.com/dbaggerman/cuba v0.3.2 // indirect
github.com/huleTW/bad-smell-analysis v0.1.0
github.com/iancoleman/strcase v0.0.0-20191112232945-16388991a334
github.com/mattn/go-shellwords v1.0.6
github.com/minio/blake2b-simd v0.0.0-20160723061019-3f5f724cb5b1 // indirect
github.com/monochromegane/go-gitignore v0.0.0-20160105113617-38717d0a108c // indirect
github.com/olekukonko/tablewriter v0.0.4
github.com/onsi/ginkgo v1.10.3 // indirect
github.com/onsi/gomega v1.7.1
github.com/pkg/errors v0.8.1
github.com/pkg/profile v1.3.0
github.com/sabhiram/go-gitignore v0.0.0-20180611051255-d3107576ba94
github.com/sergi/go-diff v1.1.0 // indirect
github.com/spf13/cobra v0.0.5
github.com/yourbasic/radix v0.0.0-20180308122924-cbe1cc82e907
github.com/yudai/gojsondiff v1.0.0
github.com/yudai/golcs v0.0.0-20170316035057-ecda9a501e82 // indirect
golang.org/x/exp v0.0.0-20191224044220-1fea468a75e9 // indirect
golang.org/x/lint v0.0.0-20191125180803-fdd1cda4f05f // indirect
golang.org/x/tools v0.0.0-20200108203644-89082a384178 // indirect
gonum.org/v1/gonum v0.6.2
)