mirror of
https://github.com/gitpod-io/gitpod.git
synced 2025-12-08 17:36:30 +00:00
23 lines
693 B
Modula-2
23 lines
693 B
Modula-2
module github.com/gitpod-io/gitpod/code/codehelper
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
google.golang.org/grpc v1.49.0
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
)
|
|
|
|
require golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f // indirect
|
|
|
|
require (
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
|
github.com/google/go-cmp v0.5.8 // indirect
|
|
github.com/kr/pretty v0.3.0 // indirect
|
|
github.com/rogpeppe/go-internal v1.8.0 // indirect
|
|
golang.org/x/net v0.0.0-20220722155237-a158d28d115b // indirect
|
|
golang.org/x/text v0.3.7 // indirect
|
|
google.golang.org/genproto v0.0.0-20220628213854-d9e0b6570c03 // indirect
|
|
google.golang.org/protobuf v1.28.1 // indirect
|
|
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
|
|
)
|