-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathgo.mod
More file actions
22 lines (18 loc) · 685 Bytes
/
Copy pathgo.mod
File metadata and controls
22 lines (18 loc) · 685 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/kobopatch
go 1.23.12
require (
github.com/ianlancetaylor/demangle v0.0.0-20250628045327-2d64ad6b7ec5
github.com/pgaskin/go-libz v0.1.0
github.com/riking/cssparse v0.0.0-20180325025645-c37ded0aac89
github.com/spf13/pflag v1.0.10
github.com/stretchr/testify v1.11.1
github.com/xi2/xz v0.0.0-20171230120015-48954b6210f8
gopkg.in/yaml.v3 v3.0.1
rsc.io/arm v0.0.0-20150420010332-9c32f2193064
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
golang.org/x/text v0.3.2 // indirect
)
replace gopkg.in/yaml.v3 => github.com/pgaskin/yaml v0.0.0-20190717135119-db0123c0912e // v3-node-decodestrict