diff options
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -13,10 +13,9 @@ import ( "strconv" "strings" + "github.com/Masterminds/semver/v3" "github.com/spf13/cobra" "github.com/spf13/viper" - - "github.com/Masterminds/semver/v3" ) var ( |