Manuel Alejandro de Brito Fontes 4edfce5ebf Update grpc dependencies
Signed-off-by: Manuel Alejandro de Brito Fontes <aledbf@gmail.com>
2021-08-04 15:49:04 +02:00

15 lines
396 B
Modula-2

module github.com/gitpod-io/gitpod/gitpod-protocol
go 1.16
require (
github.com/fsnotify/fsnotify v1.4.9
github.com/golang/mock v1.6.0
github.com/google/go-cmp v0.5.6
github.com/gorilla/websocket v1.4.2
github.com/sirupsen/logrus v1.8.1
github.com/sourcegraph/jsonrpc2 v0.0.0-20200429184054-15c2290dcb37
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
gopkg.in/yaml.v2 v2.4.0
)