Skip to content

Commit

Permalink
chore(go): new repo location for teamhephy/router
Browse files Browse the repository at this point in the history
Signed-off-by: Cryptophobia <aouzounov@gmail.com>
  • Loading branch information
Cryptophobia committed Jan 12, 2020
1 parent 4870d62 commit b57af74
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion glide.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package: github.com/deis/router
package: github.com/teamhephy/router
flatten: true
ignore:
- k8s.io/kubernetes
Expand Down
4 changes: 2 additions & 2 deletions model/model.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ import (
"log"
"strings"

"github.com/deis/router/utils"
modelerUtility "github.com/deis/router/utils/modeler"
"github.com/teamhephy/router/utils"
modelerUtility "github.com/teamhephy/router/utils/modeler"
"k8s.io/client-go/1.4/kubernetes"
"k8s.io/client-go/1.4/pkg/api"
"k8s.io/client-go/1.4/pkg/api/errors"
Expand Down
2 changes: 1 addition & 1 deletion model/model_validation_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"reflect"
"testing"

modelerUtility "github.com/deis/router/utils/modeler"
modelerUtility "github.com/teamhephy/router/utils/modeler"
)

var (
Expand Down
2 changes: 1 addition & 1 deletion nginx/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"text/template"

"github.com/Masterminds/sprig"
"github.com/deis/router/model"
"github.com/teamhephy/router/model"
)

const (
Expand Down
2 changes: 1 addition & 1 deletion nginx/config_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
"text/template"

"github.com/Masterminds/sprig"
"github.com/deis/router/model"
"github.com/teamhephy/router/model"
)

func TestWriteCerts(t *testing.T) {
Expand Down
4 changes: 2 additions & 2 deletions router.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ import (
"log"
"reflect"

"github.com/deis/router/model"
"github.com/deis/router/nginx"
"github.com/teamhephy/router/model"
"github.com/teamhephy/router/nginx"
"k8s.io/client-go/1.4/kubernetes"
"k8s.io/client-go/1.4/pkg/util/flowcontrol"
"k8s.io/client-go/1.4/rest"
Expand Down

0 comments on commit b57af74

Please sign in to comment.