aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Resnick <max@ofmax.li>2024-02-25 21:28:58 -0800
committerMax Resnick <max@ofmax.li>2024-02-25 21:28:58 -0800
commit481b5fab41ab05db2e7ef0565dc92661e09ddf7f (patch)
tree06d41a5f60df1d24ff53cf1ba2a4fe5915892d6c
parentcb5507387d415ed9882329aec3e0634332942520 (diff)
downloadgo-bumpver-481b5fab41ab05db2e7ef0565dc92661e09ddf7f.tar.gz
chore: fix lint issue
-rw-r--r--main.go3
1 files changed, 1 insertions, 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 (