File: go.mod

package info (click to toggle)
golang-github-microsoft-dev-tunnels 0.0.25-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,988 kB
  • sloc: cs: 9,969; java: 2,767; javascript: 328; xml: 186; makefile: 5
file content (11 lines) | stat: -rw-r--r-- 233 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
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.0.0-20220321153916-2c7772ba3064
)

require golang.org/x/sys v0.1.0 // indirect