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
640 B
Modula-2
22 lines
640 B
Modula-2
3 years ago
|
module dcg
|
||
|
|
||
|
go 1.18
|
||
|
|
||
|
require (
|
||
|
git.noahlan.cn/northlan/ngs v0.1.2
|
||
|
github.com/urfave/cli v1.22.5
|
||
|
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/gorilla/websocket v1.5.0 // indirect
|
||
|
github.com/russross/blackfriday/v2 v2.1.0 // 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
|
||
|
google.golang.org/grpc v1.45.0 // indirect
|
||
|
)
|