Files
cachyos-postinstall-helper/go.mod
T
2025-09-28 01:45:11 -04:00

11 lines
171 B
AMPL

module cachy-post
go 1.25.1
require github.com/rwinkhart/go-boilerplate v0.1.0
require (
golang.org/x/sys v0.33.0 // indirect
golang.org/x/term v0.32.0 // indirect
)