From 645c3a4e4e5d7d189ac294bbb2fba499cd4e99e7 Mon Sep 17 00:00:00 2001 From: Jesse Nelson Date: Wed, 15 Jun 2016 09:42:21 -0700 Subject: [PATCH] fix imports --- cmd/topic.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/topic.go b/cmd/topic.go index 7217c94..227cadc 100644 --- a/cmd/topic.go +++ b/cmd/topic.go @@ -17,7 +17,7 @@ package cmd import ( "fmt" - "github.com/pantheon-systems/pubsub-cleaner/pkg/pubsub" + "github.com/pantheon-systems/pubsub-cleaner/pkg/pscleaner" "github.com/spf13/cobra" )