File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -571,6 +571,9 @@ replace github.com/ThalesIgnite/crypto11 => github.com/ThalesGroup/crypto11 v1.6
571571// see https://github.com/darccio/mergo?tab=readme-ov-file#100
572572replace github.com/imdario/mergo => github.com/imdario/mergo v1.0.2
573573
574+ // See https://github.com/open-component-model/ocm-project/issues/797
575+ replace github.com/klauspost/compress => github.com/klauspost/compress v1.18.0
576+
574577retract [v0.16.0 , v0.16.9 ] // Retract all from v0.16 due to https://github.com/open-component-model/ocm-project/issues/293
575578
576579retract v0.22.0 // Retract because of accidentially released version, reported by https://github.com/open-component-model/ocm-project/issues/1399
Original file line number Diff line number Diff line change @@ -1632,9 +1632,8 @@ github.com/kisielk/gotool v1.0.0/go.mod h1:XhKaO+MFFWcvkIS/tQcRk01m1F5IRFswLeQ+o
16321632github.com/kkHAIKE/contextcheck v1.1.6 h1:7HIyRcnyzxL9Lz06NGhiKvenXq7Zw6Q0UQu/ttjfJCE =
16331633github.com/kkHAIKE/contextcheck v1.1.6 /go.mod h1:3dDbMRNBFaq8HFXWC1JyvDSPm43CmE6IuHam8Wr0rkg =
16341634github.com/klauspost/asmfmt v1.3.2 /go.mod h1:AG8TuvYojzulgDAMCnYn50l/5QV3Bs/tp6j0HLHbNSE =
1635- github.com/klauspost/compress v1.15.9 /go.mod h1:PhcZ0MbTNciWF3rruxRgKxI5NkcHHrHUDtV4Yw2GlzU =
1636- github.com/klauspost/compress v1.18.1 h1:bcSGx7UbpBqMChDtsF28Lw6v/G94LPrrbMbdC3JH2co =
1637- github.com/klauspost/compress v1.18.1 /go.mod h1:ZQFFVG+MdnR0P+l6wpXgIL4NTtwiKIdBnrBd8Nrxr+0 =
1635+ github.com/klauspost/compress v1.18.0 h1:c/Cqfb0r+Yi+JtIEq73FWXVkRonBlf0CRNYc8Zttxdo =
1636+ github.com/klauspost/compress v1.18.0 /go.mod h1:2Pp+KzxcywXVXMr50+X0Q/Lsb43OQHYWRCY2AiWywWQ =
16381637github.com/klauspost/cpuid/v2 v2.0.9 /go.mod h1:FInQzS24/EEf25PyTYn52gqo7WaD8xa0213Md/qVLRg =
16391638github.com/klauspost/cpuid/v2 v2.3.0 h1:S4CRMLnYUhGeDFDqkGriYKdfoFlDnMtqTiI/sFzhA9Y =
16401639github.com/klauspost/cpuid/v2 v2.3.0 /go.mod h1:hqwkgyIinND0mEev00jJYCxPNVRVXFQeu1XKlok6oO0 =
You can’t perform that action at this time.
0 commit comments