mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2026-01-04 18:16:35 +08:00
17 lines
520 B
Modula-2
17 lines
520 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
|
|
github.com/json-iterator/go v1.1.11 // indirect
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
|
github.com/modern-go/reflect2 v1.0.1 // indirect
|
|
google.golang.org/grpc v1.32.0
|
|
google.golang.org/protobuf v1.25.0
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
|
)
|