refactor apid-core -> apid for new file
diff --git a/listener_test.go b/listener_test.go
index ee211ee..6a027f5 100644
--- a/listener_test.go
+++ b/listener_test.go
@@ -4,7 +4,7 @@
 	. "github.com/onsi/ginkgo"
 	. "github.com/onsi/gomega"
 
-	"github.com/30x/apid"
+	"github.com/30x/apid-core"
 	"github.com/apigee-labs/transicator/common"
 )