forked from papertrail/remote_syslog2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
39 lines (36 loc) · 1.98 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
39
module github.com/papertrail/remote_syslog2
go 1.17
require (
github.com/VividCortex/godaemon v1.0.0
github.com/howbazaar/loggo v0.0.0-20131030201820-384be4108823
github.com/mitchellh/gox v1.0.1
github.com/mitchellh/mapstructure v0.0.0-20160808181253-ca63d7c062ee
github.com/nightlyone/lockfile v0.0.0-20160306143149-b30dcbfa86e3
github.com/papertrail/go-tail v0.0.0-20170801201234-1b77c8dfcc6b
github.com/spf13/pflag v0.0.0-20160906134334-6fd2ff4ff8df
github.com/spf13/viper v0.0.0-20160830143246-16990631d4aa
github.com/stretchr/testify v1.1.4-0.20160615092844-d77da356e56a
)
require (
github.com/davecgh/go-spew v0.0.0-20151105211317-5215b55f46b2 // indirect
github.com/fsnotify/fsnotify v1.3.2-0.20160816051541-f12c6236fe7b // indirect
github.com/hashicorp/go-version v1.0.0 // indirect
github.com/hashicorp/hcl v0.0.0-20160902165219-99df0eb941dd // indirect
github.com/kr/fs v0.0.0-20131111012553-2788f0dbd169 // indirect
github.com/magiconair/properties v1.7.1-0.20160908093658-0723e352fa35 // indirect
github.com/mitchellh/iochan v1.0.0 // indirect
github.com/pelletier/go-buffruneio v0.1.0 // indirect
github.com/pelletier/go-toml v0.3.6-0.20160906202557-31055c2ff0bb // indirect
github.com/pkg/errors v0.7.1 // indirect
github.com/pkg/sftp v0.0.0-20160908100035-8197a2e58073 // indirect
github.com/pmezard/go-difflib v0.0.0-20151028094244-d8ed2627bdf0 // indirect
github.com/spf13/afero v0.0.0-20160821083612-20500e2abd0d // indirect
github.com/spf13/cast v0.0.0-20160730092037-e31f36ffc91a // indirect
github.com/spf13/jwalterweatherman v0.0.0-20160311093646-33c24e77fb80 // indirect
golang.org/x/crypto v0.0.0-20160909120217-05d11b2ca141 // indirect
golang.org/x/sys v0.0.0-20160429193239-b776ec39b3e5 // indirect
golang.org/x/text v0.0.0-20160908145610-1e65e9bf72c3 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/yaml.v2 v2.0.0-20160715033755-e4d366fc3c79 // indirect
launchpad.net/gocheck v0.0.0-20140225173054-000000000087 // indirect
)