Bump up golang to 1.21 and dependencies (#512)

* Bump up golang to 1.21 and dependencies

* Upgrade some deps

* Update all dependencie

* Remove deprecated
This commit is contained in:
Andrey Pokhilko
2024-02-19 16:34:16 +00:00
committed by GitHub
parent f7e92f1744
commit 46fef30caf
6 changed files with 350 additions and 344 deletions

View File

@@ -16,8 +16,8 @@ import (
"github.com/joomcode/errorx"
"github.com/komodorio/helm-dashboard/pkg/dashboard/objects"
"github.com/komodorio/helm-dashboard/pkg/dashboard/utils"
"github.com/rogpeppe/go-internal/semver"
log "github.com/sirupsen/logrus"
"golang.org/x/mod/semver"
"gopkg.in/yaml.v3"
"helm.sh/helm/v3/pkg/chartutil"
"helm.sh/helm/v3/pkg/release"