The main server, and probably only repository in this org.
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.

16 lines
584 B

  1. module git.aiterp.net/lucifer/lucifer
  2. require (
  3. github.com/collinux/GoHue v0.0.0-20181229002551-d259041d5eb8 // indirect
  4. github.com/collinux/gohue v0.0.0-20181229002551-d259041d5eb8
  5. github.com/google/uuid v1.1.0
  6. github.com/gorilla/context v1.1.1 // indirect
  7. github.com/gorilla/mux v1.6.2
  8. github.com/jmoiron/sqlx v1.2.0
  9. github.com/mattn/go-sqlite3 v1.10.0
  10. github.com/stretchr/testify v1.3.0
  11. golang.org/x/crypto v0.0.0-20190123085648-057139ce5d2b
  12. golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4
  13. google.golang.org/appengine v1.4.0 // indirect
  14. gopkg.in/yaml.v2 v2.2.2
  15. )