forked from bowman2001/perplex
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
19 lines (17 loc) · 967 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
module github.com/bowman2001/perplex
go 1.21.6
require (
github.com/bowman2001/hugo-mod-error-message v0.4.0 // indirect
github.com/bowman2001/hugo-mod-image v0.6.15 // indirect
github.com/bowman2001/hugo-mod-katex v0.2.4 // indirect
github.com/bowman2001/hugo-mod-material-symbols v0.0.0-20240224173758-bb1231575d7e // indirect
github.com/bowman2001/hugo-mod-mermaid v0.4.2 // indirect
github.com/bowman2001/hugo-mod-meta v0.2.3 // indirect
github.com/bowman2001/hugo-mod-open-in v1.2.1 // indirect
github.com/bowman2001/hugo-mod-open-in-vscode/v2 v2.0.4 // indirect
github.com/bowman2001/hugo-mod-pangram v0.0.0-20230803153646-6851d0e94236 // indirect
github.com/bowman2001/hugo-mod-replacements v0.4.0 // indirect
github.com/bowman2001/hugo-mod-resource v0.1.4 // indirect
github.com/bowman2001/hugo-mod-simple-icons v0.0.0-20240117184956-cb6747bed09b // indirect
github.com/bowman2001/hugo-mod-wrap v0.0.0-20230803072025-a10a9f082aac // indirect
)