diff options
| author | Serghei Iakovlev <egrep@protonmail.ch> | 2022-09-25 16:45:36 +0200 |
|---|---|---|
| committer | Serghei Iakovlev <egrep@protonmail.ch> | 2022-09-25 16:45:36 +0200 |
| commit | d96d9bd3d2420f51b77765a6c083bff3b2396c75 (patch) | |
| tree | 8a7530145a8591eb5bc87b46857844d2e4891c03 | |
| parent | 7405e7466b41144cbf67d044bcbe887f21c113dd (diff) | |
| download | gohugo-theme-ed-d96d9bd3d2420f51b77765a6c083bff3b2396c75.tar.gz | |
Update dependencies
| -rwxr-xr-x | exampleSite/data/refs.json | 1 | ||||
| -rw-r--r-- | exampleSite/go.mod | 2 | ||||
| -rw-r--r-- | go.mod | 2 | ||||
| -rw-r--r-- | go.sum | 4 |
4 files changed, 5 insertions, 4 deletions
diff --git a/exampleSite/data/refs.json b/exampleSite/data/refs.json new file mode 100755 index 0000000..9e26dfe --- /dev/null +++ b/exampleSite/data/refs.json @@ -0,0 +1 @@ +{}
\ No newline at end of file diff --git a/exampleSite/go.mod b/exampleSite/go.mod index 877689e..a4c0cd0 100644 --- a/exampleSite/go.mod +++ b/exampleSite/go.mod @@ -4,4 +4,4 @@ go 1.18 replace github.com/sergeyklay/gohugo-theme-ed => ../ -require github.com/sergeyklay/gohugo-theme-ed v0.5.0 // indirect +require github.com/sergeyklay/gohugo-theme-ed v0.6.0 // indirect @@ -3,6 +3,6 @@ module github.com/sergeyklay/gohugo-theme-ed go 1.18 require ( - github.com/MihaiValentin/lunr-languages v0.0.0-20210901090106-177653fb5670 // indirect + github.com/MihaiValentin/lunr-languages v0.0.0-20220731202355-707574c524a6 // indirect github.com/olivernn/lunr.js v2.3.9+incompatible // indirect ) @@ -1,4 +1,4 @@ -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/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/olivernn/lunr.js v2.3.9+incompatible h1:eH8iBnjlR4mwlYDdNuqy9PCNLjp2bEs6aoNnTSaccx0= github.com/olivernn/lunr.js v2.3.9+incompatible/go.mod h1:yEkQ1DUSMtNsn8n2CqvQXZd0ErWPEG8g9QRmblR+KS8= |
