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.

38 lines
1.6 KiB

  1. module git.aiterp.net/lucifer3/server
  2. go 1.19
  3. require github.com/lucasb-eyer/go-colorful v1.2.0
  4. require github.com/gobwas/glob v0.2.3
  5. require golang.org/x/sync v0.1.0
  6. require (
  7. github.com/bocajim/dtls v0.0.0-20190226153416-329cdc841d4f // indirect
  8. github.com/dustin/go-coap v0.0.0-20170214053734-ddcc80675fa4 // indirect
  9. github.com/eriklupander/dtls v0.0.0-20190304211642-b36018226359 // indirect
  10. github.com/eriklupander/tradfri-go v1.0.1 // indirect
  11. github.com/fsnotify/fsnotify v1.4.7 // indirect
  12. github.com/go-chi/chi v4.0.2+incompatible // indirect
  13. github.com/golang/protobuf v1.3.1 // indirect
  14. github.com/grpc-ecosystem/go-grpc-middleware v1.0.0 // indirect
  15. github.com/hashicorp/hcl v1.0.0 // indirect
  16. github.com/konsorten/go-windows-terminal-sequences v1.0.1 // indirect
  17. github.com/magiconair/properties v1.8.0 // indirect
  18. github.com/mitchellh/mapstructure v1.0.0 // indirect
  19. github.com/pelletier/go-toml v1.2.0 // indirect
  20. github.com/pkg/errors v0.9.1 // indirect
  21. github.com/sirupsen/logrus v1.9.0 // indirect
  22. github.com/spf13/afero v1.1.2 // indirect
  23. github.com/spf13/cast v1.2.0 // indirect
  24. github.com/spf13/jwalterweatherman v1.0.0 // indirect
  25. github.com/spf13/pflag v1.0.2 // indirect
  26. github.com/spf13/viper v1.2.1 // indirect
  27. golang.org/x/net v0.0.0-20190311183353-d8887717615a // indirect
  28. golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 // indirect
  29. golang.org/x/text v0.3.0 // indirect
  30. google.golang.org/genproto v0.0.0-20180817151627-c66870c02cf8 // indirect
  31. google.golang.org/grpc v1.21.1 // indirect
  32. gopkg.in/yaml.v2 v2.2.1 // indirect
  33. )