initial commit: geekworm x1208 ups prometheus exporter

This commit is contained in:
2026-04-17 20:30:34 +02:00
commit aae6cee886
11 changed files with 389 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
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
)