-
Notifications
You must be signed in to change notification settings - Fork 0
/
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
)