diff options
| author | Chris Lu <chris.lu@gmail.com> | 2020-10-10 18:00:21 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2020-10-10 18:00:21 -0700 |
| commit | 9b0e8ef026cd74e8c641e922c79a54c5154e5a6b (patch) | |
| tree | 380ac654511cda933477ff63066daf13d01a3aac /go.mod | |
| parent | 8a52379ecb8a11eb7fa096392ab87d222d6892ae (diff) | |
| download | seaweedfs-9b0e8ef026cd74e8c641e922c79a54c5154e5a6b.tar.xz seaweedfs-9b0e8ef026cd74e8c641e922c79a54c5154e5a6b.zip | |
filer: added QR code to transfer files with mobile devices
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -60,6 +60,7 @@ require ( github.com/rcrowley/go-metrics v0.0.0-20190826022208-cac0b30c2563 // indirect github.com/seaweedfs/fuse v0.0.0-20190510212405-310228904eff github.com/seaweedfs/goexif v1.0.2 + github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e github.com/spaolacci/murmur3 v1.1.0 // indirect github.com/spf13/afero v1.2.2 // indirect github.com/spf13/jwalterweatherman v1.1.0 // indirect |
