diff options
| author | Chris Lu <chrislusf@users.noreply.github.com> | 2023-02-20 12:23:33 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-02-20 12:23:33 -0800 |
| commit | d531fffc89cf03bfb8ed0f3d5a94d924d6bd8847 (patch) | |
| tree | 69cca23f18d3c8cb08b365cf76b613531f11c9a0 /go.mod | |
| parent | e70cf681fe93d313c94ebe2583a61fe055ff12e5 (diff) | |
| download | seaweedfs-d531fffc89cf03bfb8ed0f3d5a94d924d6bd8847.tar.xz seaweedfs-d531fffc89cf03bfb8ed0f3d5a94d924d6bd8847.zip | |
Revert "build(deps): bump github.com/seaweedfs/goexif from 1.0.3 to 2.0.0+incompatible" (#4232)
Revert "build(deps): bump github.com/seaweedfs/goexif from 1.0.3 to 2.0.0+incompatible (#4229)"
This reverts commit e70cf681fe93d313c94ebe2583a61fe055ff12e5.
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 3 |
1 files changed, 1 insertions, 2 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 @@ -212,7 +212,6 @@ require ( github.com/pingcap/kvproto v0.0.0-20230201112839-2b853bed8125 // indirect github.com/pingcap/log v1.1.1-0.20221110025148-ca232912c9f3 // indirect github.com/rivo/uniseg v0.4.3 // indirect - github.com/rwcarlsen/goexif v0.0.0-20190401172101-9e8deecbddbd // indirect github.com/spf13/pflag v1.0.5 // indirect github.com/stathat/consistent v1.0.0 // indirect github.com/subosito/gotenv v1.4.2 // indirect |
