update imports and dependencies (#19)
diff --git a/apidGatewayConfDeploy_suite_test.go b/apidGatewayConfDeploy_suite_test.go
index 5e6e4df..0c859f7 100644
--- a/apidGatewayConfDeploy_suite_test.go
+++ b/apidGatewayConfDeploy_suite_test.go
@@ -15,8 +15,8 @@
 package apiGatewayConfDeploy
 
 import (
-	"github.com/30x/apid-core"
-	"github.com/30x/apid-core/factory"
+	"github.com/apid/apid-core"
+	"github.com/apid/apid-core/factory"
 	. "github.com/onsi/ginkgo"
 	. "github.com/onsi/gomega"
 	"io/ioutil"
diff --git a/data.go b/data.go
index f3e59ef..564ce6d 100644
--- a/data.go
+++ b/data.go
@@ -17,7 +17,7 @@
 	"database/sql"
 	"sync"
 
-	"github.com/30x/apid-core"
+	"github.com/apid/apid-core"
 	"reflect"
 )
 
diff --git a/data_test.go b/data_test.go
index 58653ef..abd9fc9 100644
--- a/data_test.go
+++ b/data_test.go
@@ -15,8 +15,8 @@
 package apiGatewayConfDeploy
 
 import (
-	"github.com/30x/apid-core"
-	"github.com/30x/apid-core/data"
+	"github.com/apid/apid-core"
+	"github.com/apid/apid-core/data"
 	. "github.com/onsi/ginkgo"
 	. "github.com/onsi/gomega"
 	"strconv"
diff --git a/glide.yaml b/glide.yaml
index 85d0892..a6784dd 100644
--- a/glide.yaml
+++ b/glide.yaml
@@ -12,7 +12,7 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-package: github.com/30x/apidGatewayConfDeploy
+package: github.com/apid/apidGatewayConfDeploy
 import:
 - package: github.com/30x/apid-core
   version: Release_170815-EdgeX-EAP
diff --git a/init.go b/init.go
index 1c4e16d..037e5ea 100644
--- a/init.go
+++ b/init.go
@@ -20,7 +20,7 @@
 	"path"
 	"time"
 
-	"github.com/30x/apid-core"
+	"github.com/apid/apid-core"
 	"net/http"
 	"sync"
 )
diff --git a/listener.go b/listener.go
index 0da9192..2769568 100644
--- a/listener.go
+++ b/listener.go
@@ -16,7 +16,7 @@
 import (
 	"os"
 
-	"github.com/30x/apid-core"
+	"github.com/apid/apid-core"
 	"github.com/apigee-labs/transicator/common"
 )
 
diff --git a/listener_test.go b/listener_test.go
index 7549efb..d270be0 100644
--- a/listener_test.go
+++ b/listener_test.go
@@ -16,7 +16,7 @@
 
 import (
 	"fmt"
-	"github.com/30x/apid-core"
+	"github.com/apid/apid-core"
 	"github.com/apigee-labs/transicator/common"
 	. "github.com/onsi/ginkgo"
 	. "github.com/onsi/gomega"
diff --git a/pluginData.go b/pluginData.go
index 8815183..950f06d 100644
--- a/pluginData.go
+++ b/pluginData.go
@@ -13,7 +13,7 @@
 // limitations under the License.
 package apiGatewayConfDeploy
 
-import "github.com/30x/apid-core"
+import "github.com/apid/apid-core"
 
 var pluginData = apid.PluginData{
 	Name:    "apidGatewayConfDeploy",