Version v2

This commit is contained in:
Jannis Mattheis
2019-04-14 15:20:30 +02:00
parent f1f35a8b22
commit a9d5ea9422
5 changed files with 9 additions and 9 deletions

View File

@@ -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"
)