Skip to content
This repository has been archived by the owner on Jun 14, 2023. It is now read-only.

Bump helm.sh/helm/v3 from 3.6.1 to 3.11.1 #37

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 15 additions & 17 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,45 +11,43 @@ replace (
)

require (
github.com/Shopify/logrus-bugsnag v0.0.0-20171204204709-577dee27f20d // indirect
github.com/Microsoft/go-winio v0.4.16 // indirect
github.com/Microsoft/hcsshim v0.8.14 // indirect
github.com/arschles/assert v2.0.0+incompatible
github.com/bshuster-repo/logrus-logstash-hook v1.0.2 // indirect
github.com/bugsnag/bugsnag-go v2.1.2+incompatible // indirect
github.com/bugsnag/panicwrap v1.3.4 // indirect
github.com/docker/go-metrics v0.0.1 // indirect
github.com/containerd/continuity v0.0.0-20201208142359-180525291bb7 // indirect
github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7 // indirect
github.com/garyburd/redigo v1.6.2 // indirect
github.com/ghodss/yaml v1.0.0
github.com/go-test/deep v1.0.7
github.com/gofrs/uuid v4.1.0+incompatible // indirect
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
github.com/google/go-cmp v0.5.6
github.com/golang/glog v1.0.0
github.com/google/go-cmp v0.5.9
github.com/googleapis/gnostic v0.5.5
github.com/gorilla/handlers v1.5.1 // indirect
github.com/gorilla/mux v1.8.0
github.com/gorilla/websocket v1.4.2
github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0 // indirect
github.com/kubeapps/common v0.0.0-20200304064434-f6ba82e79f47
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.8.1
github.com/sirupsen/logrus v1.9.0
github.com/spf13/pflag v1.0.5
github.com/stretchr/testify v1.7.0
github.com/stretchr/testify v1.8.1
github.com/unrolled/render v1.4.0 // indirect
github.com/urfave/negroni v1.0.1-0.20200608235619-7de0dfc1ff79
github.com/yvasiyarov/go-metrics v0.0.0-20150112132944-c25f46c4b940 // indirect
github.com/yvasiyarov/gorelic v0.0.7 // indirect
github.com/yvasiyarov/newrelic_platform_go v0.0.0-20160601141957-9c099fbc30e9 // indirect
golang.org/x/oauth2 v0.0.0-20211028175245-ba495a64dcb5
google.golang.org/grpc v1.43.0
golang.org/x/oauth2 v0.0.0-20220223155221-ee480838109b
google.golang.org/grpc v1.49.0
gopkg.in/yaml.v2 v2.4.0

// If you update helm you need to update the kubernetes libs as well
helm.sh/helm/v3 v3.6.1
k8s.io/api v0.22.5
k8s.io/apimachinery v0.22.5
k8s.io/cli-runtime v0.21.0
k8s.io/client-go v0.22.5
rsc.io/letsencrypt v0.0.3 // indirect
helm.sh/helm/v3 v3.11.1
k8s.io/api v0.26.0
k8s.io/apimachinery v0.26.0
k8s.io/cli-runtime v0.26.0
k8s.io/client-go v0.26.0
sigs.k8s.io/controller-runtime v0.8.3
sigs.k8s.io/yaml v1.2.0
sigs.k8s.io/yaml v1.3.0
)
Loading