From 3905644f0702677921db618f88fdfdd1a1cefdba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Feb 2021 06:47:15 +0000 Subject: [PATCH] Bump github.com/naveensrinivasan/httpcache from 1.2.1 to 1.2.2 Bumps [github.com/naveensrinivasan/httpcache](https://github.com/naveensrinivasan/httpcache) from 1.2.1 to 1.2.2. - [Release notes](https://github.com/naveensrinivasan/httpcache/releases) - [Commits](https://github.com/naveensrinivasan/httpcache/compare/v1.2.1...v1.2.2) Signed-off-by: dependabot[bot] --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index b7310b5b9db..d99ba2c493e 100644 --- a/go.mod +++ b/go.mod @@ -7,7 +7,7 @@ require ( github.com/golang/protobuf v1.4.3 // indirect github.com/google/go-github/v32 v32.1.0 github.com/kr/text v0.2.0 // indirect - github.com/naveensrinivasan/httpcache v1.2.1 + github.com/naveensrinivasan/httpcache v1.2.2 github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect github.com/onsi/ginkgo v1.15.0 github.com/onsi/gomega v1.10.5 diff --git a/go.sum b/go.sum index 5872f29cf92..3d11478f2fd 100644 --- a/go.sum +++ b/go.sum @@ -206,8 +206,8 @@ github.com/mitchellh/mapstructure v1.1.2/go.mod h1:FVVH3fgwuzCH5S8UJGiWEs2h04kUh github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd/go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q= github.com/modern-go/reflect2 v1.0.1/go.mod h1:bx2lNnkwVCuqBIxFjflWJWanXIb3RllmbCylyMrvgv0= github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223/go.mod h1:qRWi+5nqEBWmkhHvq77mSJWrCKwh8bxhgT7d/eI7P4U= -github.com/naveensrinivasan/httpcache v1.2.1 h1:kBskFBPDe0nRisXTksLxQNJ/fnoophoL2Dcn/yzFz9A= -github.com/naveensrinivasan/httpcache v1.2.1/go.mod h1:gpEVVjcTYZA3F1tqYkLqbNvZuf380rhUDaV5OZpyQ88= +github.com/naveensrinivasan/httpcache v1.2.2 h1:1mvisGk8KNWdixG7FZ+MGEGdZFxo2e4u82Ke56RqUos= +github.com/naveensrinivasan/httpcache v1.2.2/go.mod h1:gpEVVjcTYZA3F1tqYkLqbNvZuf380rhUDaV5OZpyQ88= github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e h1:fD57ERR4JtEqsWbfPhv4DMiApHyliiK5xCTNVSPiaAs= github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e/go.mod h1:zD1mROLANZcx1PVRCS0qkT7pwLkGfwJo4zjcN/Tysno= github.com/nxadm/tail v1.4.4 h1:DQuhQpB1tVlglWS2hLQ5OV6B5r8aGxSrPc5Qo6uTN78=