lightshowpi/go.mod

10 lines
187 B
Modula-2
Raw Normal View History

2020-12-03 23:08:46 -05:00
module github.com/tblyler/lightshowpi
go 1.15
require (
github.com/pelletier/go-toml v1.8.1
github.com/warthog618/gpiod v0.5.0
golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9
)