From 4d3db6828368c60ce1313e0d0391544be2d0a6f8 Mon Sep 17 00:00:00 2001 From: paul cannon Date: Fri, 28 Feb 2020 18:00:03 -0600 Subject: [PATCH] cmd/gateway: fix go.mod formatting Go is continually rewriting this file this way, making it Git-dirty, and it makes me sad Change-Id: I71cd630259a8bbeeffaa3dc9435562ecfc4e6487 --- cmd/gateway/go.mod | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cmd/gateway/go.mod b/cmd/gateway/go.mod index efb70218c..9290081ee 100644 --- a/cmd/gateway/go.mod +++ b/cmd/gateway/go.mod @@ -6,9 +6,10 @@ module storj.io/storj/cmd/gateway go 1.13 require storj.io/gateway v1.0.0-rc.2 + // keep this in sync with storj.io/gateway require storj.io/storj v0.12.1-0.20200224220226-50a21de9dc71 exclude gopkg.in/olivere/elastic.v5 v5.0.72 // buggy import, see https://github.com/olivere/elastic/pull/869 -replace google.golang.org/grpc => github.com/storj/grpc-go v1.27.2-0.20200225082019-bd19b647a81c \ No newline at end of file +replace google.golang.org/grpc => github.com/storj/grpc-go v1.27.2-0.20200225082019-bd19b647a81c