forked from cloudfoundry/syslog-release
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
21 lines (19 loc) · 802 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
module github.com/cloudfoundry/syslog-release
go 1.12
require (
github.com/cloudfoundry/blackbox v0.0.0-20190604033514-9038052aa615
github.com/hpcloud/tail v1.0.0
github.com/jtarchie/syslog v0.0.0-20190709005936-5fab01d378a6
github.com/kr/pretty v0.1.0 // indirect
github.com/nu7hatch/gouuid v0.0.0-20131221200532-179d4d0c4d8d
github.com/onsi/ginkgo v1.10.1
github.com/onsi/gomega v1.5.0
github.com/papertrail/remote_syslog2 v0.0.0-20190614180052-09062fc2b02a
github.com/stretchr/testify v1.3.0 // indirect
github.com/tedsuo/ifrit v0.0.0-20180802180643-bea94bb476cc
github.com/ziutek/syslog v0.0.0-20180426113420-8a9fdf1a8529
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127
gopkg.in/fsnotify.v1 v1.4.7
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7
gopkg.in/yaml.v2 v2.2.2
)