-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathgo.mod
More file actions
executable file
·28 lines (26 loc) · 1.36 KB
/
go.mod
File metadata and controls
executable file
·28 lines (26 loc) · 1.36 KB
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/nicolasdilley/gomela
go 1.15
require (
github.com/alecthomas/gometalinter v3.0.0+incompatible // indirect
github.com/alecthomas/units v0.0.0-20210208195552-ff826a37aa15 // indirect
github.com/client9/misspell v0.3.4 // indirect
github.com/fatih/color v1.10.0
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
github.com/google/uuid v1.1.2
github.com/mdempsky/gocode v0.0.0-20200405233807-4acdcbdea79d // indirect
github.com/mibk/dupl v1.0.0 // indirect
github.com/minio/minio v0.0.0-20210526185546-b251ae5f3d66
github.com/montanaflynn/stats v0.6.5
github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354 // indirect
github.com/nicksnyder/go-i18n v1.10.1 // indirect
github.com/nicolasdilley/gobench v0.0.0-20210408085502-219ef55dfdb1 // indirect
github.com/nicolasdilley/gomela-ase21 v0.0.0-20210709101759-00b12a0b2d4a // indirect
github.com/schwarmco/go-cartesian-product v0.0.0-20180515110546-d5ee747a6dc9
github.com/system-pclub/GCatch v0.0.0-20210322080539-01c0e0281d70 // indirect
github.com/system-pclub/GCatch/GFix/dispatcher/tools v0.0.0-20210312172934-90af8eb02c6b // indirect
golang.org/x/tools v0.1.1
gopkg.in/alecthomas/kingpin.v3-unstable v3.0.0-20191105091915-95d230a53780 // indirect
gopkg.in/src-d/go-git.v4 v4.13.1
gotest.tools v2.2.0+incompatible // indirect
honnef.co/go/tools v0.1.3 // indirect
)