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.
18 lines
465 B
Modula-2
18 lines
465 B
Modula-2
module git.noahlan.cn/northlan/ngs
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/gorilla/websocket v1.5.0
|
|
google.golang.org/grpc v1.45.0
|
|
google.golang.org/protobuf v1.28.0
|
|
)
|
|
|
|
require (
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
|
golang.org/x/net v0.0.0-20220418201149-a630d4f3e7a2 // indirect
|
|
golang.org/x/sys v0.0.0-20220412211240-33da011f77ad // indirect
|
|
golang.org/x/text v0.3.7 // indirect
|
|
google.golang.org/genproto v0.0.0-20220414192740-2d67ff6cf2b4 // indirect
|
|
)
|