You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficcontrol.apache.org by jv...@apache.org on 2018/06/19 20:45:42 UTC

[trafficcontrol] 08/09: incubator-trafficcontrol -> trafficcontrol

This is an automated email from the ASF dual-hosted git repository.

jvd pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficcontrol.git

commit a4f897aa4665be3699024420e39d640bb98884aa
Author: Dan Kirkwood <da...@apache.org>
AuthorDate: Tue Jun 19 12:17:35 2018 -0600

    incubator-trafficcontrol -> trafficcontrol
---
 BUILD.md                                           |  2 +-
 CONTRIBUTING.md                                    | 14 +++++++-------
 README.md                                          | 12 ++++++------
 build/README.md                                    |  4 ++--
 .../availableservers/availableservers.go           |  2 +-
 .../traffic_router_golang/cgsrch/cgsrch.go         |  4 ++--
 .../traffic_router_golang/config/config.go         |  2 +-
 .../coveragezone/coveragezone.go                   |  2 +-
 .../traffic_router_golang/crconfig/crconfigths.go  |  2 +-
 .../crconfigpoller/crconfigpoller.go               | 12 ++++++------
 .../crconfigregex/crconfigregex.go                 |  2 +-
 .../traffic_router_golang/crstates/crstatesths.go  |  2 +-
 .../crstatespoller/crstatespoller.go               | 10 +++++-----
 .../traffic_router_golang/httpsrvr/httpsrvr.go     | 16 ++++++++--------
 experimental/traffic_router_golang/ipmap/ipmap.go  |  4 ++--
 .../traffic_router_golang/nextcache/nextcache.go   |  2 +-
 .../traffic_router_golang/quadtree/quadtree.go     |  2 +-
 .../traffic_router_golang/toutil/toutil.go         |  2 +-
 .../traffic_router_golang/traffic_router_golang.go | 22 +++++++++++-----------
 19 files changed, 59 insertions(+), 59 deletions(-)

diff --git a/BUILD.md b/BUILD.md
index db544d5..8492645 100644
--- a/BUILD.md
+++ b/BUILD.md
@@ -19,4 +19,4 @@
 
 
 See the build instructions at ./docs/source/development/building.rst or at
-http://trafficcontrol.incubator.apache.org/docs/latest/development/building.html
+http://trafficcontrol.apache.org/docs/latest/development/building.html
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 54620eb..6ebcd7f 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -27,17 +27,17 @@ The following document is a set of guidelines to streamline the contribution pro
 Things to know before getting started
 -------------------------------------
 #### Code of Conduct
-Please try to keep discussions respectful and follow the [Apache Software Foundation Code of Conduct](https://github.com/apache/incubator-trafficcontrol/blob/master/CODE_OF_CONDUCT.md) when interacting with others.
+Please try to keep discussions respectful and follow the [Apache Software Foundation Code of Conduct](https://github.com/apache/trafficcontrol/blob/master/CODE_OF_CONDUCT.md) when interacting with others.
 
 #### Design Decisions
-When we need to make changes to the project, we first discuss it on the [users@trafficcontrol.incubator.apache.org](mailto:users@trafficcontrol.incubator.apache.org) mailing list. We document our decisions as well as brainstorm project related ideas in the [wiki](https://cwiki.apache.org/confluence/display/TC/Traffic+Control+Home).
+When we need to make changes to the project, we first discuss it on the [users@trafficcontrol.apache.org](mailto:users@trafficcontrol.apache.org) mailing list. We document our decisions as well as brainstorm project related ideas in the [wiki](https://cwiki.apache.org/confluence/display/TC/Traffic+Control+Home).
 
 How to Contribute
 -------------------------------------
 
-We love pull requests! We simply don't have the time or resources to add every feature and support every platform. If you have improvements (enhancements or bug fixes) for Traffic Control, start by creating an [issue](https://github.com/apache/incubator-trafficcontrol/issues) and discussing it with us first on the [users@trafficcontrol.incubator.apache.org](mailto:users@trafficcontrol.incubator.apache.org) mailing list. We might already be working on it, or there might be an existing way [...]
+We love pull requests! We simply don't have the time or resources to add every feature and support every platform. If you have improvements (enhancements or bug fixes) for Traffic Control, start by creating an [issue](https://github.com/apache/trafficcontrol/issues) and discussing it with us first on the [users@trafficcontrol.apache.org](mailto:users@trafficcontrol.apache.org) mailing list. We might already be working on it, or there might be an existing way to do it.
 
-Once your issue has been approved and you're ready to start slinging code, we have a few [guidelines](https://github.com/apache/incubator-trafficcontrol/blob/master/CONTRIBUTING.md#guidelines) to help maintain code quality and ensure the pull request process goes smoothly.
+Once your issue has been approved and you're ready to start slinging code, we have a few [guidelines](https://github.com/apache/trafficcontrol/blob/master/CONTRIBUTING.md#guidelines) to help maintain code quality and ensure the pull request process goes smoothly.
 
 Remember, your code doesn't have to be perfect. Hack it together and submit a [pull request](https://help.github.com/articles/using-pull-requests/). We'll work with you to make sure it fits properly into the project.
 
@@ -50,13 +50,13 @@ Following the project conventions will make the pull request process go faster a
 
 #### Create an issue
 
-If you want to add a new feature, make a [GitHub issue](https://github.com/apache/incubator-trafficcontrol/issues) and discuss it with us first on the [users@trafficcontrol.incubator.apache.org](mailto:users@trafficcontrol.incubator.apache.org) mailing list. We might already be working on it, or there might be an existing way to do it.
+If you want to add a new feature, make a [GitHub issue](https://github.com/apache/trafficcontrol/issues) and discuss it with us first on the [users@trafficcontrol.apache.org](mailto:users@trafficcontrol.apache.org) mailing list. We might already be working on it, or there might be an existing way to do it.
 
-If it's a bug fix, make a [GitHub issue](https://github.com/apache/incubator-trafficcontrol/issues) and discuss it with us first on the [users@trafficcontrol.incubator.apache.org](mailto:users@trafficcontrol.incubator.apache.org) mailing list. We need to know what the problem is and how to reproduce it so please create a [GitHub issue](https://github.com/apache/incubator-trafficcontrol/issues) for that as well.
+If it's a bug fix, make a [GitHub issue](https://github.com/apache/trafficcontrol/issues) and discuss it with us first on the [users@trafficcontrol.apache.org](mailto:users@trafficcontrol.apache.org) mailing list. We need to know what the problem is and how to reproduce it so please create a [GitHub issue](https://github.com/apache/trafficcontrol/issues) for that as well.
 
 #### Documentation
 
-If your pull request changes the user interface or API, make sure the relevant [documentation](http://trafficcontrol.apache.org/docs/latest/index.html) is updated. Documentation [source code](https://github.com/apache/incubator-trafficcontrol/tree/master/docs/source) is written using [reStructuredText](https://en.wikipedia.org/wiki/ReStructuredText). Please verify any document changes by installing [Sphinx](http://www.sphinx-doc.org/en/stable/) and running 'make' from the [root of the do [...]
+If your pull request changes the user interface or API, make sure the relevant [documentation](http://trafficcontrol.apache.org/docs/latest/index.html) is updated. Documentation [source code](https://github.com/apache/trafficcontrol/tree/master/docs/source) is written using [reStructuredText](https://en.wikipedia.org/wiki/ReStructuredText). Please verify any document changes by installing [Sphinx](http://www.sphinx-doc.org/en/stable/) and running 'make' from the [root of the docs directo [...]
 
 #### Code formatting
 
diff --git a/README.md b/README.md
index a3c15a1..6b7a62f 100644
--- a/README.md
+++ b/README.md
@@ -17,7 +17,7 @@
     under the License.
 -->
 
-[![Build Status](https://builds.apache.org/buildStatus/icon?job=incubator-trafficcontrol-master-build)](https://builds.apache.org/view/Incubator%20Projects/job/incubator-trafficcontrol-master-build/) [![Documentation Status](https://readthedocs.org/projects/traffic-control-cdn/badge/?version=latest)](http://traffic-control-cdn.readthedocs.io/en/latest/?badge=latest)
+[![Build Status](https://builds.apache.org/buildStatus/icon?job=trafficcontrol-master-build)](https://builds.apache.org/view/Incubator%20Projects/job/trafficcontrol-master-build/) [![Documentation Status](https://readthedocs.org/projects/traffic-control-cdn/badge/?version=latest)](http://traffic-control-cdn.readthedocs.io/en/latest/?badge=latest)
 
 Apache Traffic Control (incubating) is an Open Source implementation of a Content Delivery Network.
 
@@ -29,16 +29,16 @@ Apache Traffic Control (incubating) is an Open Source implementation of a Conten
 * [Developer's Guide](http://traffic-control-cdn.readthedocs.io/en/latest/development/index.html)
 
 ##### Releases
-* [https://github.com/apache/incubator-trafficcontrol/releases](https://github.com/apache/incubator-trafficcontrol/releases)
+* [https://github.com/apache/trafficcontrol/releases](https://github.com/apache/trafficcontrol/releases)
  
 ##### Downloads
-* [http://trafficcontrol.incubator.apache.org/downloads/index.html](http://trafficcontrol.incubator.apache.org/downloads/index.html)
+* [http://trafficcontrol.apache.org/downloads/index.html](http://trafficcontrol.apache.org/downloads/index.html)
  
 ####  Questions, Comments, Bugs and More
 * [Frequently Asked Questions](http://traffic-control-cdn.readthedocs.io/en/latest/faq/index.html)
-* [Found a bug or file a feature request](https://github.com/apache/incubator-trafficcontrol/issues)
-* [Subscribe to our users list](mailto:users-subscribe@trafficcontrol.incubator.apache.org)
-* [Subscribe to our dev list](mailto:dev-subscribe@trafficcontrol.incubator.apache.org)
+* [Found a bug or file a feature request](https://github.com/apache/trafficcontrol/issues)
+* [Subscribe to our users list](mailto:users-subscribe@trafficcontrol.apache.org)
+* [Subscribe to our dev list](mailto:dev-subscribe@trafficcontrol.apache.org)
 * [Search the email archives](https://lists.apache.org/list.html?dev@trafficcontrol.apache.org)
 * [Check out the wiki](https://github.com/Comcast/traffic_control/wiki) for less formal documentation, design docs and roadmap discussions 
 
diff --git a/build/README.md b/build/README.md
index d7e7994..c9c79c2 100644
--- a/build/README.md
+++ b/build/README.md
@@ -33,11 +33,11 @@ You can build from any repository/branch combination,  but that repository must
 following `docker-compose` commands, you can limit building to one or more sub-projects by supplying arguments at the end.  If none
 are supplied,  then *all* will be run.
 
-Starting at the top-level of your trafficcontrol git clone (e.g. `~/src/incubator-trafficcontrol`):
+Starting at the top-level of your trafficcontrol git clone (e.g. `~/src/trafficcontrol`):
 
 > cd infrastructure/docker/build
 > docker-compose build traffic_ops_build traffic_monitor_build ...
-> GITREPO=https://github.com/username/incubator-trafficcontrol BRANCH=mybranch docker-compose up traffic_ops_build traffic_monitor_build ...
+> GITREPO=https://github.com/username/trafficcontrol BRANCH=mybranch docker-compose up traffic_ops_build traffic_monitor_build ...
 
 The resulting `.rpm` files will be created in the `artifacts` directory.
 
diff --git a/experimental/traffic_router_golang/availableservers/availableservers.go b/experimental/traffic_router_golang/availableservers/availableservers.go
index e1a74fb..78a0722 100644
--- a/experimental/traffic_router_golang/availableservers/availableservers.go
+++ b/experimental/traffic_router_golang/availableservers/availableservers.go
@@ -25,7 +25,7 @@ import (
 	"fmt"
 	"sync"
 
-	"github.com/apache/incubator-trafficcontrol/lib/go-tc"
+	"github.com/apache/trafficcontrol/lib/go-tc"
 )
 
 type AvailableServersMap map[tc.DeliveryServiceName]map[tc.CacheGroupName][]tc.CacheName
diff --git a/experimental/traffic_router_golang/cgsrch/cgsrch.go b/experimental/traffic_router_golang/cgsrch/cgsrch.go
index 8d9a943..19fb718 100644
--- a/experimental/traffic_router_golang/cgsrch/cgsrch.go
+++ b/experimental/traffic_router_golang/cgsrch/cgsrch.go
@@ -24,9 +24,9 @@ import (
 	"errors"
 	"sync"
 
-	"github.com/apache/incubator-trafficcontrol/traffic_router/experimental/traffic_router_golang/quadtree"
+	"github.com/apache/trafficcontrol/traffic_router/experimental/traffic_router_golang/quadtree"
 
-	"github.com/apache/incubator-trafficcontrol/lib/go-tc"
+	"github.com/apache/trafficcontrol/lib/go-tc"
 )
 
 // CGSearcher is the interface that wraps the Nearest method.
diff --git a/experimental/traffic_router_golang/config/config.go b/experimental/traffic_router_golang/config/config.go
index f5028e5..f4ce45a 100644
--- a/experimental/traffic_router_golang/config/config.go
+++ b/experimental/traffic_router_golang/config/config.go
@@ -28,7 +28,7 @@ import (
 	"strconv"
 	"time"
 
-	"github.com/apache/incubator-trafficcontrol/lib/go-log"
+	"github.com/apache/trafficcontrol/lib/go-log"
 )
 
 type Cfg struct {
diff --git a/experimental/traffic_router_golang/coveragezone/coveragezone.go b/experimental/traffic_router_golang/coveragezone/coveragezone.go
index bab292f..95a4efd 100644
--- a/experimental/traffic_router_golang/coveragezone/coveragezone.go
+++ b/experimental/traffic_router_golang/coveragezone/coveragezone.go
@@ -26,7 +26,7 @@ import (
 	"io/ioutil"
 	"net"
 
-	"github.com/apache/incubator-trafficcontrol/lib/go-tc"
+	"github.com/apache/trafficcontrol/lib/go-tc"
 )
 
 // TODO put in lib/go-tc
diff --git a/experimental/traffic_router_golang/crconfig/crconfigths.go b/experimental/traffic_router_golang/crconfig/crconfigths.go
index 71c62a1..793475d 100644
--- a/experimental/traffic_router_golang/crconfig/crconfigths.go
+++ b/experimental/traffic_router_golang/crconfig/crconfigths.go
@@ -21,7 +21,7 @@ package crconfig
  */
 
 import (
-	"github.com/apache/incubator-trafficcontrol/lib/go-tc"
+	"github.com/apache/trafficcontrol/lib/go-tc"
 )
 
 type ThsT *tc.CRConfig
diff --git a/experimental/traffic_router_golang/crconfigpoller/crconfigpoller.go b/experimental/traffic_router_golang/crconfigpoller/crconfigpoller.go
index 3cb8b99..ccf0da8 100644
--- a/experimental/traffic_router_golang/crconfigpoller/crconfigpoller.go
+++ b/experimental/traffic_router_golang/crconfigpoller/crconfigpoller.go
@@ -28,13 +28,13 @@ import (
 	"strconv"
 	"time"
 
-	"github.com/apache/incubator-trafficcontrol/traffic_router/experimental/traffic_router_golang/cgsrch"
-	"github.com/apache/incubator-trafficcontrol/traffic_router/experimental/traffic_router_golang/crconfig"
-	"github.com/apache/incubator-trafficcontrol/traffic_router/experimental/traffic_router_golang/crconfigregex"
-	"github.com/apache/incubator-trafficcontrol/traffic_router/experimental/traffic_router_golang/fetch"
-	"github.com/apache/incubator-trafficcontrol/traffic_router/experimental/traffic_router_golang/nextcache"
+	"github.com/apache/trafficcontrol/traffic_router/experimental/traffic_router_golang/cgsrch"
+	"github.com/apache/trafficcontrol/traffic_router/experimental/traffic_router_golang/crconfig"
+	"github.com/apache/trafficcontrol/traffic_router/experimental/traffic_router_golang/crconfigregex"
+	"github.com/apache/trafficcontrol/traffic_router/experimental/traffic_router_golang/fetch"
+	"github.com/apache/trafficcontrol/traffic_router/experimental/traffic_router_golang/nextcache"
 
-	"github.com/apache/incubator-trafficcontrol/lib/go-tc"
+	"github.com/apache/trafficcontrol/lib/go-tc"
 )
 
 func valid(new *tc.CRConfig, old *tc.CRConfig) error {
diff --git a/experimental/traffic_router_golang/crconfigregex/crconfigregex.go b/experimental/traffic_router_golang/crconfigregex/crconfigregex.go
index 4ef51fb..1ce49cd 100644
--- a/experimental/traffic_router_golang/crconfigregex/crconfigregex.go
+++ b/experimental/traffic_router_golang/crconfigregex/crconfigregex.go
@@ -25,7 +25,7 @@ import (
 	"regexp"
 	"strings"
 
-	"github.com/apache/incubator-trafficcontrol/lib/go-tc"
+	"github.com/apache/trafficcontrol/lib/go-tc"
 )
 
 // TODO remove duplication with Traffic Monitor
diff --git a/experimental/traffic_router_golang/crstates/crstatesths.go b/experimental/traffic_router_golang/crstates/crstatesths.go
index 569e76b..1a31e20 100644
--- a/experimental/traffic_router_golang/crstates/crstatesths.go
+++ b/experimental/traffic_router_golang/crstates/crstatesths.go
@@ -21,7 +21,7 @@ package crstates
  */
 
 import (
-	"github.com/apache/incubator-trafficcontrol/lib/go-tc"
+	"github.com/apache/trafficcontrol/lib/go-tc"
 )
 
 type ThsT *tc.CRStates
diff --git a/experimental/traffic_router_golang/crstatespoller/crstatespoller.go b/experimental/traffic_router_golang/crstatespoller/crstatespoller.go
index 0461459..bd99932 100644
--- a/experimental/traffic_router_golang/crstatespoller/crstatespoller.go
+++ b/experimental/traffic_router_golang/crstatespoller/crstatespoller.go
@@ -26,12 +26,12 @@ import (
 	"fmt"
 	"time"
 
-	"github.com/apache/incubator-trafficcontrol/traffic_router/experimental/traffic_router_golang/availableservers"
-	"github.com/apache/incubator-trafficcontrol/traffic_router/experimental/traffic_router_golang/crconfig"
-	"github.com/apache/incubator-trafficcontrol/traffic_router/experimental/traffic_router_golang/crstates"
-	"github.com/apache/incubator-trafficcontrol/traffic_router/experimental/traffic_router_golang/fetch"
+	"github.com/apache/trafficcontrol/traffic_router/experimental/traffic_router_golang/availableservers"
+	"github.com/apache/trafficcontrol/traffic_router/experimental/traffic_router_golang/crconfig"
+	"github.com/apache/trafficcontrol/traffic_router/experimental/traffic_router_golang/crstates"
+	"github.com/apache/trafficcontrol/traffic_router/experimental/traffic_router_golang/fetch"
 
-	"github.com/apache/incubator-trafficcontrol/lib/go-tc"
+	"github.com/apache/trafficcontrol/lib/go-tc"
 )
 
 func updateAvailableServers(crcThs crconfig.Ths, crsThs crstates.Ths, as availableservers.AvailableServers) {
diff --git a/experimental/traffic_router_golang/httpsrvr/httpsrvr.go b/experimental/traffic_router_golang/httpsrvr/httpsrvr.go
index bd48540..e2c7011 100644
--- a/experimental/traffic_router_golang/httpsrvr/httpsrvr.go
+++ b/experimental/traffic_router_golang/httpsrvr/httpsrvr.go
@@ -27,14 +27,14 @@ import (
 	"strconv"
 	"strings"
 
-	"github.com/apache/incubator-trafficcontrol/traffic_router/experimental/traffic_router_golang/availableservers"
-	"github.com/apache/incubator-trafficcontrol/traffic_router/experimental/traffic_router_golang/cgsrch"
-	"github.com/apache/incubator-trafficcontrol/traffic_router/experimental/traffic_router_golang/coveragezone"
-	"github.com/apache/incubator-trafficcontrol/traffic_router/experimental/traffic_router_golang/crconfigregex"
-	"github.com/apache/incubator-trafficcontrol/traffic_router/experimental/traffic_router_golang/nextcache"
-
-	"github.com/apache/incubator-trafficcontrol/lib/go-log"
-	"github.com/apache/incubator-trafficcontrol/lib/go-tc"
+	"github.com/apache/trafficcontrol/traffic_router/experimental/traffic_router_golang/availableservers"
+	"github.com/apache/trafficcontrol/traffic_router/experimental/traffic_router_golang/cgsrch"
+	"github.com/apache/trafficcontrol/traffic_router/experimental/traffic_router_golang/coveragezone"
+	"github.com/apache/trafficcontrol/traffic_router/experimental/traffic_router_golang/crconfigregex"
+	"github.com/apache/trafficcontrol/traffic_router/experimental/traffic_router_golang/nextcache"
+
+	"github.com/apache/trafficcontrol/lib/go-log"
+	"github.com/apache/trafficcontrol/lib/go-tc"
 )
 
 // TODO config
diff --git a/experimental/traffic_router_golang/ipmap/ipmap.go b/experimental/traffic_router_golang/ipmap/ipmap.go
index f180711..d94f3c9 100644
--- a/experimental/traffic_router_golang/ipmap/ipmap.go
+++ b/experimental/traffic_router_golang/ipmap/ipmap.go
@@ -24,9 +24,9 @@ import (
 	"errors"
 	"net"
 
-	"github.com/apache/incubator-trafficcontrol/traffic_router/experimental/traffic_router_golang/coveragezone"
+	"github.com/apache/trafficcontrol/traffic_router/experimental/traffic_router_golang/coveragezone"
 
-	"github.com/apache/incubator-trafficcontrol/lib/go-tc"
+	"github.com/apache/trafficcontrol/lib/go-tc"
 )
 
 // TODO implement, with Coverage Zone File + Maxmind DB
diff --git a/experimental/traffic_router_golang/nextcache/nextcache.go b/experimental/traffic_router_golang/nextcache/nextcache.go
index d84ab50..0825de7 100644
--- a/experimental/traffic_router_golang/nextcache/nextcache.go
+++ b/experimental/traffic_router_golang/nextcache/nextcache.go
@@ -23,7 +23,7 @@ package nextcache
 import (
 	"sync/atomic"
 
-	"github.com/apache/incubator-trafficcontrol/lib/go-tc"
+	"github.com/apache/trafficcontrol/lib/go-tc"
 )
 
 // New creates and returns a new NextCacher. The returned NextCacher is safe for use by multiple goroutines.
diff --git a/experimental/traffic_router_golang/quadtree/quadtree.go b/experimental/traffic_router_golang/quadtree/quadtree.go
index 41c8f2b..a020a44 100644
--- a/experimental/traffic_router_golang/quadtree/quadtree.go
+++ b/experimental/traffic_router_golang/quadtree/quadtree.go
@@ -23,7 +23,7 @@ package quadtree
 import (
 	"math"
 
-	"github.com/apache/incubator-trafficcontrol/lib/go-tc"
+	"github.com/apache/trafficcontrol/lib/go-tc"
 )
 
 type ObjT tc.CacheGroupName
diff --git a/experimental/traffic_router_golang/toutil/toutil.go b/experimental/traffic_router_golang/toutil/toutil.go
index b64f398..36d62b5 100644
--- a/experimental/traffic_router_golang/toutil/toutil.go
+++ b/experimental/traffic_router_golang/toutil/toutil.go
@@ -24,7 +24,7 @@ import (
 	"errors"
 	"strconv"
 
-	to "github.com/apache/incubator-trafficcontrol/traffic_ops/client"
+	to "github.com/apache/trafficcontrol/traffic_ops/client"
 )
 
 const TrafficMonitorType = "RASCAL"
diff --git a/experimental/traffic_router_golang/traffic_router_golang.go b/experimental/traffic_router_golang/traffic_router_golang.go
index 895d29e..a1a3a88 100644
--- a/experimental/traffic_router_golang/traffic_router_golang.go
+++ b/experimental/traffic_router_golang/traffic_router_golang.go
@@ -27,17 +27,17 @@ import (
 	"os"
 	"time"
 
-	"github.com/apache/incubator-trafficcontrol/traffic_router/experimental/traffic_router_golang/availableservers"
-	"github.com/apache/incubator-trafficcontrol/traffic_router/experimental/traffic_router_golang/config"
-	"github.com/apache/incubator-trafficcontrol/traffic_router/experimental/traffic_router_golang/coveragezone"
-	"github.com/apache/incubator-trafficcontrol/traffic_router/experimental/traffic_router_golang/crconfigpoller"
-	"github.com/apache/incubator-trafficcontrol/traffic_router/experimental/traffic_router_golang/crstatespoller"
-	"github.com/apache/incubator-trafficcontrol/traffic_router/experimental/traffic_router_golang/fetch"
-	"github.com/apache/incubator-trafficcontrol/traffic_router/experimental/traffic_router_golang/httpsrvr"
-	"github.com/apache/incubator-trafficcontrol/traffic_router/experimental/traffic_router_golang/toutil"
-
-	"github.com/apache/incubator-trafficcontrol/lib/go-log"
-	to "github.com/apache/incubator-trafficcontrol/traffic_ops/client"
+	"github.com/apache/trafficcontrol/traffic_router/experimental/traffic_router_golang/availableservers"
+	"github.com/apache/trafficcontrol/traffic_router/experimental/traffic_router_golang/config"
+	"github.com/apache/trafficcontrol/traffic_router/experimental/traffic_router_golang/coveragezone"
+	"github.com/apache/trafficcontrol/traffic_router/experimental/traffic_router_golang/crconfigpoller"
+	"github.com/apache/trafficcontrol/traffic_router/experimental/traffic_router_golang/crstatespoller"
+	"github.com/apache/trafficcontrol/traffic_router/experimental/traffic_router_golang/fetch"
+	"github.com/apache/trafficcontrol/traffic_router/experimental/traffic_router_golang/httpsrvr"
+	"github.com/apache/trafficcontrol/traffic_router/experimental/traffic_router_golang/toutil"
+
+	"github.com/apache/trafficcontrol/lib/go-log"
+	to "github.com/apache/trafficcontrol/traffic_ops/client"
 )
 
 const Version = "0.1"