diff options
| author | Chris Lu <chrislusf@users.noreply.github.com> | 2020-04-27 23:59:13 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-27 23:59:13 -0700 |
| commit | 47c4a62c5db8564d036cc96c2f4a097494a2567a (patch) | |
| tree | 2a6eb0dd50a530dfb72496a69715438c9aa15a44 /go.mod | |
| parent | 2a7957b4ca83fdb5232d761074e81dce6b99648f (diff) | |
| parent | 6850d28d6b99155dca2da8fa8bbf76124f528fa4 (diff) | |
| download | seaweedfs-47c4a62c5db8564d036cc96c2f4a097494a2567a.tar.xz seaweedfs-47c4a62c5db8564d036cc96c2f4a097494a2567a.zip | |
Merge pull request #1293 from wyxloading/refactor_signal_handler
refactor: move signal handling and pprof to grace package
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,6 +7,7 @@ require ( github.com/Azure/azure-pipeline-go v0.2.2 // indirect github.com/Azure/azure-storage-blob-go v0.8.0 github.com/DataDog/zstd v1.4.1 // indirect + github.com/OneOfOne/xxhash v1.2.2 github.com/Shopify/sarama v1.23.1 github.com/aws/aws-sdk-go v1.23.13 github.com/chrislusf/raft v0.0.0-20190225081310-10d6e2182d92 @@ -24,7 +25,6 @@ require ( github.com/facebookgo/stats v0.0.0-20151006221625-1b76add642e4 github.com/facebookgo/subset v0.0.0-20200203212716-c811ad88dec4 // indirect github.com/frankban/quicktest v1.7.2 // indirect - github.com/gabriel-vasile/mimetype v1.0.0 github.com/go-redis/redis v6.15.7+incompatible github.com/go-sql-driver/mysql v1.4.1 github.com/gocql/gocql v0.0.0-20190829130954-e163eff7a8c6 |
