Files
cachyos-postinstall-helper/go.mod
T
2026-01-07 20:09:58 -05:00

14 lines
214 B
AMPL

module cachy-post
go 1.25.5
require (
github.com/moby/sys/mountinfo v0.7.2
github.com/rwinkhart/go-boilerplate v0.1.1
)
require (
golang.org/x/sys v0.39.0 // indirect
golang.org/x/term v0.38.0 // indirect
)