File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 11module github.com/mudler/yip
22
3- go 1.20
3+ go 1.21
4+
5+ toolchain go1.22.4
46
57require (
68 github.com/Masterminds/sprig/v3 v3.2.3
@@ -25,6 +27,7 @@ require (
2527 github.com/spectrocloud-labs/herd v0.4.2
2628 github.com/spf13/cobra v1.8.0
2729 github.com/twpayne/go-vfs/v4 v4.3.0
30+ github.com/twpayne/go-vfs/v5 v5.0.4
2831 github.com/zcalusic/sysinfo v0.9.5
2932 golang.org/x/crypto v0.22.0
3033 gopkg.in/ini.v1 v1.67.0
Original file line number Diff line number Diff line change @@ -239,6 +239,7 @@ github.com/tredoe/osutil/v2 v2.0.0-rc.16 h1:5A2SKvyB2c3lhPYUIHyFtu6jbaXlaA3Hu5gW
239239github.com/tredoe/osutil/v2 v2.0.0-rc.16 /go.mod h1:uLRVx/3pb7Y4RQhG8cQFbPE9ha5r81e6MXpBsxbTAYc =
240240github.com/twpayne/go-vfs/v4 v4.3.0 h1:rTqFzzOQ/6ESKTSiwVubHlCBedJDOhQyVSnw8rQNZhU =
241241github.com/twpayne/go-vfs/v4 v4.3.0 /go.mod h1:tq2UVhnUepesc0lSnPJH/jQ8HruGhzwZe2r5kDFpEIw =
242+ github.com/twpayne/go-vfs/v5 v5.0.4 /go.mod h1:zTPFJUbgsEMFNSWnWQlLq9wh4AN83edZzx3VXbxrS1w =
242243github.com/ulikunitz/xz v0.5.10 /go.mod h1:nbz6k7qbPmH4IRqmfOplQw/tblSgqTqBwxkY0oWt/14 =
243244github.com/ulikunitz/xz v0.5.11 h1:kpFauv27b6ynzBNT/Xy+1k+fK4WswhN/6PN5WhFAGw8 =
244245github.com/ulikunitz/xz v0.5.11 /go.mod h1:nbz6k7qbPmH4IRqmfOplQw/tblSgqTqBwxkY0oWt/14 =
You can’t perform that action at this time.
0 commit comments