-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathgo.mod
26 lines (25 loc) · 1.34 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
module github.com/tinrab/makaroni
require (
9fans.net/go v0.0.0-20180727211846-5d4fa602e1e8 // indirect
github.com/acroca/go-symbols v0.0.0-20180523203557-953befd75e22 // indirect
github.com/cosiner/argv v0.0.0-20170225145430-13bacc38a0a5 // indirect
github.com/derekparker/delve v1.1.0 // indirect
github.com/golang/lint v0.0.0-20180702182130-06c8688daad7 // indirect
github.com/karrick/godirwalk v1.7.3 // indirect
github.com/mattn/go-isatty v0.0.4 // indirect
github.com/mdempsky/gocode v0.0.0-20180727200127-00e7f5ac290a // indirect
github.com/peterh/liner v1.1.0 // indirect
github.com/ramya-rao-a/go-outline v0.0.0-20170803230019-9e9d089bb61a // indirect
github.com/rogpeppe/godef v0.0.0-20170920080713-b692db1de522 // indirect
github.com/sirupsen/logrus v1.0.6 // indirect
github.com/spf13/cobra v0.0.3 // indirect
github.com/spf13/pflag v1.0.2 // indirect
github.com/sqs/goreturns v0.0.0-20180302073349-83e02874ec12 // indirect
github.com/uudashr/gopkgs v1.3.2 // indirect
golang.org/x/arch v0.0.0-20180516175055-5de9028c2478 // indirect
golang.org/x/crypto v0.0.0-20180830192347-182538f80094 // indirect
golang.org/x/lint v0.0.0-20180702182130-06c8688daad7 // indirect
golang.org/x/sys v0.0.0-20180903190138-2b024373dcd9 // indirect
golang.org/x/tools v0.0.0-20180831211245-7ca132754999 // indirect
gopkg.in/yaml.v2 v2.2.1 // indirect
)