diff options
| author | chrislu <chris.lu@gmail.com> | 2022-09-13 10:26:54 -0700 |
|---|---|---|
| committer | chrislu <chris.lu@gmail.com> | 2022-09-13 10:26:54 -0700 |
| commit | eaa72cf47f996a2f4604887f4a25a3d4b55e63eb (patch) | |
| tree | 6a7d27d3ef06e368b2580c2c491e3e3f2a034257 | |
| parent | e646d92c09cb01d30b06a24fe5effc0b167431b7 (diff) | |
| download | seaweedfs-eaa72cf47f996a2f4604887f4a25a3d4b55e63eb.tar.xz seaweedfs-eaa72cf47f996a2f4604887f4a25a3d4b55e63eb.zip | |
adjust github.com/seaweedfs/goexif to v1.0.3
related to https://github.com/seaweedfs/seaweedfs/issues/3653
| -rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -83,7 +83,7 @@ require ( github.com/prometheus/procfs v0.8.0 github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 // indirect github.com/remyoudompheng/bigfft v0.0.0-20200410134404-eec4a21b6bb0 // indirect - github.com/seaweedfs/goexif v2.0.0+incompatible + github.com/seaweedfs/goexif v1.0.3 github.com/seaweedfs/raft v1.1.0 github.com/sirupsen/logrus v1.8.1 // indirect github.com/spf13/afero v1.9.2 // indirect |
