From e5ffc3bec24e5a4d0b6044f0c1f6872b905b0f51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20Br=C3=BCderl?= Date: Thu, 8 Nov 2018 10:55:26 +0100 Subject: [PATCH] goimports --- protoc-gen-swagger/genswagger/template.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/protoc-gen-swagger/genswagger/template.go b/protoc-gen-swagger/genswagger/template.go index 4f8ecd6ce94..d7650d57494 100644 --- a/protoc-gen-swagger/genswagger/template.go +++ b/protoc-gen-swagger/genswagger/template.go @@ -1,6 +1,7 @@ package genswagger import ( + "encoding/json" "fmt" "os" "reflect" @@ -9,8 +10,6 @@ import ( "strings" "sync" - "encoding/json" - "github.com/golang/protobuf/proto" pbdescriptor "github.com/golang/protobuf/protoc-gen-go/descriptor" "github.com/grpc-ecosystem/grpc-gateway/protoc-gen-grpc-gateway/descriptor"