diff options
| author | Chris Lu <chrislusf@users.noreply.github.com> | 2019-10-21 22:30:35 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-10-21 22:30:35 -0700 |
| commit | c262526d8ad86b54bd34bacddd6cc393ebfbe984 (patch) | |
| tree | 512a3e6178b0f7d7f18d3169e8ff6425982776ba /go.mod | |
| parent | 7de121d99b87d4d38356fb83ee15e761f7d22ed4 (diff) | |
| parent | 2e2fe00dbd69d631bff8189708315ebea5f1e524 (diff) | |
| download | seaweedfs-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.mod | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |
