Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump to go 1.21 #196

Merged
merged 1 commit into from
Jun 17, 2024
Merged
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
9 changes: 6 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/rancher/wins

go 1.18
go 1.21

replace (
github.com/docker/cli => github.com/docker/cli v20.10.16+incompatible
Expand Down Expand Up @@ -47,6 +47,7 @@ require (
github.com/gorilla/websocket v1.4.2
github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
github.com/hashicorp/go-multierror v1.1.1
github.com/magefile/mage v1.13.0
github.com/mattn/go-colorable v0.1.11
github.com/pkg/errors v0.9.1
github.com/rancher/remotedialer v0.2.6-0.20201012155453-8b1b7bb7d05f
Expand All @@ -57,8 +58,9 @@ require (
golang.org/x/sys v0.10.0
google.golang.org/grpc v1.45.0
inet.af/tcpproxy v0.0.0-20200125044825-b6bb9b5b8252
github.com/magefile/mage v1.13.0
k8s.io/client-go v0.24.2
)

require (
github.com/PuerkitoBio/purell v1.1.1 // indirect
github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 // indirect
github.com/beorn7/perks v1.0.1 // indirect
Expand Down Expand Up @@ -127,6 +129,7 @@ require (
k8s.io/api v0.24.2 // indirect
k8s.io/apimachinery v0.24.2 // indirect
k8s.io/apiserver v0.24.0 // indirect
k8s.io/client-go v0.24.2 // indirect
k8s.io/component-base v0.24.2 // indirect
k8s.io/klog/v2 v2.70.0 // indirect
k8s.io/kube-openapi v0.0.0-20220328201542-3ee0da9b0b42 // indirect
Expand Down