-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
38 lines (37 loc) · 1.44 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
35
36
37
38
module github.com/alittlebrighter/coach
require (
github.com/buger/jsonparser v0.0.0-20180318095312-2cac668e8456
github.com/coreos/bbolt v1.3.1-etcd.8
github.com/davecgh/go-spew v1.1.1
github.com/fsnotify/fsnotify v1.4.7
github.com/gobuffalo/packr v1.21.8
github.com/golang/protobuf v1.2.0
github.com/gorilla/websocket v1.4.0
github.com/hashicorp/hcl v1.0.0
github.com/inconshreveable/mousetrap v1.0.0
github.com/json-iterator/go v0.0.0-20180722035151-10a568c51178
github.com/magiconair/properties v1.8.0
github.com/mitchellh/go-homedir v1.0.0
github.com/mitchellh/mapstructure v1.1.2
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
github.com/modern-go/reflect2 v0.0.0-20180701023420-4b7aa43c6742
github.com/pelletier/go-buffruneio v0.1.0
github.com/pelletier/go-toml v1.2.0
github.com/pkg/errors v0.8.0
github.com/pmezard/go-difflib v1.0.0
github.com/rs/xid v0.0.0-20180530234414-513a561cfd69
github.com/spf13/afero v1.1.2
github.com/spf13/cast v1.3.0
github.com/spf13/cobra v0.0.3
github.com/spf13/jwalterweatherman v1.0.0
github.com/spf13/pflag v1.0.3
github.com/spf13/viper v1.2.1
github.com/stretchr/testify v1.2.2
golang.org/x/net v0.0.0-20181207154023-610586996380
golang.org/x/sys v0.0.0-20181206074257-70b957f3b65e
golang.org/x/text v0.3.0
google.golang.org/appengine v1.2.0 // indirect
google.golang.org/genproto v0.0.0-20180912233945-5a2fd4cab2d6
google.golang.org/grpc v1.15.0
gopkg.in/yaml.v2 v2.2.2
)