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.

40 lines
1.5 KiB

1 year ago
1 year ago
1 year 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/labstack/echo/v4 v4.10.0
  9. github.com/lucasb-eyer/go-colorful v1.2.0
  10. github.com/pkg/errors v0.9.1
  11. github.com/sirupsen/logrus v1.9.0
  12. github.com/stretchr/testify v1.8.1
  13. golang.org/x/sync v0.1.0
  14. )
  15. require (
  16. github.com/bocajim/dtls v0.0.0-20190226153416-329cdc841d4f // indirect
  17. github.com/davecgh/go-spew v1.1.1 // indirect
  18. github.com/dustin/go-coap v0.0.0-20170214053734-ddcc80675fa4 // indirect
  19. github.com/eriklupander/dtls v0.0.0-20190304211642-b36018226359 // indirect
  20. github.com/golang-jwt/jwt v3.2.2+incompatible // indirect
  21. github.com/golang/protobuf v1.3.1 // indirect
  22. github.com/gorilla/websocket v1.5.0 // indirect
  23. github.com/labstack/gommon v0.4.0 // indirect
  24. github.com/mattn/go-colorable v0.1.13 // indirect
  25. github.com/mattn/go-isatty v0.0.16 // indirect
  26. github.com/pmezard/go-difflib v1.0.0 // indirect
  27. github.com/valyala/bytebufferpool v1.0.0 // indirect
  28. github.com/valyala/fasttemplate v1.2.2 // indirect
  29. golang.org/x/crypto v0.2.0 // indirect
  30. golang.org/x/net v0.4.0 // indirect
  31. golang.org/x/sys v0.3.0 // indirect
  32. golang.org/x/text v0.5.0 // indirect
  33. golang.org/x/time v0.2.0 // indirect
  34. google.golang.org/genproto v0.0.0-20180817151627-c66870c02cf8 // indirect
  35. google.golang.org/grpc v1.21.1 // indirect
  36. gopkg.in/yaml.v3 v3.0.1 // indirect
  37. )