mirror of
https://github.com/gitpod-io/gitpod.git
synced 2025-12-08 17:36:30 +00:00
12 lines
288 B
Modula-2
12 lines
288 B
Modula-2
module github.com/gitpod-io/gitpod/supervisor/api
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/golang/protobuf v1.4.3
|
|
github.com/grpc-ecosystem/grpc-gateway/v2 v2.0.1
|
|
google.golang.org/genproto v0.0.0-20201019141844-1ed22bb0c154
|
|
google.golang.org/grpc v1.33.1
|
|
google.golang.org/protobuf v1.25.0
|
|
)
|