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.
22 lines
678 B
Modula-2
22 lines
678 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/cpuguy83/go-md2man/v2 v2.0.1 // indirect
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
|
github.com/russross/blackfriday/v2 v2.1.0 // indirect
|
|
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
|
|
github.com/urfave/cli v1.22.5 // 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
|
|
)
|