mirror of
https://github.com/lyx0/yaf.git
synced 2024-11-13 19:49:53 +01:00
24 lines
1 KiB
Modula-2
24 lines
1 KiB
Modula-2
module github.com/nouryxd/yaf
|
|
|
|
go 1.20
|
|
|
|
require (
|
|
github.com/dsoprea/go-exif/v3 v3.0.0-20210512043655-120bcdb2a55e
|
|
github.com/dsoprea/go-jpeg-image-structure/v2 v2.0.0-20210512043942-b434301c6836
|
|
github.com/dsoprea/go-logging v0.0.0-20200710184922-b02d349568dd
|
|
github.com/dsoprea/go-png-image-structure/v2 v2.0.0-20210512210324-29b889a6093d
|
|
github.com/gabriel-vasile/mimetype v1.4.1
|
|
github.com/go-errors/errors v1.1.1
|
|
github.com/julienschmidt/httprouter v1.3.0
|
|
golang.org/x/exp v0.0.0-20220722155223-a9213eeb770e
|
|
)
|
|
|
|
require (
|
|
github.com/dsoprea/go-iptc v0.0.0-20200609062250-162ae6b44feb // indirect
|
|
github.com/dsoprea/go-photoshop-info-format v0.0.0-20200609050348-3db9b63b202c // indirect
|
|
github.com/dsoprea/go-utility/v2 v2.0.0-20200717064901-2fccff4aa15e // indirect
|
|
github.com/go-xmlfmt/xmlfmt v0.0.0-20191208150333-d5b6f63a941b // indirect
|
|
github.com/golang/geo v0.0.0-20200319012246-673a6f80352d // indirect
|
|
golang.org/x/net v0.0.0-20220624214902-1bab6f366d9e // indirect
|
|
gopkg.in/yaml.v2 v2.3.0 // indirect
|
|
)
|