diff options
| author | Kevin Wallace <kevin@pentabarf.net> | 2026-02-27 00:44:08 -0800 |
|---|---|---|
| committer | Kevin Wallace <kevin@pentabarf.net> | 2026-02-27 00:56:16 -0800 |
| commit | 5840192fecbd9f1398e46f03f30729f70e37224a (patch) | |
| tree | df3989089035c78004a2033536bfbb91a3ca0566 /go.mod | |
initial commit
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -0,0 +1,5 @@ +module pm3.dev + +go 1.24.0 + +require golang.org/x/sys v0.41.0 // indirect |