Files
cachyos-postinstall-helper/go.mod
T

14 lines
214 B
AMPL

module cachy-post
go 1.25.1
require (
github.com/moby/sys/mountinfo v0.7.2
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
)