From ca5485b7d73ee6bcf59194ad1cc8ea589ef36b63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jefferson=20Gir=C3=A3o?= Date: Fri, 7 Feb 2020 10:42:18 +0100 Subject: [PATCH] explictly defining linters --- backend/inventory/go.mod | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/backend/inventory/go.mod b/backend/inventory/go.mod index 7a2e505cf6..5cad1fe68f 100644 --- a/backend/inventory/go.mod +++ b/backend/inventory/go.mod @@ -8,8 +8,8 @@ require ( github.com/golang/protobuf v1.3.3 github.com/spotify/backstage/proto v0.0.0-00010101000000-000000000000 go.etcd.io/bbolt v1.3.3 - golang.org/x/lint v0.0.0-20190313153728-d0100b6bd8b3 // indirect - golang.org/x/tools v0.0.0-20190524140312-2c0ae7006135 // indirect + golang.org/x/lint v0.0.0-20190313153728-d0100b6bd8b3 + golang.org/x/tools v0.0.0-20190524140312-2c0ae7006135 google.golang.org/grpc v1.27.0 - honnef.co/go/tools v0.0.0-20190523083050-ea95bdfd59fc // indirect + honnef.co/go/tools v0.0.0-20190523083050-ea95bdfd59fc )