mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2024-11-01 23:10:01 +00:00
16 lines
549 B
Modula-2
16 lines
549 B
Modula-2
|
module github.com/dsoprea/go-png-image-structure
|
||
|
|
||
|
go 1.13
|
||
|
|
||
|
// Development only
|
||
|
// replace github.com/dsoprea/go-utility => ../go-utility
|
||
|
// replace github.com/dsoprea/go-exif/v2 => ../go-exif/v2
|
||
|
|
||
|
require (
|
||
|
github.com/dsoprea/go-exif/v2 v2.0.0-20200604193436-ca8584a0e1c4
|
||
|
github.com/dsoprea/go-exif/v3 v3.0.0-20210512043655-120bcdb2a55e // indirect
|
||
|
github.com/dsoprea/go-logging v0.0.0-20200517223158-a10564966e9d
|
||
|
github.com/dsoprea/go-utility v0.0.0-20200711062821-fab8125e9bdf
|
||
|
golang.org/x/net v0.0.0-20200520182314-0ba52f642ac2 // indirect
|
||
|
)
|