diff options
| author | chrislu <chris.lu@gmail.com> | 2025-02-04 21:03:14 -0800 |
|---|---|---|
| committer | chrislu <chris.lu@gmail.com> | 2025-02-04 21:03:14 -0800 |
| commit | c4af3d29895c8eeee4b7faf00b05b5792a3976aa (patch) | |
| tree | 0bdb93718dc667645f566d49bf612cf41c5fea7b /go.mod | |
| parent | c23131dd4901b5aefda5db45d2c67dd5e5a1d88f (diff) | |
| download | seaweedfs-csi-driver-c4af3d29895c8eeee4b7faf00b05b5792a3976aa.tar.xz seaweedfs-csi-driver-c4af3d29895c8eeee4b7faf00b05b5792a3976aa.zip | |
go mod tidy
fix https://github.com/seaweedfs/seaweedfs-csi-driver/issues/187
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -54,10 +54,9 @@ require ( github.com/prometheus/client_model v0.6.1 // indirect github.com/prometheus/common v0.61.0 // indirect github.com/prometheus/procfs v0.15.1 // indirect - github.com/rwcarlsen/goexif v0.0.0-20190401172101-9e8deecbddbd // indirect github.com/sagikazarmark/locafero v0.6.0 // indirect github.com/sagikazarmark/slog-shim v0.1.0 // indirect - github.com/seaweedfs/goexif v2.0.0+incompatible // indirect + github.com/seaweedfs/goexif v1.0.3 // indirect github.com/sourcegraph/conc v0.3.0 // indirect github.com/spf13/afero v1.11.0 // indirect github.com/spf13/cast v1.7.1 // indirect |
