9 lines
122 B
Modula-2
9 lines
122 B
Modula-2
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
|
|
)
|