Add README + go modules to server example.

This commit is contained in:
Alec Thomas
2020-01-24 20:02:10 +11:00
parent aeb6620dbe
commit 60222fe397
4 changed files with 93 additions and 1 deletions
+15
View File
@@ -0,0 +1,15 @@
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
)