-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgo.mod
More file actions
36 lines (33 loc) · 1.33 KB
/
Copy pathgo.mod
File metadata and controls
36 lines (33 loc) · 1.33 KB
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
27
28
29
30
31
32
33
34
35
36
module aisets
go 1.25.5
require (
github.com/corona10/goimagehash v1.1.0
github.com/gen2brain/avif v0.4.4
github.com/google/uuid v1.6.0
github.com/jdeng/goheif v0.0.0-20260407171156-9bf5264f67af
github.com/rwcarlsen/goexif v0.0.0-20190401172101-9e8deecbddbd
github.com/srwiley/oksvg v0.0.0-20221011165216-be6e8873101c
github.com/srwiley/rasterx v0.0.0-20220730225603-2ab79fcdd4ef
github.com/tailscale/hujson v0.0.0-20260302212456-ecc657c15afd
github.com/tdewolff/minify/v2 v2.23.11
github.com/zeebo/blake3 v0.2.4
golang.org/x/image v0.35.0
modernc.org/sqlite v1.50.0
)
require (
github.com/dustin/go-humanize v1.0.1 // indirect
github.com/ebitengine/purego v0.8.3 // indirect
github.com/klauspost/cpuid/v2 v2.0.12 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/ncruces/go-strftime v1.0.0 // indirect
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 // indirect
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
github.com/tdewolff/parse/v2 v2.8.2-0.20250806174018-50048bb39781 // indirect
github.com/tetratelabs/wazero v1.9.0 // indirect
golang.org/x/net v0.17.0 // indirect
golang.org/x/sys v0.42.0 // indirect
golang.org/x/text v0.33.0 // indirect
modernc.org/libc v1.72.0 // indirect
modernc.org/mathutil v1.7.1 // indirect
modernc.org/memory v1.11.0 // indirect
)