2020-04-16 09:05:10 +00:00
|
|
|
module rpi-ci-led
|
|
|
|
|
|
|
|
go 1.14
|
|
|
|
|
2020-04-17 08:41:48 +00:00
|
|
|
require (
|
|
|
|
git.trj.tw/golang/argparse v1.0.1
|
|
|
|
git.trj.tw/golang/utils v0.0.0-20190225142552-b019626f0349
|
2020-04-17 09:14:04 +00:00
|
|
|
github.com/gin-gonic/gin v1.6.2
|
2020-04-17 08:41:48 +00:00
|
|
|
github.com/gorilla/websocket v1.4.2
|
|
|
|
github.com/jesseduffield/yaml v2.1.0+incompatible
|
|
|
|
github.com/jgarff/rpi_ws281x v0.0.0-20200319211106-6a720cbd42d3
|
|
|
|
github.com/joho/godotenv v1.3.0
|
|
|
|
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
|
|
|
|
github.com/otakukaze/envconfig v1.0.4
|
|
|
|
go.etcd.io/bbolt v1.3.4
|
|
|
|
golang.org/x/sys v0.0.0-20200413165638-669c56c373c4 // indirect
|
|
|
|
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
|
|
|
|
)
|