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.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
|
|
)
|