initial commit

This commit is contained in:
ginuerzh
2023-04-18 20:21:06 +08:00
commit d221a4ec9a
30 changed files with 2736 additions and 0 deletions

16
go.mod Normal file
View File

@ -0,0 +1,16 @@
module github.com/go-gost/plugin
go 1.20
require (
google.golang.org/grpc v1.54.0
google.golang.org/protobuf v1.30.0
)
require (
github.com/golang/protobuf v1.5.2 // indirect
golang.org/x/net v0.8.0 // indirect
golang.org/x/sys v0.6.0 // indirect
golang.org/x/text v0.8.0 // indirect
google.golang.org/genproto v0.0.0-20230110181048-76db0878b65f // indirect
)