Files
hh/go.mod

9 lines
122 B
Modula-2
Raw Permalink Normal View History

2022-09-24 16:29:26 -07:00
module github.com/firestuff/hh
go 1.18
require (
github.com/stianeikeland/go-rpio/v4 v4.6.0
gopkg.in/yaml.v3 v3.0.1
)