From bcd1778449af4774544c1a362f47bb220383fee9 Mon Sep 17 00:00:00 2001 From: Alexey Palazhchenko Date: Fri, 3 Jul 2020 16:27:59 +0300 Subject: [PATCH] PMM-6214 Update logrus to fix an issue with 1.14 (#548) * PMM-6214 Update logrus to fix an issue with 1.14 * Dummy commit to trigger CLA assistant --- Gopkg.lock | 14 +++++++++++--- Gopkg.toml | 2 +- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/Gopkg.lock b/Gopkg.lock index b8e69707f2..492f5612a6 100644 --- a/Gopkg.lock +++ b/Gopkg.lock @@ -474,12 +474,12 @@ version = "v0.0.10" [[projects]] - digest = "1:f4aaa07a6c33f2b354726d0571acbc8ca118837c75709f6353203ae1a3f8eeab" + digest = "1:1dbbefdedbdb89fc0073bfa0df49e0f117f9d901fe265c24552b72473cc5a650" name = "github.com/sirupsen/logrus" packages = ["."] pruneopts = "NUT" - revision = "839c75faf7f98a33d445d181f3018b5c3409a45e" - version = "v1.4.2" + revision = "60c74ad9be0d874af0ab0daef6ab07c5c5911f0d" + version = "v1.6.0" [[projects]] digest = "1:6792bb72ea0e7112157d02e4e175cd421b43d004a853f56316a19beca6e0c074" @@ -780,12 +780,18 @@ "github.com/go-openapi/validate", "github.com/go-swagger/go-swagger", "github.com/go-swagger/go-swagger/cmd/swagger", + "github.com/golang/protobuf/descriptor", "github.com/golang/protobuf/proto", "github.com/golang/protobuf/protoc-gen-go", "github.com/golang/protobuf/ptypes", + "github.com/golang/protobuf/ptypes/duration", + "github.com/golang/protobuf/ptypes/timestamp", "github.com/grpc-ecosystem/grpc-gateway/protoc-gen-grpc-gateway", "github.com/grpc-ecosystem/grpc-gateway/protoc-gen-swagger", + "github.com/grpc-ecosystem/grpc-gateway/protoc-gen-swagger/options", "github.com/grpc-ecosystem/grpc-gateway/runtime", + "github.com/grpc-ecosystem/grpc-gateway/utilities", + "github.com/mwitkow/go-proto-validators", "github.com/mwitkow/go-proto-validators/protoc-gen-govalidators", "github.com/pkg/errors", "github.com/prometheus/client_golang/prometheus", @@ -794,8 +800,10 @@ "github.com/stretchr/testify/assert", "github.com/stretchr/testify/require", "golang.org/x/sys/unix", + "google.golang.org/genproto/googleapis/api/annotations", "google.golang.org/grpc", "google.golang.org/grpc/codes", + "google.golang.org/grpc/grpclog", "google.golang.org/grpc/metadata", "google.golang.org/grpc/status", "gopkg.in/reform.v1", diff --git a/Gopkg.toml b/Gopkg.toml index f44b0d03cf..6e74694203 100644 --- a/Gopkg.toml +++ b/Gopkg.toml @@ -59,7 +59,7 @@ required = [ version = "=0.24.0" [[constraint]] name = "github.com/sirupsen/logrus" - version = "=1.4.2" + version = "=1.6.0" [[constraint]] name = "github.com/stretchr/testify" version = "=1.5.1"