From 481b5fab41ab05db2e7ef0565dc92661e09ddf7f Mon Sep 17 00:00:00 2001 From: Max Resnick Date: Sun, 25 Feb 2024 21:28:58 -0800 Subject: chore: fix lint issue --- main.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/main.go b/main.go index 34e30cb..dba9462 100644 --- a/main.go +++ b/main.go @@ -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 ( -- cgit v1.2.3