diff options
| author | chrislu <chris.lu@gmail.com> | 2023-02-09 14:53:19 -0800 |
|---|---|---|
| committer | chrislu <chris.lu@gmail.com> | 2023-02-09 14:53:19 -0800 |
| commit | 532a352121250d9cb34199b7ef8cbbd45cf2ad3b (patch) | |
| tree | 72c3f4c1dc8bac576cb57839c8f1c733bdc091d3 /go.mod | |
| parent | bac45912e3b8cc5edefd2f5a6a8115df0051066d (diff) | |
| download | seaweedfs-532a352121250d9cb34199b7ef8cbbd45cf2ad3b.tar.xz seaweedfs-532a352121250d9cb34199b7ef8cbbd45cf2ad3b.zip | |
update goexif version
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -82,7 +82,7 @@ require ( github.com/prometheus/procfs v0.9.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.9.0 // indirect github.com/spf13/afero v1.9.3 // indirect |
