updated vendor
This commit is contained in:
+2
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user