diff options
| author | Chris Lu <chrislusf@users.noreply.github.com> | 2022-03-24 11:57:32 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-03-24 11:57:32 -0700 |
| commit | b0a6f6ab391f8455b16f4cd20aefed8c85753b8b (patch) | |
| tree | 5bd520311873d3436bbdb8548c718c623a9c1cd7 /go.mod | |
| parent | 3de184e37f4fbd9f5381aa8d668d424092480414 (diff) | |
| parent | 44c840f49820df32ede9a18260df1cd4f06ddeee (diff) | |
| download | seaweedfs-b0a6f6ab391f8455b16f4cd20aefed8c85753b8b.tar.xz seaweedfs-b0a6f6ab391f8455b16f4cd20aefed8c85753b8b.zip | |
Merge pull request #2810 from chrislusf/dependabot/go_modules/github.com/seaweedfs/goexif-2.0.0incompatible
Bump github.com/seaweedfs/goexif from 1.0.2 to 2.0.0+incompatible
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -93,7 +93,7 @@ require ( github.com/prometheus/procfs v0.6.0 // indirect github.com/rcrowley/go-metrics v0.0.0-20190826022208-cac0b30c2563 // indirect github.com/remyoudompheng/bigfft v0.0.0-20200410134404-eec4a21b6bb0 // indirect - github.com/seaweedfs/goexif v1.0.2 + github.com/seaweedfs/goexif v2.0.0+incompatible github.com/sirupsen/logrus v1.8.1 // indirect github.com/spaolacci/murmur3 v1.1.0 // indirect github.com/spf13/afero v1.7.0 // indirect @@ -186,6 +186,7 @@ require ( github.com/nats-io/nkeys v0.3.0 // indirect github.com/nats-io/nuid v1.0.1 // indirect github.com/philhofer/fwd v1.1.1 // indirect + github.com/rwcarlsen/goexif v0.0.0-20190401172101-9e8deecbddbd // indirect github.com/spf13/pflag v1.0.5 // indirect github.com/tinylib/msgp v1.1.6 // indirect go.etcd.io/etcd/api/v3 v3.5.0 // indirect |
