-
-
Notifications
You must be signed in to change notification settings - Fork 368
Expand file tree
/
Copy pathgo.mod
More file actions
28 lines (26 loc) · 1.11 KB
/
go.mod
File metadata and controls
28 lines (26 loc) · 1.11 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/exercism/cli
go 1.15
require (
github.com/blang/semver v3.5.1+incompatible
github.com/davecgh/go-spew v1.1.0
github.com/fsnotify/fsnotify v1.4.2
github.com/hashicorp/hcl v0.0.0-20170509225359-392dba7d905e
github.com/inconshreveable/go-update v0.0.0-20160112193335-8152e7eb6ccf
github.com/inconshreveable/mousetrap v1.0.0
github.com/magiconair/properties v1.7.3
github.com/mitchellh/mapstructure v0.0.0-20170523030023-d0303fe80992
github.com/pelletier/go-buffruneio v0.2.0
github.com/pelletier/go-toml v1.0.0
github.com/pmezard/go-difflib v1.0.0
github.com/spf13/afero v0.0.0-20170217164146-9be650865eab
github.com/spf13/cast v1.1.0
github.com/spf13/cobra v0.0.0-20170731170427-b26b538f6930
github.com/spf13/jwalterweatherman v0.0.0-20170523133247-0efa5202c046
github.com/spf13/pflag v1.0.0
github.com/spf13/viper v0.0.0-20180507071007-15738813a09d
github.com/stretchr/testify v1.1.4
golang.org/x/net v0.0.0-20170726083632-f5079bd7f6f7
golang.org/x/sys v0.0.0-20170803140359-d8f5ea21b929
golang.org/x/text v0.0.0-20170730040918-3bd178b88a81
gopkg.in/yaml.v2 v2.0.0-20170721122051-25c4ec802a7d
)