-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgo.mod
More file actions
21 lines (19 loc) · 747 Bytes
/
go.mod
File metadata and controls
21 lines (19 loc) · 747 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
module fleet-provider
go 1.16
require (
github.com/golang/protobuf v1.5.2
github.com/gorilla/websocket v1.4.2 // indirect
github.com/konsorten/go-windows-terminal-sequences v1.0.3 // indirect
github.com/kr/pretty v0.1.0 // indirect
github.com/mtfelian/golang-socketio v1.5.2
github.com/mtfelian/synced v1.1.7 // indirect
github.com/shirou/gopsutil v3.21.6+incompatible // indirect
github.com/sirupsen/logrus v1.8.1 // indirect
github.com/synerex/proto_fleet v0.1.0
github.com/synerex/synerex_api v0.4.3
github.com/synerex/synerex_nodeapi v0.5.5
github.com/synerex/synerex_proto v0.1.12
github.com/synerex/synerex_sxutil v0.7.0
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
gopkg.in/yaml.v2 v2.2.7 // indirect
)