module github.com/microsoft/dev-tunnels

go 1.17

require (
	github.com/gorilla/websocket v1.4.2
	github.com/rodaine/table v1.0.1
	golang.org/x/crypto v0.23.0
)

require (
	golang.org/x/sys v0.20.0 // indirect
	gopkg.in/yaml.v3 v3.0.1 // indirect
)
