File tree Expand file tree Collapse file tree 22 files changed +31
-31
lines changed Expand file tree Collapse file tree 22 files changed +31
-31
lines changed Original file line number Diff line number Diff line change 11package api
22
33import (
4- "github.com/goo-app/cli /utils"
4+ "github.com/goo-app-manager/goo /utils"
55 "gopkg.in/yaml.v2"
66 "os"
77 "path"
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ package api
22
33import (
44 "encoding/json"
5- "github.com/goo-app/cli /log"
6- "github.com/goo-app/cli /utils"
5+ "github.com/goo-app-manager/goo /log"
6+ "github.com/goo-app-manager/goo /utils"
77 "os"
88 "path"
99 "path/filepath"
Original file line number Diff line number Diff line change 11package api
22
33import (
4- "github.com/goo-app/cli /utils"
4+ "github.com/goo-app-manager/goo /utils"
55 "path"
66 "runtime"
77)
Original file line number Diff line number Diff line change 44 "context"
55 jsonq "github.com/antchfx/jsonquery"
66 xmlq "github.com/antchfx/xmlquery"
7- "github.com/goo-app/cli /utils"
7+ "github.com/goo-app-manager/goo /utils"
88 "github.com/google/go-github/v44/github"
99 "regexp"
1010 "runtime"
Original file line number Diff line number Diff line change 11package api
22
33import (
4- "github.com/goo-app/cli /utils"
4+ "github.com/goo-app-manager/goo /utils"
55 "path"
66)
77
Original file line number Diff line number Diff line change 11package api
22
33import (
4- "github.com/goo-app/cli /log"
4+ "github.com/goo-app-manager/goo /log"
55 "gopkg.in/yaml.v2"
66 "os"
77 "path"
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ package api
22
33import (
44 "github.com/go-git/go-git/v5"
5- "github.com/goo-app/cli /log"
6- "github.com/goo-app/cli /utils"
5+ "github.com/goo-app-manager/goo /log"
6+ "github.com/goo-app-manager/goo /utils"
77 "os"
88 "path"
99 "strings"
Original file line number Diff line number Diff line change 66 "path"
77 "strings"
88
9- "github.com/goo-app/cli /utils"
9+ "github.com/goo-app-manager/goo /utils"
1010)
1111
1212func (r Repo ) Applications () Apps {
Original file line number Diff line number Diff line change 44 "encoding/json"
55 "fmt"
66 "github.com/go-git/go-git/v5"
7- "github.com/goo-app/cli /log"
8- "github.com/goo-app/cli /utils"
7+ "github.com/goo-app-manager/goo /log"
8+ "github.com/goo-app-manager/goo /utils"
99 "github.com/manifoldco/promptui"
1010 "net/url"
1111 "os"
Original file line number Diff line number Diff line change 11package cmd
22
33import (
4- "github.com/goo-app/cli /api"
4+ "github.com/goo-app-manager/goo /api"
55 "github.com/spf13/cobra"
66)
77
You can’t perform that action at this time.
0 commit comments