-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathgo.mod
More file actions
24 lines (20 loc) · 655 Bytes
/
go.mod
File metadata and controls
24 lines (20 loc) · 655 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
module github.com/pgaskin/lithiumpatch
go 1.25.0
tool github.com/pgaskin/edgedict/cmd/edgedict-fetch
require (
github.com/andybalholm/cascadia v1.3.3
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0
github.com/hexops/gotextdiff v1.0.3
github.com/ncruces/go-sqlite3 v0.29.0
github.com/pgaskin/edgedict v0.0.9
github.com/spf13/pflag v1.0.10
golang.org/x/net v0.44.0
golang.org/x/text v0.29.0
)
require (
github.com/ncruces/julianday v1.0.0 // indirect
github.com/pgaskin/xmlwriter v0.0.4 // indirect
github.com/tetratelabs/wazero v1.9.0 // indirect
golang.org/x/image v0.31.0 // indirect
golang.org/x/sys v0.36.0 // indirect
)