-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathgo.mod
49 lines (45 loc) · 1.68 KB
/
go.mod
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
43
44
45
46
47
48
49
module github.com/miku/span
go 1.21.0
toolchain go1.22.5
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.4.1
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.17.11
github.com/klauspost/pgzip v1.2.6
github.com/lytics/logrus v0.0.0-20170528191427-4389a17ed024
github.com/mattn/go-sqlite3 v1.14.24
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/olebedev/config v0.0.0-20220822221314-86fa169f9f99
github.com/segmentio/encoding v0.4.1
github.com/sethgrid/pester v1.2.0
github.com/shantanubhadoria/go-roman v0.0.0-20180925203848-b6cf86aa5b76
github.com/sirupsen/logrus v1.9.3
golang.org/x/net v0.31.0
golang.org/x/text v0.20.0
mvdan.cc/xurls v1.1.0
)
require (
github.com/aymerick/douceur v0.2.0 // indirect
github.com/fatih/color v1.18.0 // indirect
github.com/gorilla/css v1.0.1 // indirect
github.com/hoisie/mustache v0.0.0-20160804235033-6375acf62c69 // indirect
github.com/kr/pretty v0.3.0 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/mvdan/xurls v1.1.0 // indirect
github.com/segmentio/asm v1.2.0 // indirect
golang.org/x/sys v0.27.0 // indirect
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
)