forked from andy722/fluent-forwarder
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
21 lines (19 loc) · 820 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/andy722/fluent-forwarder
go 1.14
require (
github.com/alecthomas/units v0.0.0-20190924025748-f65c72e2690d
github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e
github.com/golang/protobuf v1.4.0 // indirect
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
github.com/philhofer/fwd v1.0.0 // indirect
github.com/prometheus/client_golang v1.5.1
github.com/prometheus/procfs v0.0.11 // indirect
github.com/sirupsen/logrus v1.5.0
github.com/spf13/pflag v1.0.5
github.com/stretchr/testify v1.5.1
github.com/tinylib/msgp v1.1.2
golang.org/x/lint v0.0.0-20200302205851-738671d3881b // indirect
golang.org/x/sys v0.0.0-20200420163511-1957bb5e6d1f // indirect
golang.org/x/tools v0.0.0-20200425043458-8463f397d07c // indirect
gopkg.in/yaml.v2 v2.2.8 // indirect
)