-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathgo.mod
More file actions
42 lines (39 loc) · 1.42 KB
/
go.mod
File metadata and controls
42 lines (39 loc) · 1.42 KB
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
31
32
33
34
35
36
37
38
39
40
41
42
module github.com/miku/span
go 1.25.0
require (
github.com/abadojack/whatlanggo v1.0.1
github.com/adrg/xdg v0.5.3
github.com/araddon/dateparse v0.0.0-20210429162001-6b43995a97de
github.com/beevik/etree v1.6.0
github.com/dchest/safefile v0.0.0-20151022103144-855e8d98f185
github.com/fatih/structs v1.1.0
github.com/goodsign/monday v1.0.2
github.com/google/go-cmp v0.5.9
github.com/jinzhu/now v1.1.5
github.com/kennygrant/sanitize v1.2.4
github.com/klauspost/compress v1.18.5
github.com/klauspost/pgzip v1.2.6
github.com/mattn/go-sqlite3 v1.14.42
github.com/microcosm-cc/bluemonday v1.0.27
github.com/miku/clam v0.1.0
github.com/miku/parallel v0.1.3
github.com/miku/xmlstream v0.0.0-20190415141048-c7ce7c45f0e0
github.com/segmentio/encoding v0.5.4
github.com/sethgrid/pester v1.2.0
github.com/shantanubhadoria/go-roman v0.0.0-20180925203848-b6cf86aa5b76
golang.org/x/net v0.53.0
golang.org/x/text v0.36.0
mvdan.cc/xurls v1.1.0
)
require (
github.com/aymerick/douceur v0.2.0 // indirect
github.com/fatih/color v1.19.0 // indirect
github.com/gorilla/css v1.0.1 // indirect
github.com/hoisie/mustache v0.0.0-20160804235033-6375acf62c69 // indirect
github.com/mattn/go-colorable v0.1.14 // indirect
github.com/mattn/go-isatty v0.0.21 // indirect
github.com/mvdan/xurls v1.1.0 // indirect
github.com/segmentio/asm v1.2.1 // indirect
github.com/stretchr/testify v1.10.0 // indirect
golang.org/x/sys v0.43.0 // indirect
)