File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -261,3 +261,6 @@ require (
261261 sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
262262 sigs.k8s.io/yaml v1.3.0 // indirect
263263)
264+
265+ // TODO: This could be removed after https://github.com/mholt/archiver/pull/396 merged
266+ replace github.com/mholt/archiver/v3 => github.com/anchore/archiver/v3 v3.5.2
Original file line number Diff line number Diff line change @@ -117,6 +117,8 @@ github.com/alecthomas/units v0.0.0-20190924025748-f65c72e2690d/go.mod h1:rBZYJk5
117117github.com/alecthomas/units v0.0.0-20211218093645-b94a6e3cc137 /go.mod h1:OMCwj8VM1Kc9e19TLln2VL61YJF0x1XFtfdL4JdbSyE =
118118github.com/alecthomas/units v0.0.0-20231202071711-9a357b53e9c9 h1:ez/4by2iGztzR4L0zgAOR8lTQK9VlyBVVd7G4omaOQs =
119119github.com/alecthomas/units v0.0.0-20231202071711-9a357b53e9c9 /go.mod h1:OMCwj8VM1Kc9e19TLln2VL61YJF0x1XFtfdL4JdbSyE =
120+ github.com/anchore/archiver/v3 v3.5.2 h1:Bjemm2NzuRhmHy3m0lRe5tNoClB9A4zYyDV58PaB6aA =
121+ github.com/anchore/archiver/v3 v3.5.2 /go.mod h1:e3dqJ7H78uzsRSEACH1joayhuSyhnonssnDhppzS1L4 =
120122github.com/andybalholm/brotli v1.0.1 h1:KqhlKozYbRtJvsPrrEeXcO+N2l6NYT5A2QAFmSULpEc =
121123github.com/andybalholm/brotli v1.0.1 /go.mod h1:loMXtMfwqflxFJPmdbJO0a3KNoPuLBgiu3qAvBg8x/Y =
122124github.com/antonmedv/expr v1.12.0 h1:hIOn7jjY86E09PXvn9zgdt2FbWVru0ud9Rm5DbNoYNw =
@@ -563,8 +565,6 @@ github.com/mattn/go-runewidth v0.0.15/go.mod h1:Jdepj2loyihRzMpdS35Xk/zdY8IAYHsh
563565github.com/matttproud/golang_protobuf_extensions v1.0.1 /go.mod h1:D8He9yQNgCq6Z5Ld7szi9bcBfOoFv/3dc6xSMkL2PC0 =
564566github.com/maxatome/go-testdeep v1.12.0 h1:Ql7Go8Tg0C1D/uMMX59LAoYK7LffeJQ6X2T04nTH68g =
565567github.com/maxatome/go-testdeep v1.12.0 /go.mod h1:lPZc/HAcJMP92l7yI6TRz1aZN5URwUBUAfUNvrclaNM =
566- github.com/mholt/archiver/v3 v3.5.1 h1:rDjOBX9JSF5BvoJGvjqK479aL70qh9DIpZCl+k7Clwo =
567- github.com/mholt/archiver/v3 v3.5.1 /go.mod h1:e3dqJ7H78uzsRSEACH1joayhuSyhnonssnDhppzS1L4 =
568568github.com/miekg/dns v1.1.26 /go.mod h1:bPDLeHnStXmXAq1m/Ch/hvfNHr14JKNPMBo3VZKjuso =
569569github.com/miekg/dns v1.1.41 /go.mod h1:p6aan82bvRIyn+zDIv9xYNUpwa73JcSh9BKwknJysuI =
570570github.com/miekg/dns v1.1.59 h1:C9EXc/UToRwKLhK5wKU/I4QVsBUc8kE6MkHBkeypWZs =
You can’t perform that action at this time.
0 commit comments