diff options
author | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2018-12-03 21:04:08 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2018-12-19 20:14:24 +0900 |
commit | 46e375476196b6e670f6a627448471636dac69e6 (patch) | |
tree | 94be8d59e6c4d7acff71c1485e53075a302a4cc9 /Gopkg.toml | |
parent | 598bba9fb2b761d1ad32776b0a61357500227de1 (diff) |
server: replace tomb with context
All what we need is cancelling. Let's use the standard way for it,
context.
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Diffstat (limited to 'Gopkg.toml')
-rw-r--r-- | Gopkg.toml | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -76,7 +76,3 @@ [[constraint]] name = "google.golang.org/grpc" version = "1.5.1" - -[[constraint]] - branch = "v2" - name = "gopkg.in/tomb.v2" |