-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathgo.mod
26 lines (24 loc) · 1.14 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
module github.com/larrabee/ewn-go
go 1.13
require (
github.com/alexflint/go-arg v0.0.0-20180516182405-f7c0423bd11e
github.com/alexflint/go-scalar v0.0.0-20170216020425-e80c3b7ed292 // indirect
github.com/fsnotify/fsnotify v1.4.7 // indirect
github.com/go-gomail/gomail v0.0.0-20160411212932-81ebce5c23df
github.com/hashicorp/hcl v0.0.0-20180404174102-ef8a98b0bbce // indirect
github.com/kr/pty v1.1.1
github.com/magiconair/properties v1.8.0 // indirect
github.com/mattn/go-isatty v0.0.3
github.com/mitchellh/mapstructure v0.0.0-20180511142126-bb74f1db0675 // indirect
github.com/pelletier/go-toml v1.1.0 // indirect
github.com/spf13/afero v1.1.0 // indirect
github.com/spf13/cast v1.2.0 // indirect
github.com/spf13/jwalterweatherman v0.0.0-20180109140146-7c0cea34c8ec // indirect
github.com/spf13/pflag v1.0.1 // indirect
github.com/spf13/viper v1.0.2
golang.org/x/sys v0.0.0-20180522224204-88eb85aaee56 // indirect
golang.org/x/text v0.3.0 // indirect
gopkg.in/Graylog2/go-gelf.v2 v2.0.0-20180326133423-4dbb9d721348
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
gopkg.in/yaml.v2 v2.2.1 // indirect
)