-
Notifications
You must be signed in to change notification settings - Fork 20
/
go.mod
36 lines (31 loc) · 1.2 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
26
27
28
29
30
31
32
33
34
module github.com/HXSecurity/DongTai-agent-go
go 1.11
require (
github.com/brahma-adshonor/gohook v1.1.9
github.com/gin-gonic/gin v1.7.7
github.com/julienschmidt/httprouter v1.3.0
github.com/parnurzeal/gorequest v0.2.16
github.com/pkg/errors v0.9.1
github.com/shirou/gopsutil v3.21.10+incompatible
gorm.io/gorm v1.20.11
)
require (
github.com/StackExchange/wmi v1.2.1 // indirect
github.com/elazarl/goproxy v0.0.0-20210801061803-8e322dfb79c4 // indirect
github.com/go-chi/chi/v5 v5.0.7
github.com/gorilla/rpc v1.2.0
github.com/jinzhu/now v1.1.3 // indirect
github.com/json-iterator/go v1.1.11 // indirect
github.com/modern-go/reflect2 v1.0.1 // indirect
github.com/segmentio/kafka-go v0.4.31
github.com/smartystreets/goconvey v1.7.2 // indirect
github.com/tklauser/go-sysconf v0.3.9 // indirect
golang.org/x/crypto v0.0.0-20210817164053-32db794688a5 // indirect
golang.org/x/net v0.0.0-20211109214657-ef0fda0de508 // indirect
golang.org/x/sys v0.0.0-20210823070655-63515b42dcdf // indirect
google.golang.org/grpc v1.45.0
google.golang.org/protobuf v1.27.1 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
moul.io/http2curl v1.0.0 // indirect
)