You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: go.mod
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -579,6 +579,10 @@ retract v0.22.0 // Retract because of accidentially released version, reported b
579
579
580
580
retractv0.34.0// Retract because release includes major bump of go.yaml.in/yaml/v4 which introduces breaking changes, reported by https://github.com/open-component-model/ocm-project/issues/771
581
581
582
+
retractv0.33.0// Retract because of a version bump of github.com/klauspost/compress that introduces a breaking change, reported by https://github.com/open-component-model/ocm-project/issues/797
583
+
584
+
retractv0.34.1// Retract because of a version bump of github.com/klauspost/compress that introduces a breaking change, reported by https://github.com/open-component-model/ocm-project/issues/797
585
+
582
586
// crypto/tls: Client Hello is always sent in 2 TCP frames if GODEBUG=tlskyber=1 (default) which causes
583
587
// issues with various enterprise network gateways such as Palo Alto Networks. We have been reported issues
584
588
// such as https://github.com/open-component-model/ocm/issues/1027 and do not want to pin our crypto/tls version.
0 commit comments