From 4217561a5e8b8a0598a9ce22aba20d6d2721b943 Mon Sep 17 00:00:00 2001 From: Serghei Iakovlev Date: Tue, 12 Jul 2022 23:49:31 +0200 Subject: Update lunr-languages --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index d1a2e68..1c6086a 100644 --- a/go.mod +++ b/go.mod @@ -3,6 +3,6 @@ module github.com/sergeyklay/gohugo-theme-ed go 1.18 require ( - github.com/MihaiValentin/lunr-languages v0.0.0-20210817201033-8ae43bc02b3c // indirect + github.com/MihaiValentin/lunr-languages v0.0.0-20210901090106-177653fb5670 // indirect github.com/olivernn/lunr.js v2.3.9+incompatible // indirect ) diff --git a/go.sum b/go.sum index e45df77..a716765 100644 --- a/go.sum +++ b/go.sum @@ -1,4 +1,4 @@ -github.com/MihaiValentin/lunr-languages v0.0.0-20210817201033-8ae43bc02b3c h1:SqqRAtde0bvyMuamLWo0nAdh91JPFMfGtsL2kEPnyE8= -github.com/MihaiValentin/lunr-languages v0.0.0-20210817201033-8ae43bc02b3c/go.mod h1:9u5XeCq3kYXZEJvSRP8Pz2qBAsNsmIM9ssN2fE1MnPw= +github.com/MihaiValentin/lunr-languages v0.0.0-20210901090106-177653fb5670 h1:Miq24L5MyB5ppgW+Rhu39F2LAi+UERKRZEypmtb5SrM= +github.com/MihaiValentin/lunr-languages v0.0.0-20210901090106-177653fb5670/go.mod h1:9u5XeCq3kYXZEJvSRP8Pz2qBAsNsmIM9ssN2fE1MnPw= github.com/olivernn/lunr.js v2.3.9+incompatible h1:eH8iBnjlR4mwlYDdNuqy9PCNLjp2bEs6aoNnTSaccx0= github.com/olivernn/lunr.js v2.3.9+incompatible/go.mod h1:yEkQ1DUSMtNsn8n2CqvQXZd0ErWPEG8g9QRmblR+KS8= -- cgit v1.2.3