-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
24 lines (20 loc) · 792 Bytes
/
go.mod
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/srlehn/thumbnails
go 1.22.0
toolchain go1.23.2
require (
github.com/dsoprea/go-png-image-structure/v2 v2.0.0-20210512210324-29b889a6093d
github.com/gabriel-vasile/mimetype v1.4.6
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
github.com/rkoesters/xdg v0.0.1
golang.org/x/exp v0.0.0-20241009180824-f66d83c29e7c
golang.org/x/image v0.21.0
)
require (
github.com/dsoprea/go-exif/v3 v3.0.1 // indirect
github.com/dsoprea/go-logging v0.0.0-20200710184922-b02d349568dd // indirect
github.com/dsoprea/go-utility/v2 v2.0.0-20221003172846-a3e1774ef349 // indirect
github.com/go-errors/errors v1.5.1 // indirect
github.com/golang/geo v0.0.0-20230421003525-6adc56603217 // indirect
golang.org/x/net v0.30.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
)