@@ -2,28 +2,25 @@ module github.com/exercism/cli
2
2
3
3
require (
4
4
github.com/blang/semver v3.5.1+incompatible
5
- github.com/davecgh/go-spew v1.1.0 // indirect
6
- github.com/fsnotify/fsnotify v1.4.2 // indirect
7
- github.com/hashicorp/hcl v0.0.0-20170509225359-392dba7d905e // indirect
5
+ github.com/davecgh/go-spew v1.1.0
6
+ github.com/fsnotify/fsnotify v1.4.2
7
+ github.com/hashicorp/hcl v0.0.0-20170509225359-392dba7d905e
8
8
github.com/inconshreveable/go-update v0.0.0-20160112193335-8152e7eb6ccf
9
- github.com/inconshreveable/mousetrap v1.0.0 // indirect
10
- github.com/kr/pretty v0.1.0 // indirect
11
- github.com/ld9999999999/go-interfacetools v0.0.0-20151014172923-5c708af5db62
12
- github.com/magiconair/properties v1.7.3 // indirect
13
- github.com/mitchellh/mapstructure v0.0.0-20170523030023-d0303fe80992 // indirect
14
- github.com/pelletier/go-buffruneio v0.2.0 // indirect
15
- github.com/pelletier/go-toml v1.0.0 // indirect
16
- github.com/pmezard/go-difflib v1.0.0 // indirect
17
- github.com/spf13/afero v0.0.0-20170217164146-9be650865eab // indirect
18
- github.com/spf13/cast v1.1.0 // indirect
9
+ github.com/inconshreveable/mousetrap v1.0.0
10
+ github.com/magiconair/properties v1.7.3
11
+ github.com/mitchellh/mapstructure v0.0.0-20170523030023-d0303fe80992
12
+ github.com/pelletier/go-buffruneio v0.2.0
13
+ github.com/pelletier/go-toml v1.0.0
14
+ github.com/pmezard/go-difflib v1.0.0
15
+ github.com/spf13/afero v0.0.0-20170217164146-9be650865eab
16
+ github.com/spf13/cast v1.1.0
19
17
github.com/spf13/cobra v0.0.0-20170731170427-b26b538f6930
20
- github.com/spf13/jwalterweatherman v0.0.0-20170523133247-0efa5202c046 // indirect
18
+ github.com/spf13/jwalterweatherman v0.0.0-20170523133247-0efa5202c046
21
19
github.com/spf13/pflag v1.0.0
22
20
github.com/spf13/viper v0.0.0-20180507071007-15738813a09d
23
21
github.com/stretchr/testify v1.1.4
24
22
golang.org/x/net v0.0.0-20170726083632-f5079bd7f6f7
25
- golang.org/x/sys v0.0.0-20170803140359-d8f5ea21b929 // indirect
23
+ golang.org/x/sys v0.0.0-20170803140359-d8f5ea21b929
26
24
golang.org/x/text v0.0.0-20170730040918-3bd178b88a81
27
- gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
28
- gopkg.in/yaml.v2 v2.0.0-20170721122051-25c4ec802a7d // indirect
25
+ gopkg.in/yaml.v2 v2.0.0-20170721122051-25c4ec802a7d
29
26
)
0 commit comments