Allow compatibility with Go 1.12

- We don't require 1.13 .
This commit is contained in:
Dustin Oprea 2020-07-17 01:18:50 -04:00
parent 796ddda06f
commit 08f1b67089

View File

@ -1,6 +1,6 @@
module github.com/dsoprea/go-exif/v3
go 1.13
go 1.12
// Development only
// replace github.com/dsoprea/go-logging => ../../go-logging