Files
EdgeCommon/go.mod

13 lines
320 B
Modula-2
Raw Normal View History

2020-09-13 19:27:47 +08:00
module github.com/TeaOSLab/EdgeCommon
go 1.15
require (
github.com/go-yaml/yaml v2.1.0+incompatible
github.com/golang/protobuf v1.4.2
github.com/iwind/TeaGo v0.0.0-20200910072805-729cffe36729
google.golang.org/grpc v1.32.0
google.golang.org/protobuf v1.25.0
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776
)