Skip to content

Commit af99ad9

Browse files
ibrokethecloudfrelon
authored andcommitted
bump yip to v1.4.4
Signed-off-by: Gaurav Mehta <[email protected]>
1 parent d6f7ff8 commit af99ad9

File tree

21 files changed

+294
-196
lines changed

21 files changed

+294
-196
lines changed

go.mod

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ require (
1313
github.com/jaypipes/ghw v0.9.1-0.20220511134554-dac2f19e1c76
1414
github.com/joho/godotenv v1.5.1
1515
github.com/mitchellh/mapstructure v1.5.0
16-
github.com/mudler/yip v1.4.0
17-
github.com/onsi/ginkgo/v2 v2.11.0
16+
github.com/mudler/yip v1.4.4
17+
github.com/onsi/ginkgo/v2 v2.12.1
1818
github.com/onsi/gomega v1.27.10
1919
github.com/rancher-sandbox/ele-testhelpers v0.0.0-20230907090440-1cc5d66b1725
2020
github.com/sanity-io/litter v1.5.5
@@ -100,7 +100,7 @@ require (
100100
github.com/pjbgf/sha1cd v0.3.0 // indirect
101101
github.com/pkg/errors v0.9.1 // indirect
102102
github.com/pkg/xattr v0.4.9 // indirect
103-
github.com/rancher-sandbox/linuxkit v1.0.1 // indirect
103+
github.com/rancher-sandbox/linuxkit v1.0.2 // indirect
104104
github.com/russross/blackfriday/v2 v2.1.0 // indirect
105105
github.com/samber/lo v1.37.0 // indirect
106106
github.com/satori/go.uuid v1.2.1-0.20181028125025-b2ce2384e17b // indirect
@@ -112,7 +112,6 @@ require (
112112
github.com/spf13/cast v1.5.0 // indirect
113113
github.com/spf13/jwalterweatherman v1.1.0 // indirect
114114
github.com/subosito/gotenv v1.4.2 // indirect
115-
github.com/tredoe/osutil/v2 v2.0.0-rc.16 // indirect
116115
github.com/ulikunitz/xz v0.5.11 // indirect
117116
github.com/vbatts/tar-split v0.11.3 // indirect
118117
github.com/vishvananda/netlink v1.2.1-beta.2 // indirect

go.sum

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -353,8 +353,8 @@ github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6/go.mod h1:E2VnQOmVuvZB6U
353353
github.com/morikuni/aec v1.0.0 h1:nP9CBfwrvYnBRgY6qfDQkygYDmYwOilePFkwzv4dU8A=
354354
github.com/mudler/entities v0.0.0-20220905203055-68348bae0f49 h1:P1QgHLh0hX935j6m9K6rlSxc0mkD1UuIAOQEu+1VCW4=
355355
github.com/mudler/entities v0.0.0-20220905203055-68348bae0f49/go.mod h1:qquFT9tYp+/NO7tTotto4BT9zSRYSMDxo2PGZwujpFA=
356-
github.com/mudler/yip v1.4.0 h1:wQxzJaDNmT5E2KdO1dTGZWUKROZ/+V4RfgBlI7KQILc=
357-
github.com/mudler/yip v1.4.0/go.mod h1:LfUDdI6xtPbnVsxfXapP2mrZKZXoxca1v70zxXG3epA=
356+
github.com/mudler/yip v1.4.4 h1:aOeS9sK4PVCOajesGXCDutJewIPU4P7HngXJ+a0nIJc=
357+
github.com/mudler/yip v1.4.4/go.mod h1:4GoesxJ88wrTh/mDdgxk7otv+lsN2kU0dVPg4IUR5U4=
358358
github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223/go.mod h1:qRWi+5nqEBWmkhHvq77mSJWrCKwh8bxhgT7d/eI7P4U=
359359
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e/go.mod h1:zD1mROLANZcx1PVRCS0qkT7pwLkGfwJo4zjcN/Tysno=
360360
github.com/nxadm/tail v1.4.8 h1:nPr65rt6Y5JFSKQO7qToXr7pePgD6Gwiw05lkbyAQTE=
@@ -364,8 +364,8 @@ github.com/olekukonko/tablewriter v0.0.5/go.mod h1:hPp6KlRPjbx+hW8ykQs1w3UBbZlj6
364364
github.com/onsi/ginkgo v1.6.0/go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+WWjE=
365365
github.com/onsi/ginkgo v1.12.0/go.mod h1:oUhWkIvk5aDxtKvDDuw8gItl8pKl42LzjC9KZE0HfGg=
366366
github.com/onsi/ginkgo v1.16.5 h1:8xi0RTUf59SOSfEtZMvwTvXYMzG4gV23XVHOZiXNtnE=
367-
github.com/onsi/ginkgo/v2 v2.11.0 h1:WgqUCUt/lT6yXoQ8Wef0fsNn5cAuMK7+KT9UFRz2tcU=
368-
github.com/onsi/ginkgo/v2 v2.11.0/go.mod h1:ZhrRA5XmEE3x3rhlzamx/JJvujdZoJ2uvgI7kR0iZvM=
367+
github.com/onsi/ginkgo/v2 v2.12.1 h1:uHNEO1RP2SpuZApSkel9nEh1/Mu+hmQe7Q+Pepg5OYA=
368+
github.com/onsi/ginkgo/v2 v2.12.1/go.mod h1:TE309ZR8s5FsKKpuB1YAQYBzCaAfUgatB/xlT/ETL/o=
369369
github.com/onsi/gomega v1.7.1/go.mod h1:XdKZgCCFLUoM/7CFJVPcG8C1xQ1AJ0vpAezJrB7JYyY=
370370
github.com/onsi/gomega v1.9.0/go.mod h1:Ho0h+IUsWyvy1OpqCwxlQ/21gkhVunqlU8fDGcoTdcA=
371371
github.com/onsi/gomega v1.27.10 h1:naR28SdDFlqrG6kScpT8VWpu1xWY5nJRCF3XaYyBjhI=
@@ -409,8 +409,8 @@ github.com/prometheus/procfs v0.0.0-20190507164030-5867b95ac084/go.mod h1:TjEm7z
409409
github.com/prometheus/tsdb v0.7.1/go.mod h1:qhTCs0VvXwvX/y3TZrWD7rabWM+ijKTux40TwIPHuXU=
410410
github.com/rancher-sandbox/ele-testhelpers v0.0.0-20230907090440-1cc5d66b1725 h1:SW7EoIV5be+tDwwzinXvH9v4qKygHIaQJKt1wwis5ao=
411411
github.com/rancher-sandbox/ele-testhelpers v0.0.0-20230907090440-1cc5d66b1725/go.mod h1:Ex+a/ng4u2BvcGQdQjTHI48h88bQ6k2a7q8rnvU0XbQ=
412-
github.com/rancher-sandbox/linuxkit v1.0.1 h1:LYKmv1XozmQGRV6Ilm88Fx/t54okVa8rx00wLJPZkBw=
413-
github.com/rancher-sandbox/linuxkit v1.0.1/go.mod h1:n6Fkjc5qoMeWrnLSA5oqUF8ZzFKMrM960CtBwfvH1ZM=
412+
github.com/rancher-sandbox/linuxkit v1.0.2 h1:mUFPL2Mgl1XZ5H82ABR57t5H2G2Qd+lu3gMYvUGmeZo=
413+
github.com/rancher-sandbox/linuxkit v1.0.2/go.mod h1:n6Fkjc5qoMeWrnLSA5oqUF8ZzFKMrM960CtBwfvH1ZM=
414414
github.com/rogpeppe/fastuuid v0.0.0-20150106093220-6724a57986af/go.mod h1:XWv6SoW27p1b0cqNHllgS5HIMJraePCO15w5zCzIWYg=
415415
github.com/rogpeppe/go-internal v1.3.0/go.mod h1:M8bDsm7K2OlrFYOpmOWEs/qY81heoFRclV5y23lUDJ4=
416416
github.com/rogpeppe/go-internal v1.11.0 h1:cWPaGQEPrBb5/AsnsZesgZZ9yb1OQ+GOISoDNXVBh4M=

vendor/github.com/mudler/yip/pkg/executor/default.go

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/mudler/yip/pkg/plugins/datasource.go

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/mudler/yip/pkg/plugins/layout.go

Lines changed: 24 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/mudler/yip/pkg/plugins/user.go

Lines changed: 8 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/mudler/yip/pkg/schema/loader_cloudinit.go

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/onsi/ginkgo/v2/CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/onsi/ginkgo/v2/README.md

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/onsi/ginkgo/v2/ginkgo/outline/ginkgo.go

Lines changed: 1 addition & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)