22 lines
803 B
Modula-2
22 lines
803 B
Modula-2
module study
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/acroca/go-symbols v0.1.1 // indirect
|
|
github.com/davidrjenni/reftools v0.0.0-20210213085015-40322ffdc2e4 // indirect
|
|
github.com/go-redis/redis v6.15.9+incompatible
|
|
github.com/godoctor/godoctor v0.0.0-20200702010311-8433dcb3dc61 // indirect
|
|
github.com/k0kubun/go-ansi v0.0.0-20180517002512-3bf9e2903213
|
|
github.com/keegancsmith/rpc v1.3.0 // indirect
|
|
github.com/onsi/gomega v1.14.0 // indirect
|
|
github.com/schollz/progressbar/v3 v3.8.1
|
|
github.com/stamblerre/gocode v1.0.0 // indirect
|
|
github.com/tidwall/gjson v1.6.8
|
|
github.com/urfave/cli/v2 v2.3.0
|
|
github.com/zmb3/gogetdoc v0.0.0-20190228002656-b37376c5da6a // indirect
|
|
golang.org/x/mod v0.4.2 // indirect
|
|
golang.org/x/net v0.0.0-20210428140749-89ef3d95e781
|
|
golang.org/x/tools v0.1.0 // indirect
|
|
)
|