-
Notifications
You must be signed in to change notification settings - Fork 2
/
go.mod
34 lines (32 loc) · 1.65 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
module github.com/iancmcc/jig
go 1.18
require (
github.com/BurntSushi/toml v0.2.1-0.20160426202516-f0aeabca5a12
github.com/Sirupsen/logrus v0.10.1-0.20160829202321-3ec0642a7fb6
github.com/armon/consul-api v0.0.0-20150107205647-dcfedd50ed53
github.com/cheggaaa/pb v1.0.6-0.20160905072356-ad4efe000aa5
github.com/coreos/go-etcd v2.0.1-0.20151026160318-003851be7bb0+incompatible
github.com/cpuguy83/go-md2man v1.0.5
github.com/fsnotify/fsnotify v1.3.0
github.com/hashicorp/hcl v0.0.0-20160426221300-9a905a34e628
github.com/inconshreveable/mousetrap v1.0.0
github.com/magiconair/properties v1.7.0
github.com/mitchellh/mapstructure v0.0.0-20160212031839-d2dd02622084
github.com/russross/blackfriday v0.0.0-20160510190922-2004188462c3
github.com/shurcooL/sanitized_anchor_name v0.0.0-20151028001915-10ef21a441db
github.com/spf13/cast v0.0.0-20160314192028-27b586b42e29
github.com/spf13/cobra v0.0.0-20160517171929-f36824430130
github.com/spf13/jwalterweatherman v0.0.0-20160311093646-33c24e77fb80
github.com/spf13/pflag v0.0.0-20160427162146-cb88ea77998c
github.com/spf13/viper v0.0.0-20160508180713-d8a428b8a306
github.com/stretchr/testify v1.1.4-0.20160524234229-8d64eb7173c7
github.com/ugorji/go v0.0.0-20160328060740-a396ed22fc04
github.com/xordataexchange/crypt v0.0.3-0.20150523230031-749e360c8f23
github.com/xrash/smetrics v0.0.0-20160403145505-89572686a6f0
golang.org/x/crypto v0.0.0-20160518162255-5bcd134fee4d
golang.org/x/sys v0.0.0-20160516132347-d4feaf1a7e61
gopkg.in/airbrake/gobrake.v2 v2.0.8
gopkg.in/check.v1 v1.0.0-20160105164936-4f90aeace3a2
gopkg.in/gemnasium/logrus-airbrake-hook.v2 v2.0.0
gopkg.in/yaml.v2 v2.0.0-20160301204022-a83829b6f129
)