1module github.com/tmc/grpc-websocket-proxy 2 3go 1.15 4 5require ( 6 github.com/gorilla/websocket v1.4.2 7 github.com/sirupsen/logrus v1.8.1 8 github.com/stretchr/testify v1.7.0 // indirect 9 golang.org/x/net v0.0.0-20211123203042-d83791d6bcd9 10 golang.org/x/sys v0.0.0-20210510120138-977fb7262007 // indirect 11)