-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
56 lines (52 loc) · 1.96 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
50
51
52
53
54
55
56
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.0
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/color v1.17.0
github.com/fatih/structs v1.1.0
github.com/goodsign/monday v1.0.2
github.com/google/go-cmp v0.5.9
github.com/gorilla/mux v1.8.1
github.com/ilyakaznacheev/cleanenv v1.5.0
github.com/jinzhu/now v1.1.5
github.com/jmoiron/sqlx v1.4.0
github.com/kennygrant/sanitize v1.2.4
github.com/klauspost/compress v1.17.9
github.com/klauspost/pgzip v1.2.6
github.com/lytics/logrus v0.0.0-20170528191427-4389a17ed024
github.com/mattn/go-sqlite3 v1.14.23
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.0
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.29.0
golang.org/x/text v0.18.0
gopkg.in/yaml.v2 v2.4.0
mvdan.cc/xurls v1.1.0
)
require (
github.com/BurntSushi/toml v1.4.0 // indirect
github.com/aymerick/douceur v0.2.0 // indirect
github.com/gorilla/css v1.0.1 // indirect
github.com/hoisie/mustache v0.0.0-20160804235033-6375acf62c69 // indirect
github.com/joho/godotenv v1.5.1 // 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.25.0 // indirect
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
olympos.io/encoding/edn v0.0.0-20201019073823-d3554ca0b0a3 // indirect
)