You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
719 B
Modula-2
24 lines
719 B
Modula-2
3 years ago
|
module live-service
|
||
|
|
||
|
go 1.18
|
||
|
|
||
|
require (
|
||
|
github.com/pkg/errors v0.9.1
|
||
|
github.com/zeromicro/go-zero v1.3.2
|
||
|
google.golang.org/grpc v1.45.0
|
||
|
)
|
||
|
|
||
|
require (
|
||
|
github.com/golang/protobuf v1.5.2 // indirect
|
||
|
github.com/spaolacci/murmur3 v1.1.0 // indirect
|
||
|
go.opentelemetry.io/otel v1.3.0 // indirect
|
||
|
go.opentelemetry.io/otel/trace v1.3.0 // indirect
|
||
|
go.uber.org/automaxprocs v1.4.0 // indirect
|
||
|
golang.org/x/net v0.0.0-20220225172249-27dd8689420f // indirect
|
||
|
golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 // indirect
|
||
|
golang.org/x/text v0.3.7 // indirect
|
||
|
google.golang.org/genproto v0.0.0-20220228195345-15d65a4533f7 // indirect
|
||
|
google.golang.org/protobuf v1.27.1 // indirect
|
||
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
||
|
)
|