mirror of
https://github.com/halfrost/LeetCode-Go.git
synced 2026-03-13 10:02:05 +08:00
17 lines
524 B
Modula-2
17 lines
524 B
Modula-2
module github.com/halfrost/LeetCode-Go
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/BurntSushi/toml v0.3.1
|
|
github.com/bitly/go-simplejson v0.5.0 // indirect
|
|
github.com/graphql-go/graphql v0.7.9
|
|
github.com/keegancsmith/rpc v1.3.0 // indirect
|
|
github.com/mozillazg/request v0.8.0
|
|
github.com/nsf/gocode v0.0.0-20190302080247-5bee97b48836 // indirect
|
|
github.com/spf13/cobra v1.1.1
|
|
github.com/stamblerre/gocode v1.0.0 // indirect
|
|
golang.org/x/mod v0.4.0 // indirect
|
|
golang.org/x/tools v0.0.0-20201211185031-d93e913c1a58 // indirect
|
|
)
|