mirror of
https://github.com/rwinkhart/cachyos-postinstall-helper.git
synced 2026-09-02 15:17:39 -04:00
Fix inefficient string concats
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
module cachy-post
|
||||
|
||||
go 1.25.5
|
||||
go 1.26.4
|
||||
|
||||
require (
|
||||
github.com/moby/sys/mountinfo v0.7.2
|
||||
github.com/rwinkhart/go-boilerplate v0.1.1
|
||||
github.com/rwinkhart/go-boilerplate v0.3.1
|
||||
)
|
||||
|
||||
require (
|
||||
golang.org/x/sys v0.39.0 // indirect
|
||||
golang.org/x/term v0.38.0 // indirect
|
||||
golang.org/x/sys v0.46.0 // indirect
|
||||
golang.org/x/term v0.44.0 // indirect
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user