From 5d154f193a48c4c530374a5e5b655b8589dbff47 Mon Sep 17 00:00:00 2001 From: Jacob Vosmaer Date: Thu, 6 Jun 2019 14:21:45 +0000 Subject: Upgrade protobuf, prometheus and logrus --- go.mod | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index 8acd82ab7..0daf1038a 100644 --- a/go.mod +++ b/go.mod @@ -2,27 +2,21 @@ module gitlab.com/gitlab-org/gitaly require ( github.com/BurntSushi/toml v0.3.1 - github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973 // indirect github.com/cloudflare/tableflip v0.0.0-20190329062924-8392f1641731 github.com/getsentry/raven-go v0.1.2 - github.com/golang/protobuf v1.3.0 + github.com/golang/protobuf v1.3.1 github.com/grpc-ecosystem/go-grpc-middleware v1.0.0 github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 github.com/kelseyhightower/envconfig v1.3.0 - github.com/konsorten/go-windows-terminal-sequences v1.0.1 // indirect github.com/libgit2/git2go v0.0.0-20190104134018-ecaeb7a21d47 - github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect - github.com/prometheus/client_golang v0.9.0 - github.com/prometheus/client_model v0.0.0-20180712105110-5c3871d89910 // indirect - github.com/prometheus/common v0.0.0-20181020173914-7e9e6cabbd39 // indirect - github.com/prometheus/procfs v0.0.0-20181005140218-185b4288413d // indirect - github.com/sirupsen/logrus v1.1.1 + github.com/prometheus/client_golang v0.9.3 + github.com/sirupsen/logrus v1.2.0 github.com/stretchr/testify v1.2.2 github.com/tinylib/msgp v1.1.0 // indirect gitlab.com/gitlab-org/gitaly-proto v1.32.0 gitlab.com/gitlab-org/labkit v0.0.0-20190221122536-0c3fc7cdd57c golang.org/x/net v0.0.0-20190311183353-d8887717615a - golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f + golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a google.golang.org/genproto v0.0.0-20181202183823-bd91e49a0898 // indirect google.golang.org/grpc v1.16.0 -- cgit v1.2.3