go.mod 878 B

123456789101112131415161718192021222324
  1. module red-green/go-roku
  2. go 1.17
  3. require (
  4. github.com/beego/x2j v0.0.0-20131220205130-a0352aadc542
  5. github.com/labstack/echo/v4 v4.7.2
  6. github.com/sevlyar/go-daemon v0.1.5
  7. )
  8. require (
  9. github.com/golang-jwt/jwt v3.2.2+incompatible // indirect
  10. github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0 // indirect
  11. github.com/labstack/gommon v0.3.1 // indirect
  12. github.com/mattn/go-colorable v0.1.11 // indirect
  13. github.com/mattn/go-isatty v0.0.14 // indirect
  14. github.com/valyala/bytebufferpool v1.0.0 // indirect
  15. github.com/valyala/fasttemplate v1.2.1 // indirect
  16. golang.org/x/crypto v0.0.0-20210817164053-32db794688a5 // indirect
  17. golang.org/x/net v0.0.0-20211015210444-4f30a5c0130f // indirect
  18. golang.org/x/sys v0.0.0-20211103235746-7861aae1554b // indirect
  19. golang.org/x/text v0.3.7 // indirect
  20. golang.org/x/time v0.0.0-20201208040808-7e3f01d25324 // indirect
  21. )