From 07257cfb40f62b9319593544321ca2979c087e99 Mon Sep 17 00:00:00 2001 From: Mitsuhiro Tanda Date: Fri, 8 Feb 2019 16:41:04 +0900 Subject: [PATCH] update libs --- Gopkg.toml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/Gopkg.toml b/Gopkg.toml index 6685b45a..e084905e 100644 --- a/Gopkg.toml +++ b/Gopkg.toml @@ -6,7 +6,11 @@ required = ["github.com/grpc-ecosystem/grpc-gateway/runtime"] [[constraint]] name = "github.com/grpc-ecosystem/grpc-gateway" - version = "=v1.3" + version = "=v1.6.3" + +[[constraint]] + name = "github.com/gogo/protobuf" + version = "=v1.2.0" [[constraint]] branch = "master" @@ -14,12 +18,12 @@ required = ["github.com/grpc-ecosystem/grpc-gateway/runtime"] [[constraint]] name = "github.com/prometheus/tsdb" - revision = "c848349f07c83bd38d5d19faa5ea71c7fd8923ea" + version = "v0.4.0" [[constraint]] name = "github.com/prometheus/prometheus" - version = "v2.3.1" + version = "v2.7.1" [[constraint]] name = "github.com/aws/aws-sdk-go" - version = "v1.14.18" + version = "v1.16.30"