protobuf 代码生成

This commit is contained in:
奶爸
2019-12-05 23:42:20 +08:00
parent 3e5664d3ed
commit 6f623ff138
7 changed files with 60 additions and 28 deletions

7
go.mod
View File

@@ -3,9 +3,12 @@ module github.com/p14yground/nezha
go 1.13
require (
github.com/EDDYCJY/go-grpc-example v0.0.0-20181014074047-0f68708edbcb
github.com/StackExchange/wmi v0.0.0-20190523213315-cbe66965904d // indirect
github.com/go-ole/go-ole v1.2.4 // indirect
github.com/golang/protobuf v1.3.2
github.com/shirou/gopsutil v2.19.11+incompatible
golang.org/x/oauth2 v0.0.0-20191202225959-858c2ad4c8b6
github.com/shirou/w32 v0.0.0-20160930032740-bb4de0191aa4 // indirect
github.com/stretchr/testify v1.4.0 // indirect
golang.org/x/sys v0.0.0-20191128015809-6d18c012aee9 // indirect
google.golang.org/grpc v1.25.1
)