File tree 13 files changed +16
-16
lines changed
13 files changed +16
-16
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ package adapters
3
3
import (
4
4
"os/exec"
5
5
6
- "github.com/git-story-branch /git-story-branch /usecases"
6
+ "github.com/vmware-tanzu-labs /git-story/usecases"
7
7
)
8
8
9
9
type Browser struct {}
Original file line number Diff line number Diff line change 4
4
"fmt"
5
5
"os"
6
6
7
- "github.com/git-story-branch/git-story-branch/adapters"
8
7
. "github.com/onsi/ginkgo"
9
8
. "github.com/onsi/gomega"
9
+ "github.com/vmware-tanzu-labs/git-story/adapters"
10
10
)
11
11
12
12
var _ = Describe ("Browser" , func () {
Original file line number Diff line number Diff line change 7
7
. "github.com/onsi/ginkgo"
8
8
. "github.com/onsi/gomega"
9
9
10
- "github.com/git-story-branch /git-story-branch /adapters"
10
+ "github.com/vmware-tanzu-labs /git-story/adapters"
11
11
)
12
12
13
13
var _ = Describe ("Git" , func () {
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ package adapters
3
3
import (
4
4
"net/http"
5
5
6
- "github.com/git-story-branch /git-story-branch /usecases"
6
+ "github.com/vmware-tanzu-labs /git-story/usecases"
7
7
"gopkg.in/salsita/go-pivotaltracker.v2/v5/pivotal"
8
8
)
9
9
Original file line number Diff line number Diff line change 4
4
"errors"
5
5
"net/http"
6
6
7
- "github.com/git-story-branch/git-story-branch/adapters"
8
7
. "github.com/onsi/ginkgo"
9
8
. "github.com/onsi/gomega"
9
+ "github.com/vmware-tanzu-labs/git-story/adapters"
10
10
"gopkg.in/salsita/go-pivotaltracker.v2/v5/pivotal"
11
11
)
12
12
Original file line number Diff line number Diff line change 4
4
"fmt"
5
5
"os"
6
6
7
- "github.com/git-story-branch /git-story-branch /adapters"
8
- "github.com/git-story-branch /git-story-branch /usecases"
7
+ "github.com/vmware-tanzu-labs /git-story/adapters"
8
+ "github.com/vmware-tanzu-labs /git-story/usecases"
9
9
"gopkg.in/salsita/go-pivotaltracker.v2/v5/pivotal"
10
10
)
11
11
Original file line number Diff line number Diff line change 4
4
"fmt"
5
5
"os"
6
6
7
- "github.com/git-story-branch /git-story-branch /adapters"
8
- "github.com/git-story-branch /git-story-branch /usecases"
7
+ "github.com/vmware-tanzu-labs /git-story/adapters"
8
+ "github.com/vmware-tanzu-labs /git-story/usecases"
9
9
"gopkg.in/salsita/go-pivotaltracker.v2/v5/pivotal"
10
10
)
11
11
Original file line number Diff line number Diff line change 4
4
"fmt"
5
5
"os"
6
6
7
- "github.com/git-story-branch /git-story-branch /adapters"
8
- "github.com/git-story-branch /git-story-branch /usecases"
7
+ "github.com/vmware-tanzu-labs /git-story/adapters"
8
+ "github.com/vmware-tanzu-labs /git-story/usecases"
9
9
"gopkg.in/salsita/go-pivotaltracker.v2/v5/pivotal"
10
10
)
11
11
Original file line number Diff line number Diff line change 1
- module github.com/git-story-branch /git-story-branch
1
+ module github.com/vmware-tanzu-labs /git-story
2
2
3
3
go 1.15
4
4
Original file line number Diff line number Diff line change 4
4
. "github.com/onsi/ginkgo"
5
5
. "github.com/onsi/gomega"
6
6
7
- usecases "github.com/git-story-branch /git-story-branch /usecases"
7
+ usecases "github.com/vmware-tanzu-labs /git-story/usecases"
8
8
)
9
9
10
10
var _ = Describe ("Git Tracker name translator" , func () {
Original file line number Diff line number Diff line change 4
4
"errors"
5
5
"os/exec"
6
6
7
- usecases "github.com/git-story-branch /git-story-branch /usecases"
7
+ usecases "github.com/vmware-tanzu-labs /git-story/usecases"
8
8
)
9
9
10
10
type BrowserSpy struct {
Original file line number Diff line number Diff line change 4
4
. "github.com/onsi/ginkgo"
5
5
. "github.com/onsi/gomega"
6
6
7
- usecases "github.com/git-story-branch /git-story-branch /usecases"
7
+ usecases "github.com/vmware-tanzu-labs /git-story/usecases"
8
8
)
9
9
10
10
var _ = Describe ("Browser Opener use case" , func () {
Original file line number Diff line number Diff line change 4
4
. "github.com/onsi/ginkgo"
5
5
. "github.com/onsi/gomega"
6
6
7
- usecases "github.com/git-story-branch /git-story-branch /usecases"
7
+ usecases "github.com/vmware-tanzu-labs /git-story/usecases"
8
8
)
9
9
10
10
var _ = Describe ("Story Sweeper use case" , func () {
You can’t perform that action at this time.
0 commit comments