This repository has been archived on 2026-01-31. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
lifx-go/go.mod
2020-08-23 17:50:20 +02:00

9 lines
169 B
Modula-2

module github.com/rikimaru-39/LIFX
go 1.14
require (
github.com/gorilla/mux v1.8.0 // indirect
github.com/kelvins/sunrisesunset v0.0.0-20170601204625-14f1915ad4b4
)