build: add dependency for next-version script

This commit is contained in:
Jakob Borg
2025-06-07 14:18:12 +02:00
parent 9f95bf3573
commit e6ed3acf5f
3 changed files with 4 additions and 0 deletions
+1
View File
@@ -9,6 +9,7 @@ package tools
import (
_ "github.com/calmh/xdr"
_ "github.com/coreos/go-semver/semver"
_ "github.com/maxbrunsfeld/counterfeiter/v6"
_ "golang.org/x/tools/cmd/goimports"
)