Skip to content

Commit

Permalink
Version v2
Browse files Browse the repository at this point in the history
  • Loading branch information
jmattheis committed Apr 14, 2019
1 parent f1f35a8 commit a9d5ea9
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ import (
"fmt"
"os"

"github.com/gotify/cli/command"
"github.com/gotify/cli/utils"
"github.com/gotify/cli/v2/command"
"github.com/gotify/cli/v2/utils"
"gopkg.in/urfave/cli.v1"
)

Expand Down
4 changes: 2 additions & 2 deletions command/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ package command
import (
"fmt"

"github.com/gotify/cli/config"
"github.com/gotify/cli/utils"
"github.com/gotify/cli/v2/config"
"github.com/gotify/cli/v2/utils"
"gopkg.in/urfave/cli.v1"
)

Expand Down
4 changes: 2 additions & 2 deletions command/initialize.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ import (
"syscall"

apiruntime "github.com/go-openapi/runtime"
"github.com/gotify/cli/config"
"github.com/gotify/cli/utils"
"github.com/gotify/cli/v2/config"
"github.com/gotify/cli/v2/utils"
"github.com/gotify/go-api-client/v2/auth"
api "github.com/gotify/go-api-client/v2/client"
"github.com/gotify/go-api-client/v2/client/application"
Expand Down
4 changes: 2 additions & 2 deletions command/push.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ import (
"os"
"strings"

"github.com/gotify/cli/config"
"github.com/gotify/cli/utils"
"github.com/gotify/cli/v2/config"
"github.com/gotify/cli/v2/utils"
"github.com/gotify/go-api-client/v2/auth"
"github.com/gotify/go-api-client/v2/client/message"
"github.com/gotify/go-api-client/v2/gotify"
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/gotify/cli
module github.com/gotify/cli/v2

require (
github.com/go-openapi/analysis v0.19.0 // indirect
Expand Down

0 comments on commit a9d5ea9

Please sign in to comment.