Files
kong/_examples/server/go.mod
T
2020-01-24 20:02:10 +11:00

16 lines
476 B
Modula-2

module kong_server
go 1.13
require (
github.com/alecthomas/colour v0.1.0
github.com/alecthomas/kong v0.2.1
github.com/anmitsu/go-shlex v0.0.0-20161002113705-648efa622239 // indirect
github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e
github.com/gliderlabs/ssh v0.2.2
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.0.0-20200117160349-530e935923ad
)