updated vendor

This commit is contained in:
2026-06-16 08:02:19 +02:00
parent 2f7f99d3f0
commit 77299d0c64
1283 changed files with 67302 additions and 208958 deletions
+2 -2
View File
@@ -24,8 +24,8 @@ import (
"os"
"path/filepath"
"github.com/gregjones/httpcache"
"github.com/peterbourgon/diskv"
"k8s.io/client-go/third_party/forked/httpcache"
"k8s.io/klog/v2"
)
@@ -66,7 +66,7 @@ func (rt *cacheRoundTripper) CancelRequest(req *http.Request) {
func (rt *cacheRoundTripper) WrappedRoundTripper() http.RoundTripper { return rt.rt.Transport }
// A sumDiskCache is a cache backend for github.com/gregjones/httpcache. It is
// A sumDiskCache is a cache backend for httpcache. It is
// similar to httpcache's diskcache package, but uses SHA256 sums to ensure
// cache integrity at read time rather than fsyncing each cache entry to
// increase the likelihood they will be persisted at write time. This avoids