From 4cd1483c516599253f7af176d97a94d1c8881058 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 20 Oct 2021 16:05:37 +0200 Subject: [PATCH] fix(deps): update module honnef.co/go/tools to v0.2.1 (#14) --- go.mod | 2 +- go.sum | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 194090f..9b794ae 100644 --- a/go.mod +++ b/go.mod @@ -11,5 +11,5 @@ require ( golang.org/x/lint v0.0.0-20210508222113-6edffad5e616 golang.org/x/mod v0.4.2 // indirect golang.org/x/sys v0.0.0-20210507161434-a76c4d0a0096 // indirect - honnef.co/go/tools v0.2.0 + honnef.co/go/tools v0.2.1 ) diff --git a/go.sum b/go.sum index cafe255..7dfde04 100644 --- a/go.sum +++ b/go.sum @@ -59,3 +59,5 @@ honnef.co/go/tools v0.1.4 h1:SadWOkti5uVN1FAMgxn165+Mw00fuQKyk4Gyn/inxNQ= honnef.co/go/tools v0.1.4/go.mod h1:NgwopIslSNH47DimFoV78dnkksY2EFtX0ajyb3K/las= honnef.co/go/tools v0.2.0 h1:ws8AfbgTX3oIczLPNPCu5166oBg9ST2vNs0rcht+mDE= honnef.co/go/tools v0.2.0/go.mod h1:lPVVZ2BS5TfnjLyizF7o7hv7j9/L+8cZY2hLyjP9cGY= +honnef.co/go/tools v0.2.1 h1:/EPr//+UMMXwMTkXvCCoaJDq8cpjMO80Ou+L4PDo2mY= +honnef.co/go/tools v0.2.1/go.mod h1:lPVVZ2BS5TfnjLyizF7o7hv7j9/L+8cZY2hLyjP9cGY=