mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2025-11-03 20:40:25 +08:00
16 lines
471 B
Modula-2
16 lines
471 B
Modula-2
module github.com/TeaOSLab/EdgeCommon
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/cespare/xxhash/v2 v2.1.1
|
|
github.com/go-yaml/yaml v2.1.0+incompatible
|
|
github.com/golang/protobuf v1.4.2
|
|
github.com/iwind/TeaGo v0.0.0-20210628135026-38575a4ab060
|
|
golang.org/x/net v0.0.0-20210226172049-e18ecbb05110 // indirect
|
|
golang.org/x/sys v0.0.0-20210303074136-134d130e1a04 // indirect
|
|
google.golang.org/grpc v1.32.0
|
|
google.golang.org/protobuf v1.25.0
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
|
)
|