26 lines
649 B
Modula-2
26 lines
649 B
Modula-2
module kong_server
|
|
|
|
go 1.23.0
|
|
|
|
toolchain go1.24.4
|
|
|
|
require (
|
|
git.company.lan/gopkg/kong v0.0.0-00010101000000-000000000000
|
|
github.com/alecthomas/colour v0.1.0
|
|
github.com/chzyer/readline v1.5.1
|
|
github.com/gliderlabs/ssh v0.3.8
|
|
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
|
|
github.com/kr/pty v1.1.8
|
|
golang.org/x/term v0.32.0
|
|
)
|
|
|
|
require (
|
|
github.com/anmitsu/go-shlex v0.0.0-20200514113438-38f4b401e2be // indirect
|
|
github.com/creack/pty v1.1.7 // indirect
|
|
github.com/mattn/go-isatty v0.0.12 // indirect
|
|
golang.org/x/crypto v0.39.0 // indirect
|
|
golang.org/x/sys v0.33.0 // indirect
|
|
)
|
|
|
|
replace git.company.lan/gopkg/kong => ../../
|