forked from TencentBlueKing/bkunifylogbeat
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
21 lines (18 loc) · 755 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/TencentBlueKing/bkunifylogbeat
go 1.14
require (
github.com/StackExchange/wmi v1.2.1 // indirect
github.com/TencentBlueKing/collector-go-sdk/v2 v2.0.0
github.com/andrewkroh/sys v0.0.0-20151128191922-287798fe3e43 // indirect
github.com/dustin/go-humanize v1.0.0
github.com/elastic/beats v7.1.1+incompatible
github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e
github.com/pkg/errors v0.9.1
github.com/shirou/gopsutil v3.21.8+incompatible
github.com/stretchr/testify v1.6.1
github.com/tklauser/go-sysconf v0.3.9 // indirect
)
replace (
github.com/Sirupsen/logrus v1.6.0 => github.com/sirupsen/logrus v1.6.0
github.com/elastic/beats v7.1.1+incompatible => github.com/TencentBlueKing/beats v7.1.14-bk+incompatible
)