diff options
| author | Chris Lu <chris.lu@gmail.com> | 2020-04-12 16:44:58 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2020-04-12 16:44:58 -0700 |
| commit | eb16bb028779fc09ae9811627c300ff9f28e8948 (patch) | |
| tree | 03d539c24f54b61a4a1dcce47ed5e798dcb15211 /weed | |
| parent | d30483d642b6115d32a7d373a33538da25e45f28 (diff) | |
| download | seaweedfs-eb16bb028779fc09ae9811627c300ff9f28e8948.tar.xz seaweedfs-eb16bb028779fc09ae9811627c300ff9f28e8948.zip | |
go mod cleanup
Diffstat (limited to 'weed')
| -rw-r--r-- | weed/images/orientation.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/images/orientation.go b/weed/images/orientation.go index 4bff89311..a592a7d8b 100644 --- a/weed/images/orientation.go +++ b/weed/images/orientation.go @@ -7,7 +7,7 @@ import ( "image/jpeg" "log" - "github.com/rwcarlsen/goexif/exif" + "github.com/seaweedfs/goexif/exif" ) //many code is copied from http://camlistore.org/pkg/images/images.go |
