module github.com/mapero/wstunnel go 1.22 require ( github.com/fsnotify/fsnotify v1.7.0 // indirect github.com/go-stack/stack v1.8.1 // indirect github.com/gorilla/websocket v1.5.3 github.com/onsi/ginkgo v1.16.5 github.com/onsi/gomega v1.35.1 gopkg.in/inconshreveable/log15.v2 v2.16.0 ) require ( github.com/google/go-cmp v0.6.0 // indirect github.com/kr/pretty v0.3.1 // indirect github.com/mattn/go-colorable v0.1.13 // indirect github.com/mattn/go-isatty v0.0.20 // indirect github.com/nxadm/tail v1.4.11 // indirect golang.org/x/net v0.30.0 // indirect golang.org/x/sys v0.26.0 // indirect golang.org/x/term v0.25.0 // indirect golang.org/x/text v0.19.0 // indirect google.golang.org/protobuf v1.35.1 // indirect gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect gopkg.in/yaml.v3 v3.0.1 // indirect ) replace github.com/imdario/mergo => dario.cat/mergo v1.0.0