8d238c88fa
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
17 lines
462 B
Modula-2
17 lines
462 B
Modula-2
module kong_server
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/alecthomas/colour v0.1.0
|
|
github.com/alecthomas/kong v1.6.1
|
|
github.com/chzyer/readline v1.5.1
|
|
github.com/chzyer/test v1.0.0 // indirect
|
|
github.com/flynn/go-shlex v0.0.0-20150515145356-3f9db97f8568 // indirect
|
|
github.com/gliderlabs/ssh v0.3.8
|
|
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
|
|
github.com/kr/pty v1.1.8
|
|
github.com/mattn/go-isatty v0.0.12 // indirect
|
|
golang.org/x/crypto v0.32.0
|
|
)
|