summaryrefslogtreecommitdiffhomepage
path: root/Gopkg.toml
diff options
context:
space:
mode:
authorFUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>2018-12-03 21:04:08 +0900
committerFUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>2018-12-19 20:14:24 +0900
commit46e375476196b6e670f6a627448471636dac69e6 (patch)
tree94be8d59e6c4d7acff71c1485e53075a302a4cc9 /Gopkg.toml
parent598bba9fb2b761d1ad32776b0a61357500227de1 (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.toml4
1 files changed, 0 insertions, 4 deletions
diff --git a/Gopkg.toml b/Gopkg.toml
index 72bab91b..442e34cf 100644
--- a/Gopkg.toml
+++ b/Gopkg.toml
@@ -76,7 +76,3 @@
[[constraint]]
name = "google.golang.org/grpc"
version = "1.5.1"
-
-[[constraint]]
- branch = "v2"
- name = "gopkg.in/tomb.v2"