Files
kong/_examples/server/go.mod
T
renovate[bot] d63c4d71e9 chore(deps): update module github.com/chzyer/readline to v1 (#401)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-12-11 10:41:39 +11:00

17 lines
462 B
Modula-2

module kong_server
go 1.13
require (
github.com/alecthomas/colour v0.1.0
github.com/alecthomas/kong v0.8.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.5
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.16.0
)