aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2020-10-04 01:31:04 -0700
committerChris Lu <chris.lu@gmail.com>2020-10-04 01:31:04 -0700
commit666859f7cd700ce10c8569a4093ff77b30c61090 (patch)
tree69b3c2c099d9c5ff9a77018ab994ffa12096c433 /go.mod
parentbc47835997e8d29730b3329951d27458b386f5fa (diff)
downloadseaweedfs-666859f7cd700ce10c8569a4093ff77b30c61090.tar.xz
seaweedfs-666859f7cd700ce10c8569a4093ff77b30c61090.zip
mount: read prefetching
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod1
1 files changed, 1 insertions, 0 deletions
diff --git a/go.mod b/go.mod
index fbb9764ee..21320ab0e 100644
--- a/go.mod
+++ b/go.mod
@@ -78,6 +78,7 @@ require (
gocloud.dev/pubsub/rabbitpubsub v0.16.0
golang.org/x/image v0.0.0-20200119044424-58c23975cae1 // indirect
golang.org/x/net v0.0.0-20200202094626-16171245cfb2
+ golang.org/x/sync v0.0.0-20200930132711-30421366ff76 // indirect
golang.org/x/sys v0.0.0-20200202164722-d101bd2416d5
golang.org/x/tools v0.0.0-20191029190741-b9c20aec41a5
google.golang.org/api v0.9.0