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.

25 lines
878 B

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. golang.org/x/net v0.0.0-20190311183353-d8887717615a // indirect
  18. golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 // indirect
  19. golang.org/x/text v0.3.0 // indirect
  20. google.golang.org/genproto v0.0.0-20180817151627-c66870c02cf8 // indirect
  21. google.golang.org/grpc v1.21.1 // indirect
  22. )