-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
25 lines (21 loc) · 688 Bytes
/
go.mod
File metadata and controls
25 lines (21 loc) · 688 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
module github.com/fkleon/fooocus-metadata
go 1.24.2
require (
github.com/antchfx/htmlquery v1.3.4
github.com/stretchr/testify v1.10.0
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/sabhiram/pngr v0.0.0-20180419043407-2df49b015d4b // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
require (
github.com/antchfx/xpath v1.3.4 // indirect
github.com/bep/imagemeta v0.12.0
github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 // indirect
github.com/sabhiram/png-embed v0.0.0-20180421025336-149afe9a3ccb
golang.org/x/image v0.30.0
golang.org/x/net v0.39.0 // indirect
golang.org/x/text v0.28.0
)