@@ -3,19 +3,33 @@ module github.com/Laisky/go-fluentd
3
3
go 1.12
4
4
5
5
require (
6
+ github.com/DataDog/zstd v1.3.8 // indirect
6
7
github.com/Depado/ginprom v1.1.1
7
8
github.com/Laisky/go-syslog v2.3.3+incompatible
8
- github.com/Laisky/go-utils v1.4.0
9
+ github.com/Laisky/go-utils v1.4.3
9
10
github.com/Laisky/zap v1.9.2
10
- github.com/Shopify/sarama v1.22.0
11
+ github.com/OneOfOne/xxhash v1.2.5 // indirect
12
+ github.com/Shopify/sarama v1.22.1
11
13
github.com/cespare/xxhash v1.1.0
12
14
github.com/gin-contrib/pprof v1.2.0
13
15
github.com/gin-gonic/gin v1.4.0
16
+ github.com/glycerine/goconvey v0.0.0-20190410193231-58a59202ab31 // indirect
14
17
github.com/json-iterator/go v1.1.6
18
+ github.com/labstack/gommon v0.2.9 // indirect
19
+ github.com/magiconair/properties v1.8.1 // indirect
20
+ github.com/pelletier/go-toml v1.4.0 // indirect
21
+ github.com/pierrec/lz4 v2.0.5+incompatible // indirect
15
22
github.com/pkg/errors v0.8.1
23
+ github.com/prometheus/client_golang v0.9.4 // indirect
24
+ github.com/smartystreets/goconvey v0.0.0-20190330032615-68dc04aab96a // indirect
25
+ github.com/spf13/afero v1.2.2 // indirect
26
+ github.com/spf13/jwalterweatherman v1.1.0 // indirect
16
27
github.com/spf13/pflag v1.0.3
17
- github.com/spf13/viper v1.3.2
28
+ github.com/spf13/viper v1.4.0
18
29
github.com/tinylib/msgp v1.1.0
30
+ golang.org/x/text v0.3.2 // indirect
19
31
)
20
32
21
33
replace github.com/ugorji/go v1.1.4 => github.com/ugorji/go/codec v0.0.0-20190204201341-e444a5086c43
34
+
35
+ replace github.com/appleboy/gofight v2.0.0+incompatible => github.com/appleboy/gofight/v2 v2.1.1
0 commit comments