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 1
1
module github.com/mudler/yip
2
2
3
- go 1.20
3
+ go 1.21
4
+
5
+ toolchain go1.22.3
4
6
5
7
require (
6
8
github.com/Masterminds/sprig/v3 v3.2.3
@@ -25,6 +27,7 @@ require (
25
27
github.com/spectrocloud-labs/herd v0.4.2
26
28
github.com/spf13/cobra v1.8.0
27
29
github.com/twpayne/go-vfs/v4 v4.3.0
30
+ github.com/twpayne/go-vfs/v5 v5.0.4
28
31
github.com/zcalusic/sysinfo v0.9.5
29
32
golang.org/x/crypto v0.22.0
30
33
gopkg.in/ini.v1 v1.67.0
Original file line number Diff line number Diff line change @@ -315,6 +315,7 @@ github.com/tredoe/osutil/v2 v2.0.0-rc.16 h1:5A2SKvyB2c3lhPYUIHyFtu6jbaXlaA3Hu5gW
315
315
github.com/tredoe/osutil/v2 v2.0.0-rc.16 /go.mod h1:uLRVx/3pb7Y4RQhG8cQFbPE9ha5r81e6MXpBsxbTAYc =
316
316
github.com/twpayne/go-vfs/v4 v4.3.0 h1:rTqFzzOQ/6ESKTSiwVubHlCBedJDOhQyVSnw8rQNZhU =
317
317
github.com/twpayne/go-vfs/v4 v4.3.0 /go.mod h1:tq2UVhnUepesc0lSnPJH/jQ8HruGhzwZe2r5kDFpEIw =
318
+ github.com/twpayne/go-vfs/v5 v5.0.4 /go.mod h1:zTPFJUbgsEMFNSWnWQlLq9wh4AN83edZzx3VXbxrS1w =
318
319
github.com/ugorji/go v1.1.4 /go.mod h1:uQMGLiO92mf5W77hV/PUCpI3pbzQx3CRekS0kk+RGrc =
319
320
github.com/ulikunitz/xz v0.5.10 /go.mod h1:nbz6k7qbPmH4IRqmfOplQw/tblSgqTqBwxkY0oWt/14 =
320
321
github.com/ulikunitz/xz v0.5.11 h1:kpFauv27b6ynzBNT/Xy+1k+fK4WswhN/6PN5WhFAGw8 =
You can’t perform that action at this time.
0 commit comments