-
Notifications
You must be signed in to change notification settings - Fork 110
/
go.mod
41 lines (38 loc) · 1.71 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
31
32
33
34
35
36
37
38
39
40
41
module github.com/modernizing/coca
go 1.18
require (
github.com/awalterschulze/gographviz v0.0.0-20190522210029-fa59802746ab
github.com/boyter/scc v0.0.0-20200907020550-91af61dfda0d
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/olekukonko/tablewriter v0.0.4
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/spf13/cobra v0.0.5
github.com/yourbasic/radix v0.0.0-20180308122924-cbe1cc82e907
github.com/yudai/gojsondiff v1.0.0
gonum.org/v1/gonum v0.6.2
)
require (
github.com/antlr/antlr4/runtime/Go/antlr/v4 v4.0.0-20221202181307-76fa05c21b12 // indirect
github.com/dbaggerman/cuba v0.3.2 // indirect
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/json-iterator/go v1.1.9 // indirect
github.com/mattn/go-colorable v0.1.7 // indirect
github.com/mattn/go-runewidth v0.0.7 // indirect
github.com/minio/blake2b-simd v0.0.0-20160723061019-3f5f724cb5b1 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v0.0.0-20180701023420-4b7aa43c6742 // indirect
github.com/onsi/ginkgo v1.10.3 // indirect
github.com/sergi/go-diff v1.1.0 // indirect
github.com/spf13/pflag v1.0.3 // indirect
github.com/yudai/golcs v0.0.0-20170316035057-ecda9a501e82 // indirect
github.com/yudai/pp v2.0.1+incompatible // indirect
golang.org/x/exp v0.0.0-20220722155223-a9213eeb770e // indirect
golang.org/x/net v0.0.0-20190620200207-3b0461eec859 // indirect
golang.org/x/text v0.3.0 // indirect
gopkg.in/yaml.v2 v2.2.4 // indirect
)