go.mod 919 B

1234567891011121314151617181920212223
  1. module red-green/go-roku
  2. go 1.17
  3. require (
  4. github.com/beego/x2j v0.0.0-20131220205130-a0352aadc542 // indirect
  5. github.com/fatih/structs v1.1.0 // indirect
  6. github.com/golang-jwt/jwt v3.2.2+incompatible // indirect
  7. github.com/labstack/echo/v4 v4.6.3 // indirect
  8. github.com/labstack/gommon v0.3.1 // indirect
  9. github.com/mattn/go-colorable v0.1.11 // indirect
  10. github.com/mattn/go-isatty v0.0.14 // indirect
  11. github.com/valyala/bytebufferpool v1.0.0 // indirect
  12. github.com/valyala/fasttemplate v1.2.1 // indirect
  13. golang.org/x/crypto v0.0.0-20210817164053-32db794688a5 // indirect
  14. golang.org/x/net v0.0.0-20210913180222-943fd674d43e // indirect
  15. golang.org/x/sys v0.0.0-20211103235746-7861aae1554b // indirect
  16. golang.org/x/text v0.3.7 // indirect
  17. golang.org/x/time v0.0.0-20201208040808-7e3f01d25324 // indirect
  18. red-green/glom v0.0.0-00010101000000-000000000000 // indirect
  19. )
  20. replace red-green/glom => ./glom