mirror of
https://github.com/gitpod-io/gitpod.git
synced 2025-12-08 17:36:30 +00:00
21 lines
672 B
Modula-2
21 lines
672 B
Modula-2
module github.com/gitpod-io/gitpod/local-app/api
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/gitpod-io/gitpod/supervisor/api v0.0.0-00010101000000-000000000000
|
|
google.golang.org/grpc v1.45.0
|
|
google.golang.org/protobuf v1.28.0
|
|
)
|
|
|
|
require (
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
|
github.com/grpc-ecosystem/grpc-gateway/v2 v2.5.0 // indirect
|
|
golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4 // indirect
|
|
golang.org/x/sys v0.0.0-20210510120138-977fb7262007 // indirect
|
|
golang.org/x/text v0.3.5 // indirect
|
|
google.golang.org/genproto v0.0.0-20210617175327-b9e0b3197ced // indirect
|
|
)
|
|
|
|
replace github.com/gitpod-io/gitpod/supervisor/api => ../../supervisor-api/go // leeway
|