10 lines
270 B
Modula-2
10 lines
270 B
Modula-2
|
module github.com/dsoprea/go-tiff-image-structure
|
||
|
|
||
|
go 1.13
|
||
|
|
||
|
require (
|
||
|
github.com/dsoprea/go-exif/v2 v2.0.0-20200604193436-ca8584a0e1c4
|
||
|
github.com/dsoprea/go-logging v0.0.0-20200517223158-a10564966e9d
|
||
|
github.com/dsoprea/go-utility v0.0.0-20200512094054-1abbbc781176
|
||
|
)
|