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.4
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 @@ -237,6 +237,7 @@ github.com/tredoe/osutil/v2 v2.0.0-rc.16 h1:5A2SKvyB2c3lhPYUIHyFtu6jbaXlaA3Hu5gW
237
237
github.com/tredoe/osutil/v2 v2.0.0-rc.16 /go.mod h1:uLRVx/3pb7Y4RQhG8cQFbPE9ha5r81e6MXpBsxbTAYc =
238
238
github.com/twpayne/go-vfs/v4 v4.3.0 h1:rTqFzzOQ/6ESKTSiwVubHlCBedJDOhQyVSnw8rQNZhU =
239
239
github.com/twpayne/go-vfs/v4 v4.3.0 /go.mod h1:tq2UVhnUepesc0lSnPJH/jQ8HruGhzwZe2r5kDFpEIw =
240
+ github.com/twpayne/go-vfs/v5 v5.0.4 /go.mod h1:zTPFJUbgsEMFNSWnWQlLq9wh4AN83edZzx3VXbxrS1w =
240
241
github.com/ulikunitz/xz v0.5.10 /go.mod h1:nbz6k7qbPmH4IRqmfOplQw/tblSgqTqBwxkY0oWt/14 =
241
242
github.com/ulikunitz/xz v0.5.11 h1:kpFauv27b6ynzBNT/Xy+1k+fK4WswhN/6PN5WhFAGw8 =
242
243
github.com/ulikunitz/xz v0.5.11 /go.mod h1:nbz6k7qbPmH4IRqmfOplQw/tblSgqTqBwxkY0oWt/14 =
You can’t perform that action at this time.
0 commit comments