Files
kong/_examples/server/go.mod
T
dependabot[bot] a9be85c4d3 Bump golang.org/x/crypto in /_examples/server (#352)
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.0.0-20200117160349-530e935923ad to 0.1.0.
- [Release notes](https://github.com/golang/crypto/releases)
- [Commits](https://github.com/golang/crypto/commits/v0.1.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-24 17:39:03 -08:00

18 lines
565 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/chzyer/test v1.0.0 // indirect
github.com/flynn/go-shlex v0.0.0-20150515145356-3f9db97f8568 // indirect
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.1.0
)