aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorChris Lu <chrislusf@users.noreply.github.com>2019-10-21 22:30:35 -0700
committerGitHub <noreply@github.com>2019-10-21 22:30:35 -0700
commitc262526d8ad86b54bd34bacddd6cc393ebfbe984 (patch)
tree512a3e6178b0f7d7f18d3169e8ff6425982776ba /go.mod
parent7de121d99b87d4d38356fb83ee15e761f7d22ed4 (diff)
parent2e2fe00dbd69d631bff8189708315ebea5f1e524 (diff)
downloadseaweedfs-c262526d8ad86b54bd34bacddd6cc393ebfbe984.tar.xz
seaweedfs-c262526d8ad86b54bd34bacddd6cc393ebfbe984.zip
Merge pull request #1087 from joeslay/master
Storing files in in-memory collections on windows
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod4
1 files changed, 2 insertions, 2 deletions
diff --git a/go.mod b/go.mod
index d25bf41e4..79896c7d3 100644
--- a/go.mod
+++ b/go.mod
@@ -1,7 +1,7 @@
module github.com/chrislusf/seaweedfs
-
go 1.12
+
require (
cloud.google.com/go v0.44.3
contrib.go.opencensus.io/exporter/aws v0.0.0-20190807220307-c50fb1bd7f21 // indirect
@@ -119,4 +119,4 @@ require (
pack.ag/amqp v0.12.1 // indirect
)
-replace github.com/satori/go.uuid v1.2.0 => github.com/satori/go.uuid v0.0.0-20181028125025-b2ce2384e17b
+replace github.com/satori/go.uuid v1.2.0 => github.com/satori/go.uuid v0.0.0-20181028125025-b2ce2384e17b \ No newline at end of file