From 7d09ed0582208e10ed898803c2310a4b89da43ee Mon Sep 17 00:00:00 2001 From: Lukas Vogel Date: Tue, 27 Aug 2019 08:21:14 +0200 Subject: [PATCH] fix lint --- go/lib/infra/modules/segfetcher/revocation_test.go | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/go/lib/infra/modules/segfetcher/revocation_test.go b/go/lib/infra/modules/segfetcher/revocation_test.go index d99a48268a..0fe7e3b998 100644 --- a/go/lib/infra/modules/segfetcher/revocation_test.go +++ b/go/lib/infra/modules/segfetcher/revocation_test.go @@ -18,15 +18,14 @@ import ( "context" "testing" - "github.com/scionproto/scion/go/lib/ctrl/path_mgmt" - "github.com/scionproto/scion/go/lib/xtest/graph" - "github.com/golang/mock/gomock" "github.com/scionproto/scion/go/lib/addr" + "github.com/scionproto/scion/go/lib/ctrl/path_mgmt" "github.com/scionproto/scion/go/lib/infra/modules/segfetcher" "github.com/scionproto/scion/go/lib/pathdb/mock_pathdb" "github.com/scionproto/scion/go/lib/pathdb/query" + "github.com/scionproto/scion/go/lib/xtest/graph" "github.com/scionproto/scion/go/proto" )