9 lines
131 B
AMPL
9 lines
131 B
AMPL
module github.com/mokhtar/x1208-exporter
|
|
|
|
go 1.23
|
|
|
|
require (
|
|
github.com/warthog618/go-gpiocdev v0.9.1
|
|
golang.org/x/sys v0.27.0
|
|
)
|