Skip to content

Commit

Permalink
Merge pull request #196 from HarrisonWAffel/bump-go-version
Browse files Browse the repository at this point in the history
Bump to go 1.21
  • Loading branch information
HarrisonWAffel authored Jun 17, 2024
2 parents 3b12f14 + 06bed44 commit 9cea1a1
Showing 1 changed file with 6 additions and 3 deletions.
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

0 comments on commit 9cea1a1

Please sign in to comment.