mirror of
https://github.com/gitpod-io/gitpod.git
synced 2025-12-08 17:36:30 +00:00
* upgrade golang to 1.24.3 * fix caddy * update go debug * fix non-constant format string in call to fmt Format method
22 lines
497 B
Modula-2
22 lines
497 B
Modula-2
module github.com/gitpod-io/gitpod/ws-manager-bridge/api
|
|
|
|
go 1.24
|
|
|
|
toolchain go1.24.3
|
|
|
|
godebug tlsmlkem=0
|
|
|
|
require (
|
|
google.golang.org/grpc v1.58.3
|
|
google.golang.org/protobuf v1.33.0
|
|
)
|
|
|
|
require (
|
|
github.com/golang/protobuf v1.5.4 // indirect
|
|
github.com/google/go-cmp v0.6.0 // indirect
|
|
golang.org/x/net v0.23.0 // indirect
|
|
golang.org/x/sys v0.18.0 // indirect
|
|
golang.org/x/text v0.14.0 // indirect
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20230822172742-b8732ec3820d // indirect
|
|
)
|