Skip to content

Commit

Permalink
Move to ECS Team org
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Ghiloni committed Feb 1, 2017
1 parent a4a2825 commit 09301bc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apptree/apptree_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
package apptree_test

import (
. "github.com/jghiloni/cf-apptree/apptree"
. "github.com/ecsteam/cf-apptree/apptree"
. "github.com/onsi/ginkgo"
. "github.com/onsi/gomega"

Expand Down
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/jghiloni/cf-apptree
package: github.com/ecsteam/cf-apptree
import:
- package: github.com/cloudfoundry-community/go-cfclient
- package: gopkg.in/alecthomas/kingpin.v2
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import (
"os"

"github.com/cloudfoundry-community/go-cfclient"
"github.com/jghiloni/cf-apptree/apptree"
"github.com/ecsteam/cf-apptree/apptree"
"gopkg.in/alecthomas/kingpin.v2"
)

Expand Down

0 comments on commit 09301bc

Please sign in to comment.