-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
30 lines (28 loc) · 998 Bytes
/
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
module github.com/meritlabs/overlord
go 1.12
require (
github.com/fsnotify/fsnotify v1.4.7
github.com/gin-contrib/sse v0.0.0-20170109093832-22d885f9ecc7
github.com/gin-gonic/gin v1.3.0
github.com/golang/protobuf v1.2.0
github.com/gorilla/websocket v1.4.0
github.com/hashicorp/hcl v1.0.0
github.com/json-iterator/go v1.1.5
github.com/magiconair/properties v1.8.0
github.com/mattn/go-isatty v0.0.4
github.com/mitchellh/mapstructure v1.0.0
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
github.com/modern-go/reflect2 v0.0.0-20180701023420-4b7aa43c6742
github.com/nlopes/slack v0.3.0
github.com/pelletier/go-toml v1.2.0
github.com/spf13/afero v1.1.2
github.com/spf13/cast v1.2.0
github.com/spf13/jwalterweatherman v1.0.0
github.com/spf13/pflag v1.0.2
github.com/spf13/viper v1.2.0
github.com/ugorji/go v1.1.1
golang.org/x/sys v0.0.0-20180918153733-ee1b12c67af4
golang.org/x/text v0.3.0
gopkg.in/go-playground/validator.v8 v8.18.2
gopkg.in/yaml.v2 v2.2.1
)