Skip to content

Commit fa061f9

Browse files
committed
Revert yq/v4 from v4.45.2 → v4.45.1
4.45.2 introduces regressions that are being fixed by 4.45.3 and 4.45.4, but 4.45.4 also bumps the required Go version to 1.24 while Lima wants to stay compatible with 1.23 for now. Therefore we should revert the bump that cause the regressions. Revert is done manually using `go mod tidy` because `git revert ef376e4` has messy merge conflicts. Signed-off-by: Jan Dubois <[email protected]>
1 parent 3fd72e9 commit fa061f9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ require (
3232
github.com/mattn/go-shellwords v1.0.12
3333
github.com/mdlayher/vsock v1.2.1 // gomodjail:unconfined
3434
github.com/miekg/dns v1.1.66 // gomodjail:unconfined
35-
github.com/mikefarah/yq/v4 v4.45.2
35+
github.com/mikefarah/yq/v4 v4.45.1
3636
github.com/nxadm/tail v1.4.11 // gomodjail:unconfined
3737
github.com/opencontainers/go-digest v1.0.0
3838
github.com/pbnjay/memory v0.0.0-20210728143218-7b4eea64cf58

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,8 +194,8 @@ github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b/go.mod h1:01TrycV0kFyex
194194
github.com/miekg/dns v1.1.57/go.mod h1:uqRjCRUuEAA6qsOiJvDd+CFo/vW+y5WR6SNmHE55hZk=
195195
github.com/miekg/dns v1.1.66 h1:FeZXOS3VCVsKnEAd+wBkjMC3D2K+ww66Cq3VnCINuJE=
196196
github.com/miekg/dns v1.1.66/go.mod h1:jGFzBsSNbJw6z1HYut1RKBKHA9PBdxeHrZG8J+gC2WE=
197-
github.com/mikefarah/yq/v4 v4.45.2 h1:onRcALNxz9RCUbn8EVj1qr0cFu/wjiPEzWy39F6fdNM=
198-
github.com/mikefarah/yq/v4 v4.45.2/go.mod h1:f68Ictsc8M1ufNdClEpewntHU+3KKbnUwom4szZ7JwE=
197+
github.com/mikefarah/yq/v4 v4.45.1 h1:EW+HjKEVa55pUYFJseEHEHdQ0+ulunY+q42zF3M7ZaQ=
198+
github.com/mikefarah/yq/v4 v4.45.1/go.mod h1:djgN2vD749hpjVNGYTShr5Kmv5LYljhCG3lUTuEe3LM=
199199
github.com/mitchellh/mapstructure v1.5.0 h1:jeMsZIYE/09sWLaz43PL7Gy6RuMjD2eJVyuac5Z2hdY=
200200
github.com/mitchellh/mapstructure v1.5.0/go.mod h1:bFUtVrKA4DC2yAKiSyO/QUcy7e+RRV2QTWOzhPopBRo=
201201
github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421/go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q=

0 commit comments

Comments
 (0)