Skip to content

Commit 3559f20

Browse files
committed
Reverting go.mod and go.sum
1 parent f937826 commit 3559f20

File tree

2 files changed

+14
-28
lines changed

2 files changed

+14
-28
lines changed

go.mod

Lines changed: 14 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -2,28 +2,25 @@ module github.com/exercism/cli
22

33
require (
44
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
88
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
1917
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
2119
github.com/spf13/pflag v1.0.0
2220
github.com/spf13/viper v0.0.0-20180507071007-15738813a09d
2321
github.com/stretchr/testify v1.1.4
2422
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
2624
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
2926
)

go.sum

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,13 @@ github.com/blang/semver v3.5.1+incompatible h1:cQNTCjp13qL8KC3Nbxr/y2Bqb63oX6wdn
22
github.com/blang/semver v3.5.1+incompatible/go.mod h1:kRBLl5iJ+tD4TcOOxsy/0fnwebNt5EWlYSAyrTnjyyk=
33
github.com/davecgh/go-spew v1.1.0 h1:ZDRjVQ15GmhC3fiQ8ni8+OwkZQO4DARzQgrnXU1Liz8=
44
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
5-
github.com/exercism/c v0.0.0-20190801120910-35035966d3ef h1:DIBUBpXo2Zot+UiaPmuwPYdmqg8pYqB5thsNWINiPD4=
65
github.com/fsnotify/fsnotify v1.4.2 h1:v5tKwtf2hNhBV24eNYfQ5UmvFOGlOCmRqk7/P1olxtk=
76
github.com/fsnotify/fsnotify v1.4.2/go.mod h1:jwhsz4b93w/PPRr/qN1Yymfu8t87LnFCMoQvtojpjFo=
87
github.com/hashicorp/hcl v0.0.0-20170509225359-392dba7d905e h1:KJWs1uTCkN3E/J5ofCH9Pf8KKsibTFc3fv0CA9+WsVo=
98
github.com/hashicorp/hcl v0.0.0-20170509225359-392dba7d905e/go.mod h1:oZtUIOe8dh44I2q6ScRibXws4Ajl+d+nod3AaR9vL5w=
109
github.com/inconshreveable/go-update v0.0.0-20160112193335-8152e7eb6ccf h1:WfD7VjIE6z8dIvMsI4/s+1qr5EL+zoIGev1BQj1eoJ8=
1110
github.com/inconshreveable/go-update v0.0.0-20160112193335-8152e7eb6ccf/go.mod h1:hyb9oH7vZsitZCiBt0ZvifOrB+qc8PS5IiilCIb87rg=
12-
github.com/inconshreveable/mousetrap v1.0.0 h1:Z8tu5sraLXCXIcARxBp/8cbvlwVa7Z1NHg9XEKhtSvM=
1311
github.com/inconshreveable/mousetrap v1.0.0/go.mod h1:PxqpIevigyE2G7u3NXJIT2ANytuPF1OarO4DADm73n8=
14-
github.com/kr/pretty v0.1.0 h1:L/CwN0zerZDmRFUapSPitk6f+Q3+0za1rQkzVuMiMFI=
15-
github.com/kr/pretty v0.1.0/go.mod h1:dAy3ld7l9f0ibDNOQOHHMYYIIbhfbHSm3C4ZsoJORNo=
16-
github.com/kr/pty v1.1.1/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ=
17-
github.com/kr/text v0.1.0 h1:45sCR5RtlFHMR4UwH9sdQ5TC8v0qDQCHnXt+kaKSTVE=
18-
github.com/kr/text v0.1.0/go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI=
19-
github.com/ld9999999999/go-interfacetools v0.0.0-20151014172923-5c708af5db62 h1:Yxmgqjdx/bnDhp8TSw9CENvRrMiJklKYDfruUMROaFk=
20-
github.com/ld9999999999/go-interfacetools v0.0.0-20151014172923-5c708af5db62/go.mod h1:HaEcNiqo/Y5y/ZpHKx6bWRvJJ+HXelkjSCpk0MEf19k=
2112
github.com/magiconair/properties v1.7.3 h1:6AOjgCKyZFMG/1yfReDPDz3CJZPxnYk7DGmj2HtyF24=
2213
github.com/magiconair/properties v1.7.3/go.mod h1:PppfXfuXeibc/6YijjN8zIbojt8czPbwD3XqdrwzmxQ=
2314
github.com/mitchellh/mapstructure v0.0.0-20170523030023-d0303fe80992 h1:W7VHAEVflA5/eTyRvQ53Lz5j8bhRd1myHZlI/IZFvbU=
@@ -48,7 +39,5 @@ golang.org/x/sys v0.0.0-20170803140359-d8f5ea21b929 h1:M4VPQYSW/nB4Bcg1XMD4yW2sp
4839
golang.org/x/sys v0.0.0-20170803140359-d8f5ea21b929/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
4940
golang.org/x/text v0.0.0-20170730040918-3bd178b88a81 h1:7aXI3TQ9sZ4JdDoIDGjxL6G2mQxlsPy9dySnJaL6Bdk=
5041
golang.org/x/text v0.0.0-20170730040918-3bd178b88a81/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
51-
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 h1:qIbj1fsPNlZgppZ+VLlY7N33q108Sa+fhmuc+sWQYwY=
52-
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
5342
gopkg.in/yaml.v2 v2.0.0-20170721122051-25c4ec802a7d h1:2DX7x6HUDGZUyuEDAhUsQQNqkb1zvDyKTjVoTdzaEzo=
5443
gopkg.in/yaml.v2 v2.0.0-20170721122051-25c4ec802a7d/go.mod h1:JAlM8MvJe8wmxCU4Bli9HhUf9+ttbYbLASfIpnQbh74=

0 commit comments

Comments
 (0)