Backend: Re-add imports removed by make fmt (why?)

Signed-off-by: Michael Mayer <michael@liquidbytes.net>
This commit is contained in:
Michael Mayer 2020-01-15 20:05:29 +01:00
parent 09bac902d0
commit 9055581690

View file

@ -9,6 +9,9 @@ import (
"time"
"github.com/dsoprea/go-exif/v2"
"github.com/dsoprea/go-exif/v2/common"
"github.com/dsoprea/go-jpeg-image-structure"
"github.com/dsoprea/go-png-image-structure"
"gopkg.in/ugjka/go-tz.v2/tz"
)