forked from pgaskin/dictutil
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
22 lines (19 loc) · 647 Bytes
/
go.mod
File metadata and controls
22 lines (19 loc) · 647 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
module github.com/pgaskin/dictutil
go 1.24.5
require (
github.com/disintegration/imaging v1.6.2
github.com/ncruces/go-sqlite3 v0.30.1
github.com/pgaskin/go-marisa v1.0.0
github.com/pgaskin/koboutils/v2 v2.1.0
github.com/russross/blackfriday/v2 v2.0.1
github.com/spf13/pflag v1.0.10
gopkg.in/yaml.v2 v2.2.8
)
require (
github.com/ncruces/julianday v1.0.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
github.com/tetratelabs/wazero v1.10.0 // indirect
golang.org/x/image v0.0.0-20191009234506-e7c1f5e7dbb8 // indirect
golang.org/x/sys v0.38.0 // indirect
)