Files
cachyos-postinstall-helper/go.mod
T

14 lines
214 B
AMPL

module cachy-post
go 1.26.4
require (
github.com/moby/sys/mountinfo v0.7.2
github.com/rwinkhart/go-boilerplate v0.3.1
)
require (
golang.org/x/sys v0.46.0 // indirect
golang.org/x/term v0.44.0 // indirect
)