mirror of
https://github.com/gitpod-io/gitpod.git
synced 2025-12-08 17:36:30 +00:00
* Update go dependencies Signed-off-by: Manuel de Brito Fontes <aledbf@gmail.com> * Update runc to v1.1.5 * Update docker cli to v23.0.2+incompatible --------- Signed-off-by: Manuel de Brito Fontes <aledbf@gmail.com>
24 lines
851 B
Modula-2
24 lines
851 B
Modula-2
module github.com/gitpod-io/gitpod/code-desktop/status
|
|
|
|
go 1.19
|
|
|
|
require google.golang.org/grpc v1.52.3
|
|
|
|
require github.com/grpc-ecosystem/grpc-gateway/v2 v2.11.3 // indirect
|
|
|
|
require (
|
|
github.com/gitpod-io/gitpod/common-go v0.0.0-00010101000000-000000000000
|
|
github.com/gitpod-io/gitpod/supervisor/api v0.0.0-00010101000000-000000000000
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
|
golang.org/x/net v0.7.0 // indirect
|
|
golang.org/x/sys v0.5.0 // indirect
|
|
golang.org/x/text v0.7.0 // indirect
|
|
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
|
|
google.golang.org/genproto v0.0.0-20221118155620-16455021b5e6 // indirect
|
|
google.golang.org/protobuf v1.28.1 // indirect
|
|
)
|
|
|
|
replace github.com/gitpod-io/gitpod/supervisor/api => ../../../supervisor-api/go // leeway
|
|
|
|
replace github.com/gitpod-io/gitpod/common-go => ../../../common-go // leeway
|