-
Notifications
You must be signed in to change notification settings - Fork 34
/
go.mod
37 lines (34 loc) · 1.43 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
module github.com/toni-moreno/syncflux
go 1.17
require (
github.com/gammazero/workerpool v0.0.0-20200311205957-7b00833861c6
github.com/go-macaron/binding v1.1.0
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/sirupsen/logrus v1.5.0
github.com/spf13/viper v1.6.3
gopkg.in/macaron.v1 v1.3.7
)
require (
github.com/fsnotify/fsnotify v1.4.9 // indirect
github.com/gammazero/deque v0.0.0-20200310222745-50fa758af896 // indirect
github.com/go-macaron/inject v0.0.0-20200308113650-138e5925c53b // indirect
github.com/hashicorp/hcl v1.0.0 // indirect
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
github.com/magiconair/properties v1.8.1 // indirect
github.com/mitchellh/mapstructure v1.2.3 // indirect
github.com/pelletier/go-toml v1.7.0 // indirect
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/stretchr/testify v1.5.1 // indirect
github.com/subosito/gotenv v1.2.0 // indirect
github.com/unknwon/com v1.0.1 // indirect
golang.org/x/crypto v0.1.0 // indirect
golang.org/x/sys v0.1.0 // indirect
golang.org/x/text v0.4.0 // indirect
gopkg.in/ini.v1 v1.55.0 // indirect
gopkg.in/yaml.v2 v2.2.8 // indirect
)