forked from google/fleetspeak
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
25 lines (23 loc) · 1.03 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
module github.com/google/fleetspeak
go 1.13
require (
github.com/Microsoft/go-winio v0.4.12
github.com/StackExchange/wmi v0.0.0-20190523213315-cbe66965904d // indirect
github.com/go-ole/go-ole v1.2.4 // indirect
github.com/go-sql-driver/mysql v1.4.1
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
github.com/golang/protobuf v1.4.2
github.com/hectane/go-acl v0.0.0-20190604041725-da78bae5fc95
github.com/kolide/osquery-go v0.0.0-20190904034940-a74aa860032d
github.com/mattn/go-sqlite3 v1.11.0
github.com/pires/go-proxyproto v0.0.0-20190615163442-2c19fd512994
github.com/prometheus/client_golang v1.7.1
github.com/shirou/gopsutil v2.18.12+incompatible
github.com/shirou/w32 v0.0.0-20160930032740-bb4de0191aa4 // indirect
golang.org/x/lint v0.0.0-20200302205851-738671d3881b // indirect
golang.org/x/sys v0.0.0-20200615200032-f1bc736245b1
golang.org/x/time v0.0.0-20190921001708-c4c64cad1fd0
golang.org/x/tools v0.0.0-20201020141929-90550980fc82 // indirect
google.golang.org/grpc v1.27.0
google.golang.org/protobuf v1.25.0
)