diff options
| -rw-r--r-- | go.mod | 4 | ||||
| -rw-r--r-- | go.sum | 2 |
2 files changed, 4 insertions, 2 deletions
@@ -1,8 +1,8 @@ -module github.com/sergeyklay/gohugo-theme-ed +module github.com/smadurange/gohugo-theme-ed go 1.18 require ( - github.com/MihaiValentin/lunr-languages v0.0.0-20220731202355-707574c524a6 // indirect + github.com/MihaiValentin/lunr-languages v0.0.0-20250309185944-190ad03ed756 // indirect github.com/olivernn/lunr.js v2.3.9+incompatible // indirect ) @@ -1,4 +1,6 @@ github.com/MihaiValentin/lunr-languages v0.0.0-20220731202355-707574c524a6 h1:zneQRMcYb0EA5ZT4W6EOcs9CxZtDZhAFEq0lIk0GYUM= github.com/MihaiValentin/lunr-languages v0.0.0-20220731202355-707574c524a6/go.mod h1:9u5XeCq3kYXZEJvSRP8Pz2qBAsNsmIM9ssN2fE1MnPw= +github.com/MihaiValentin/lunr-languages v0.0.0-20250309185944-190ad03ed756 h1:DknA9ZOx7KoZ/07g2Ismhg+r1JsBAjc4ZAGb3p8VDdQ= +github.com/MihaiValentin/lunr-languages v0.0.0-20250309185944-190ad03ed756/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= |
