From 6bb560b31b2b3438999efc73c2a8df0be6f7cde1 Mon Sep 17 00:00:00 2001 From: renovate Date: Thu, 25 Feb 2021 22:00:37 +0000 Subject: [PATCH] Update github.com/gordonklaus/ineffassign commit hash to 2e10b26 --- go.mod | 2 +- go.sum | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 7bd2e839e..ae3991e9b 100644 --- a/go.mod +++ b/go.mod @@ -42,7 +42,7 @@ require ( github.com/go-testfixtures/testfixtures/v3 v3.5.0 github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 github.com/golang/snappy v0.0.2 // indirect - github.com/gordonklaus/ineffassign v0.0.0-20210209182638-d0e41b2fc8ed + github.com/gordonklaus/ineffassign v0.0.0-20210225214923-2e10b2664254 github.com/iancoleman/strcase v0.1.3 github.com/imdario/mergo v0.3.11 github.com/jgautheron/goconst v0.0.0-20201117150253-ccae5bf973f3 diff --git a/go.sum b/go.sum index 0b1037cd3..f256718a7 100644 --- a/go.sum +++ b/go.sum @@ -338,6 +338,8 @@ github.com/gopherjs/gopherjs v0.0.0-20181017120253-0766667cb4d1 h1:EGx4pi6eqNxGa github.com/gopherjs/gopherjs v0.0.0-20181017120253-0766667cb4d1/go.mod h1:wJfORRmW1u3UXTncJ5qlYoELFm8eSnnEO6hX4iZ3EWY= github.com/gordonklaus/ineffassign v0.0.0-20210209182638-d0e41b2fc8ed h1:iyE5OkCrenGp01Wsl/HQqprh83xpcHcBJA2zxjlrBuc= github.com/gordonklaus/ineffassign v0.0.0-20210209182638-d0e41b2fc8ed/go.mod h1:M9mZEtGIsR1oDaZagNPNG9iq9n2HrhZ17dsXk73V3Lw= +github.com/gordonklaus/ineffassign v0.0.0-20210225214923-2e10b2664254 h1:Nb2aRlC404yz7gQIfRZxX9/MLvQiqXyiBTJtgAy6yrI= +github.com/gordonklaus/ineffassign v0.0.0-20210225214923-2e10b2664254/go.mod h1:M9mZEtGIsR1oDaZagNPNG9iq9n2HrhZ17dsXk73V3Lw= github.com/gorilla/context v1.1.1/go.mod h1:kBGZzfjB9CEq2AlWe17Uuf7NDRt0dE0s8S51q0aT7Yg= github.com/gorilla/mux v1.6.2/go.mod h1:1lud6UwP+6orDFRuTfBEV8e9/aOM/c4fVVCaMa2zaAs= github.com/gorilla/mux v1.7.3/go.mod h1:1lud6UwP+6orDFRuTfBEV8e9/aOM/c4fVVCaMa2zaAs=