diff --git a/cmd/tugger/go.mod b/cmd/tugger/go.mod index 7623447..2d7ef71 100644 --- a/cmd/tugger/go.mod +++ b/cmd/tugger/go.mod @@ -5,7 +5,7 @@ go 1.15 require ( github.com/google/go-containerregistry v0.15.2 github.com/infobloxopen/atlas-app-toolkit v1.4.0 - github.com/jarcoal/httpmock v1.3.0 + github.com/jarcoal/httpmock v1.3.1 github.com/patrickmn/go-cache v2.1.0+incompatible github.com/sirupsen/logrus v1.9.3 google.golang.org/grpc/examples v0.0.0-20210730002332-ea9b7a0a7651 // indirect diff --git a/cmd/tugger/go.sum b/cmd/tugger/go.sum index 3f91a32..c05cd82 100644 --- a/cmd/tugger/go.sum +++ b/cmd/tugger/go.sum @@ -839,8 +839,8 @@ github.com/ianlancetaylor/demangle v0.0.0-20200824232613-28f6c0f3b639/go.mod h1: github.com/inconshreveable/mousetrap v1.1.0/go.mod h1:vpF70FUmC8bwa3OWnCshd2FqLfsEA9PFc4w1p2J65bw= github.com/infobloxopen/atlas-app-toolkit v1.4.0 h1:cAaSeFd94/LonbiukVipbnKGmQehlJ2JbScBf1ZR87k= github.com/infobloxopen/atlas-app-toolkit v1.4.0/go.mod h1:CzJ6ssNawJ9D/IPgEyEsErksyNOh9zx8Tjq7tJq3pYQ= -github.com/jarcoal/httpmock v1.3.0 h1:2RJ8GP0IIaWwcC9Fp2BmVi8Kog3v2Hn7VXM3fTd+nuc= -github.com/jarcoal/httpmock v1.3.0/go.mod h1:3yb8rc4BI7TCBhFY8ng0gjuLKJNquuDNiPaZjnENuYg= +github.com/jarcoal/httpmock v1.3.1 h1:iUx3whfZWVf3jT01hQTO/Eo5sAYtB2/rqaUuOtpInww= +github.com/jarcoal/httpmock v1.3.1/go.mod h1:3yb8rc4BI7TCBhFY8ng0gjuLKJNquuDNiPaZjnENuYg= github.com/jinzhu/gorm v1.9.16/go.mod h1:G3LB3wezTOWM2ITLzPxEXgSkOXAntiLHS7UdBefADcs= github.com/jinzhu/inflection v1.0.0/go.mod h1:h+uFLlag+Qp1Va5pdKtLDYj+kHp5pxUVkryuEj+Srlc= github.com/jinzhu/now v1.0.1/go.mod h1:d3SSVoowX0Lcu0IBviAWJpolVfI5UJVZZ7cO71lE/z8=