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" )