mirror of
https://github.com/rwinkhart/cachyos-postinstall-helper.git
synced 2026-08-28 04:46:52 -04:00
14 lines
214 B
AMPL
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
|
|
)
|