versionsapi: fix semver dependency

Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
This commit is contained in:
Paul Meyer 2023-01-04 15:24:59 +01:00
parent 07d15278d5
commit 053f4552d9
2 changed files with 2 additions and 2 deletions

View file

@ -14,9 +14,9 @@ import (
"github.com/edgelesssys/constellation/v2/internal/logger"
"github.com/edgelesssys/constellation/v2/internal/versionsapi"
verclient "github.com/edgelesssys/constellation/v2/internal/versionsapi/client"
"github.com/rogpeppe/go-internal/semver"
"github.com/spf13/cobra"
"go.uber.org/zap/zapcore"
"golang.org/x/mod/semver"
)
func newListCmd() *cobra.Command {