-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
26 lines (23 loc) · 859 Bytes
/
go.mod
File metadata and controls
26 lines (23 loc) · 859 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
26
module github.com/lib-x/mdx
go 1.24.4
require (
github.com/c0mm4nd/go-ripemd v0.0.0-20200326052756-bd1759ad7d10
github.com/fatih/color v1.18.0
github.com/op/go-logging v0.0.0-20160315200505-970db520ece7
github.com/rasky/go-lzo v0.0.0-20200203143853-96a758eda86e
github.com/redis/go-redis/v9 v9.18.0
github.com/rodaine/table v1.3.0
github.com/stretchr/testify v1.10.0
golang.org/x/text v0.26.0
)
require (
github.com/cespare/xxhash/v2 v2.3.0 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
github.com/mattn/go-colorable v0.1.14 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
go.uber.org/atomic v1.11.0 // indirect
golang.org/x/sys v0.33.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)