From f232f5376ddc8c5739a75a282a09647f0e4cec7e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2024 09:45:05 +0000 Subject: [PATCH] chore(deps): update github.com/mvisonneau/go-fuzzyfinder digest to ea09ceb --- go.mod | 2 +- go.sum | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index acbfb37..d8f7b91 100644 --- a/go.mod +++ b/go.mod @@ -56,4 +56,4 @@ require ( gopkg.in/yaml.v3 v3.0.1 // indirect ) -replace github.com/ktr0731/go-fuzzyfinder => github.com/mvisonneau/go-fuzzyfinder v0.8.1-0.20240927094255-d19e2c0fdc28 +replace github.com/ktr0731/go-fuzzyfinder => github.com/mvisonneau/go-fuzzyfinder v0.8.1-0.20240729030334-ea09ceb9643c diff --git a/go.sum b/go.sum index 858fb42..e48d36f 100644 --- a/go.sum +++ b/go.sum @@ -71,6 +71,8 @@ github.com/mitchellh/go-homedir v1.1.0 h1:lukF9ziXFxDFPkA1vsr5zpc1XuPDn/wFntq5mG github.com/mitchellh/go-homedir v1.1.0/go.mod h1:SfyaCUpYCn1Vlf4IUYiD9fPX4A5wJrkLzIz1N1q0pr0= github.com/mitchellh/mapstructure v1.5.0 h1:jeMsZIYE/09sWLaz43PL7Gy6RuMjD2eJVyuac5Z2hdY= github.com/mitchellh/mapstructure v1.5.0/go.mod h1:bFUtVrKA4DC2yAKiSyO/QUcy7e+RRV2QTWOzhPopBRo= +github.com/mvisonneau/go-fuzzyfinder v0.8.1-0.20240729030334-ea09ceb9643c h1:kGIikYXVRFpFW6I3696lZCyYtWzBcg1m1pp2WbGBLU0= +github.com/mvisonneau/go-fuzzyfinder v0.8.1-0.20240729030334-ea09ceb9643c/go.mod h1:yYP1wcX0ep5B7nLvMJQpQDkNSz9XZNrFrfcFtXZQg4w= github.com/mvisonneau/go-fuzzyfinder v0.8.1-0.20240927094255-d19e2c0fdc28 h1:8k0Ktp/P9mhF4Bnr0rJNjXdaHv4dYhpthOfHLLxJ95U= github.com/mvisonneau/go-fuzzyfinder v0.8.1-0.20240927094255-d19e2c0fdc28/go.mod h1:yYP1wcX0ep5B7nLvMJQpQDkNSz9XZNrFrfcFtXZQg4w= github.com/mvisonneau/go-helpers v0.0.1 h1:jp/eaRBixQeCwILkqSDlNIAtRjBdRR3AENTxx5Ts04Y=