From 8867aac943260cc00ff97664dca93d6bb35a5f6d Mon Sep 17 00:00:00 2001 From: Victor Castell Date: Sat, 13 Apr 2019 12:25:46 +0200 Subject: [PATCH] Update valkeyrie --- go.mod | 2 +- go.sum | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 7ea933a38..66bf32743 100644 --- a/go.mod +++ b/go.mod @@ -108,4 +108,4 @@ require ( gopkg.in/yaml.v2 v2.0.0-20170812160011-eb3733d160e7 // indirect ) -replace github.com/abronan/valkeyrie => github.com/abronan/valkeyrie v0.0.0-20190413090811-6dca4ce9985f +replace github.com/abronan/valkeyrie => github.com/abronan/valkeyrie v0.0.0-20190413102404-e04dc0b66b0e diff --git a/go.sum b/go.sum index 399892b2f..75b4d1627 100644 --- a/go.sum +++ b/go.sum @@ -14,6 +14,8 @@ github.com/abronan/valkeyrie v0.0.0-20190313085051-8fd1c7cad28d h1:P4aevzwd2Xm9R github.com/abronan/valkeyrie v0.0.0-20190313085051-8fd1c7cad28d/go.mod h1:A/IdrwsPb8nboz577OaOlF9StXVQHPXus26p6ZOEhZM= github.com/abronan/valkeyrie v0.0.0-20190413090811-6dca4ce9985f h1:Iay+9inZMzH65WW6BN/2OPV7LYoG0kR8Ul/oTPf7ynk= github.com/abronan/valkeyrie v0.0.0-20190413090811-6dca4ce9985f/go.mod h1:NOvlKBjVll/vPwdjPHGLNhKk7VrnLzLGU/VGOVPLiog= +github.com/abronan/valkeyrie v0.0.0-20190413102404-e04dc0b66b0e h1:y8kwOEZSJH/NLQV4qBubZ6pl6lljmAUow9vYfRQFj1w= +github.com/abronan/valkeyrie v0.0.0-20190413102404-e04dc0b66b0e/go.mod h1:NOvlKBjVll/vPwdjPHGLNhKk7VrnLzLGU/VGOVPLiog= github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e h1:QEF07wC0T1rKkctt1RINW/+RMTVmiwxETico2l3gxJA= github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e/go.mod h1:3U/XgcO3hCbHZ8TKRvWD2dDTCfh9M9ya+I9JpbB7O8o= github.com/armon/go-metrics v0.0.0-20171002182731-9a4b6e10bed6 h1:rfTl4Lc+Gfud1YdmAFg99WN4rICM1S65KXBuADdLTms=