forked from toni-moreno/syncflux
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgo.mod
30 lines (28 loc) · 1.34 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
module github.com/toni-moreno/syncflux
go 1.13
require (
github.com/coreos/go-etcd v2.0.0+incompatible // indirect
github.com/fsnotify/fsnotify v1.4.9 // indirect
github.com/gammazero/deque v0.0.0-20200310222745-50fa758af896 // indirect
github.com/gammazero/workerpool v0.0.0-20200311205957-7b00833861c6
github.com/go-macaron/binding v1.1.0
github.com/go-macaron/inject v0.0.0-20200308113650-138e5925c53b // indirect
github.com/go-macaron/session v0.0.0-20200329073812-7d919ce6a8d2
github.com/go-macaron/toolbox v0.0.0-20200329073429-4401f4ce0f55
github.com/influxdata/influxdb1-client v0.0.0-20191209144304-8bf82d3c094d
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
github.com/mitchellh/mapstructure v1.2.3 // indirect
github.com/pelletier/go-toml v1.7.0 // indirect
github.com/sirupsen/logrus v1.5.0
github.com/spf13/afero v1.2.2 // indirect
github.com/spf13/cast v1.3.1 // indirect
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/spf13/viper v1.6.3
github.com/ugorji/go/codec v0.0.0-20181204163529-d75b2dcb6bc8 // indirect
github.com/unknwon/com v1.0.1 // indirect
golang.org/x/crypto v0.0.0-20200427165652-729f1e841bcc // indirect
golang.org/x/sys v0.0.0-20200427175716-29b57079015a // indirect
gopkg.in/ini.v1 v1.55.0 // indirect
gopkg.in/macaron.v1 v1.3.5
)