File: go.mod

package info (click to toggle)
golang-github-alecthomas-kong 0.9.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 832 kB
  • sloc: sh: 32; makefile: 2
file content (16 lines) | stat: -rw-r--r-- 462 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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.6
	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.21.0
)