mirror of https://github.com/grpc/grpc-go.git
20 lines
503 B
Modula-2
20 lines
503 B
Modula-2
module google.golang.org/grpc/test/tools
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
github.com/client9/misspell v0.3.4
|
|
github.com/golang/protobuf v1.5.3
|
|
golang.org/x/lint v0.0.0-20210508222113-6edffad5e616
|
|
golang.org/x/tools v0.11.0
|
|
honnef.co/go/tools v0.4.3
|
|
)
|
|
|
|
require (
|
|
github.com/BurntSushi/toml v1.3.2 // indirect
|
|
golang.org/x/exp/typeparams v0.0.0-20230713183714-613f0c0eb8a1 // indirect
|
|
golang.org/x/mod v0.12.0 // indirect
|
|
golang.org/x/sys v0.10.0 // indirect
|
|
google.golang.org/protobuf v1.31.0 // indirect
|
|
)
|