mirror of
https://github.com/gitpod-io/gitpod.git
synced 2025-12-08 17:36:30 +00:00
* Update go dependencies * Update S3 * Caddy plugins cannot use 1.22 * Update controller runtime signatures * Update webhook suite test * Update IPFS signatures * Update go modules * Update ipfs-cluster to v1.0.8 * Fix node-labeler build * Fix IPFS CID parsing * Update ipfs-cluster version * Update controller-runtime signature * Update statefulset signature * Disable controller-runtime metrics * Add comments
16 lines
361 B
Modula-2
16 lines
361 B
Modula-2
module github.com/gitpod-io/gitpod/gitpod-protocol
|
|
|
|
go 1.22
|
|
|
|
require (
|
|
github.com/golang/mock v1.6.0
|
|
github.com/gorilla/websocket v1.5.0
|
|
github.com/sirupsen/logrus v1.8.1
|
|
github.com/sourcegraph/jsonrpc2 v0.0.0-20200429184054-15c2290dcb37
|
|
)
|
|
|
|
require (
|
|
github.com/cenkalti/backoff/v4 v4.1.3
|
|
golang.org/x/sys v0.0.0-20210510120138-977fb7262007 // indirect
|
|
)
|