forked from philips-software/logproxy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
35 lines (34 loc) · 1.68 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
module github.com/philips-software/logproxy
require (
github.com/cloudfoundry-community/gautocloud v1.1.3 // indirect
github.com/cloudfoundry-community/go-cfenv v1.18.0 // indirect
github.com/golang/mock v1.3.1 // indirect
github.com/google/go-querystring v1.0.0 // indirect
github.com/influxdata/go-syslog/v2 v2.0.0
github.com/joho/godotenv v1.3.0
github.com/jstemmer/go-junit-report v0.0.0-20190106144839-af01ea7f8024 // indirect
github.com/labstack/echo v0.0.0-20171223171103-b338075a0fc6
github.com/labstack/gommon v0.0.0-20170925052817-57409ada9da0 // indirect
github.com/loafoe/go-rabbitmq v0.4.0
github.com/m4rw3r/uuid v1.0.0
github.com/magiconair/properties v1.8.1 // indirect
github.com/mattn/go-colorable v0.0.9 // indirect
github.com/mattn/go-isatty v0.0.3 // indirect
github.com/pelletier/go-toml v1.4.0 // indirect
github.com/philips-software/go-hsdp-api v0.5.0
github.com/sirupsen/logrus v1.4.2
github.com/spf13/afero v1.2.2 // indirect
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/spf13/viper v1.4.0 // indirect
github.com/streadway/amqp v0.0.0-20190404075320-75d898a42a94
github.com/stretchr/objx v0.2.0 // indirect
github.com/stretchr/testify v1.4.0
github.com/t-yuki/gocover-cobertura v0.0.0-20180217150009-aaee18c8195c // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
github.com/valyala/fasttemplate v0.0.0-20170224212429-dcecefd839c4 // indirect
golang.org/x/crypto v0.0.0-20190513172903-22d7a77e9e5f // indirect
golang.org/x/sys v0.0.0-20190524152521-dbbf3f1254d4 // indirect
golang.org/x/text v0.3.2 // indirect
gopkg.in/go-playground/validator.v8 v8.18.2 // indirect
gopkg.in/go-playground/validator.v9 v9.29.0 // indirect
)