You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

32 lines
1.1 KiB

2 years ago
2 years ago
2 years ago
  1. module git.aiterp.net/lucifer3/server
  2. go 1.19
  3. require (
  4. github.com/eriklupander/tradfri-go v1.0.1
  5. github.com/go-sql-driver/mysql v1.7.0
  6. github.com/gobwas/glob v0.2.3
  7. github.com/google/uuid v1.3.0
  8. github.com/lucasb-eyer/go-colorful v1.2.0
  9. github.com/sirupsen/logrus v1.9.0
  10. golang.org/x/sync v0.1.0
  11. )
  12. require (
  13. github.com/bocajim/dtls v0.0.0-20190226153416-329cdc841d4f // indirect
  14. github.com/dustin/go-coap v0.0.0-20170214053734-ddcc80675fa4 // indirect
  15. github.com/eriklupander/dtls v0.0.0-20190304211642-b36018226359 // indirect
  16. github.com/golang/protobuf v1.3.1 // indirect
  17. github.com/labstack/echo/v4 v4.10.0 // indirect
  18. github.com/labstack/gommon v0.4.0 // indirect
  19. github.com/mattn/go-colorable v0.1.13 // indirect
  20. github.com/mattn/go-isatty v0.0.16 // indirect
  21. github.com/valyala/bytebufferpool v1.0.0 // indirect
  22. github.com/valyala/fasttemplate v1.2.2 // indirect
  23. golang.org/x/crypto v0.2.0 // indirect
  24. golang.org/x/net v0.4.0 // indirect
  25. golang.org/x/sys v0.3.0 // indirect
  26. golang.org/x/text v0.5.0 // indirect
  27. google.golang.org/genproto v0.0.0-20180817151627-c66870c02cf8 // indirect
  28. google.golang.org/grpc v1.21.1 // indirect
  29. )