Backend: Re-add imports removed by make fmt (why?)
Signed-off-by: Michael Mayer <michael@liquidbytes.net>
This commit is contained in:
parent
09bac902d0
commit
9055581690
1 changed files with 3 additions and 0 deletions
|
@ -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"
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue