diff options
| author | chrislu <chris.lu@gmail.com> | 2022-09-13 10:29:16 -0700 |
|---|---|---|
| committer | chrislu <chris.lu@gmail.com> | 2022-09-13 10:29:16 -0700 |
| commit | 1f5376c91564d4f677c21c24488a0e19d944ccad (patch) | |
| tree | 1a33c02108d4b2a87a75b0eef77c1860947880a1 /go.mod | |
| parent | eaa72cf47f996a2f4604887f4a25a3d4b55e63eb (diff) | |
| download | seaweedfs-1f5376c91564d4f677c21c24488a0e19d944ccad.tar.xz seaweedfs-1f5376c91564d4f677c21c24488a0e19d944ccad.zip | |
fix build
fix https://github.com/seaweedfs/seaweedfs/issues/3653
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -209,7 +209,6 @@ require ( github.com/pingcap/failpoint v0.0.0-20210918120811-547c13e3eb00 // indirect github.com/pingcap/kvproto v0.0.0-20220106070556-3fa8fa04f898 // indirect github.com/pingcap/log v0.0.0-20211215031037-e024ba4eb0ee // indirect - github.com/rwcarlsen/goexif v0.0.0-20190401172101-9e8deecbddbd // indirect github.com/spf13/pflag v1.0.5 // indirect github.com/subosito/gotenv v1.4.1 // indirect github.com/tikv/pd/client v0.0.0-20220216070739-26c668271201 // indirect |
