The special syntax :1080 means “use the default, but force port to 1080”, which is useful when you are running the gokrazy web interface on a different port because you need port 80 for your web appliance.
15 lines
407 B
Modula-2
15 lines
407 B
Modula-2
module github.com/gokrazy/breakglass
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/gokrazy/gokrazy v0.0.0-20190321081644-520b8ca41de7
|
|
github.com/gokrazy/internal v0.0.0-20200527163528-2cb9182fefff
|
|
github.com/google/shlex v0.0.0-20181106134648-c34317bd91bf
|
|
github.com/kr/pty v1.1.8
|
|
github.com/pkg/sftp v1.13.0 // indirect
|
|
golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad
|
|
gopkg.in/yaml.v2 v2.2.2 // indirect
|
|
)
|
|
|