go.mod 689 B

12345678910111213141516171819
  1. module git.red-green.com/david/jgoserver
  2. go 1.20
  3. require (
  4. github.com/golang-jwt/jwt v3.2.2+incompatible // indirect
  5. github.com/labstack/echo/v4 v4.10.2 // indirect
  6. github.com/labstack/gommon v0.4.0 // indirect
  7. github.com/mattn/go-colorable v0.1.13 // indirect
  8. github.com/mattn/go-isatty v0.0.17 // indirect
  9. github.com/nyudlts/bytemath v0.0.0-20220916185312-3642ac9d63b8 // indirect
  10. github.com/valyala/bytebufferpool v1.0.0 // indirect
  11. github.com/valyala/fasttemplate v1.2.2 // indirect
  12. golang.org/x/crypto v0.6.0 // indirect
  13. golang.org/x/net v0.7.0 // indirect
  14. golang.org/x/sys v0.5.0 // indirect
  15. golang.org/x/text v0.7.0 // indirect
  16. golang.org/x/time v0.3.0 // indirect
  17. )