mirror of
https://github.com/gitpod-io/gitpod.git
synced 2025-12-08 17:36:30 +00:00
12 lines
307 B
Modula-2
12 lines
307 B
Modula-2
module github.com/gitpod-io/gitpod/local-app/api
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/gitpod-io/gitpod/supervisor/api v0.0.0-00010101000000-000000000000
|
|
google.golang.org/grpc v1.38.0
|
|
google.golang.org/protobuf v1.26.0
|
|
)
|
|
|
|
replace github.com/gitpod-io/gitpod/supervisor/api => ../../supervisor-api/go // leeway
|