30x -> apid
diff --git a/cmd/mockServer/main.go b/cmd/mockServer/main.go
index f3911af..486da41 100644
--- a/cmd/mockServer/main.go
+++ b/cmd/mockServer/main.go
@@ -20,9 +20,9 @@
"os"
- "github.com/30x/apid-core"
- "github.com/30x/apid-core/factory"
- "github.com/30x/apidApigeeSync"
+ "github.com/apid/apid-core"
+ "github.com/apid/apid-core/factory"
+ "github.com/apid/apidApigeeSync"
)
// runs a mock server standalone
diff --git a/dockertests/docker_test.go b/dockertests/docker_test.go
index 93192dc..e8fc25d 100644
--- a/dockertests/docker_test.go
+++ b/dockertests/docker_test.go
@@ -16,9 +16,9 @@
import (
"encoding/json"
- "github.com/30x/apid-core"
- "github.com/30x/apid-core/factory"
- _ "github.com/30x/apidApigeeSync"
+ "github.com/apid/apid-core"
+ "github.com/apid/apid-core/factory"
+ _ "github.com/apid/apidApigeeSync"
"github.com/apigee-labs/transicator/common"
. "github.com/onsi/ginkgo"
. "github.com/onsi/gomega"
diff --git a/dockertests/mockAuthServer.go b/dockertests/mockAuthServer.go
index 0dd0327..68520d9 100644
--- a/dockertests/mockAuthServer.go
+++ b/dockertests/mockAuthServer.go
@@ -16,8 +16,8 @@
import (
"encoding/json"
- "github.com/30x/apid-core"
- "github.com/30x/apidApigeeSync"
+ "github.com/apid/apid-core"
+ "github.com/apid/apidApigeeSync"
"net/http"
)
diff --git a/glide.yaml b/glide.yaml
index 43bce39..a4b1502 100644
--- a/glide.yaml
+++ b/glide.yaml
@@ -15,7 +15,7 @@
package: github.com/apid/apidApigeeSync
import:
- package: github.com/apid/apid-core
- version: 30xtoapid
+ version: master
testImport:
- package: github.com/onsi/ginkgo/ginkgo
- package: github.com/onsi/gomega