diff options
| author | Anoduck, The Anonymous Duck <9925396+anoduck@users.noreply.github.com> | 2025-03-25 06:25:38 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-03-25 06:25:38 +0000 |
| commit | 11d3181eedd5b9fe804e6483eef683360ba13a77 (patch) | |
| tree | 013d9d0d7c601c1007c8eba823b4b7a37d3e7897 /go.mod | |
| parent | 40ae43a314222c9b8fd5800cbcc0c7a78b3b250d (diff) | |
| parent | 91b15d9fadd7308ddb68d0faeb610d1583be536b (diff) | |
Merge pull request #89 from anoduck/develop
docs: Added content, updated mods
Diffstat (limited to '')
| -rw-r--r-- | go.mod | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -7,8 +7,8 @@ require ( github.com/anoduck/mod-alwaysdark v0.1.3 // indirect github.com/anoduck/mod-countup v0.1.5 // indirect github.com/anoduck/mod-juxtapose v0.1.0 // indirect - github.com/anoduck/mod-popup v0.2.5 // indirect - github.com/anoduck/mod-timelinejs v0.1.4 // indirect + github.com/anoduck/mod-popup v0.2.6 // indirect + github.com/anoduck/mod-timelinejs v0.1.5 // indirect github.com/gethinode/hinode v0.29.3 // indirect github.com/gethinode/mod-bootstrap v1.3.2 // indirect github.com/gethinode/mod-cookieyes v1.0.2 // indirect @@ -22,6 +22,6 @@ require ( github.com/gethinode/mod-mermaid v1.1.22 // indirect github.com/gethinode/mod-simple-datatables v1.1.7 // indirect github.com/gethinode/mod-utils/v2 v2.10.0 // indirect - github.com/nextapps-de/flexsearch v0.0.0-20250301115249-5bcbc72dac51 // indirect + github.com/nextapps-de/flexsearch v0.0.0-20250324202627-21313f594bcc // indirect github.com/twbs/bootstrap v5.3.3+incompatible // indirect ) |
