-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
30 lines (26 loc) · 893 Bytes
/
go.mod
File metadata and controls
30 lines (26 loc) · 893 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
module blog
go 1.25.0
require (
github.com/Khan/genqlient v0.8.1
github.com/RevoTale/no-js v0.0.0
github.com/a-h/templ v0.3.1001
github.com/alecthomas/chroma/v2 v2.23.1
github.com/evanw/esbuild v0.27.4
github.com/gomarkdown/markdown v0.0.0-20260217112301-37c66b85d6ab
github.com/nicksnyder/go-i18n/v2 v2.6.1
github.com/stretchr/testify v1.11.1
golang.org/x/mod v0.34.0
golang.org/x/text v0.35.0
)
require (
github.com/a-h/parse v0.0.0-20250122154542-74294addb73e // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/dlclark/regexp2 v1.11.5 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/suessflorian/gqlfetch v0.7.0
github.com/vektah/gqlparser/v2 v2.5.32 // indirect
golang.org/x/sys v0.41.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
replace github.com/RevoTale/no-js => ./no-js