16 lines
515 B
Modula-2
16 lines
515 B
Modula-2
|
module github.com/dsoprea/go-heic-exif-extractor
|
||
|
|
||
|
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-20200520183328-015129a9efd5
|
||
|
github.com/dsoprea/go-logging v0.0.0-20200517223158-a10564966e9d
|
||
|
github.com/dsoprea/go-utility v0.0.0-20200512094054-1abbbc781176
|
||
|
go4.org v0.0.0-20200411211856-f5505b9728dd
|
||
|
golang.org/x/net v0.0.0-20200520182314-0ba52f642ac2 // indirect
|
||
|
)
|