-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
25 lines (22 loc) · 882 Bytes
/
go.mod
File metadata and controls
25 lines (22 loc) · 882 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
module github.com/KarpelesLab/tpl
go 1.24.0
require (
github.com/KarpelesLab/strftime v1.0.1
github.com/KarpelesLab/webutil v0.2.7
github.com/frustra/bbcode v0.0.0-20201127003707-6ef347fbe1c8
github.com/microcosm-cc/bluemonday v1.0.27
github.com/russross/blackfriday/v2 v2.1.0
golang.org/x/text v0.33.0
)
require (
github.com/aymerick/douceur v0.2.0 // indirect
github.com/cactus/gostrftime v1.0.2 // indirect
github.com/fastly/go-utils v0.0.0-20180712184237-d95a45783239 // indirect
github.com/gorilla/css v1.0.1 // indirect
github.com/jehiah/go-strftime v0.0.0-20171201141054-1d33003b3869 // indirect
github.com/leekchan/timeutil v0.0.0-20150802142658-28917288c48d // indirect
github.com/lestrrat-go/strftime v1.1.0 // indirect
github.com/stretchr/testify v1.10.0 // indirect
github.com/tebeka/strftime v0.1.5 // indirect
golang.org/x/net v0.49.0 // indirect
)