Skip to content

Commit

Permalink
update & vendor Rancher dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
danielfoehrKn committed Apr 17, 2024
1 parent 42ed134 commit 4a3882a
Show file tree
Hide file tree
Showing 205 changed files with 17,347 additions and 4,806 deletions.
10 changes: 6 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
module github.com/danielfoehrkn/kubeswitch

go 1.21
go 1.22

toolchain go1.22.1

require (
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.1.0
Expand All @@ -27,8 +29,8 @@ require (
github.com/onsi/ginkgo/v2 v2.13.0
github.com/onsi/gomega v1.29.0
github.com/pkg/errors v0.9.1
github.com/rancher/norman v0.0.0-20220621173721-cba80063e705
github.com/rancher/rancher/pkg/client v0.0.0-20220712195127-2c2137347e42
github.com/rancher/norman v0.0.0-20240205154641-a6a6cf569608
github.com/rancher/rancher/pkg/client v0.0.0-20240416202124-a6da228939da
github.com/sirupsen/logrus v1.9.3
github.com/spf13/cobra v1.7.0
golang.org/x/tools v0.13.0
Expand Down Expand Up @@ -154,7 +156,7 @@ require (
github.com/pelletier/go-toml v1.9.5 // indirect
github.com/pelletier/go-toml/v2 v2.0.8 // indirect
github.com/pkg/browser v0.0.0-20210911075715-681adbf594b8 // indirect
github.com/rancher/wrangler v0.7.4-security1 // indirect
github.com/rancher/wrangler v1.1.1-0.20230831050635-df1bd5aae9df // indirect
github.com/rivo/uniseg v0.4.2 // indirect
github.com/ryanuber/go-glob v1.0.0 // indirect
github.com/spf13/afero v1.9.5 // indirect
Expand Down
6 changes: 6 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -780,11 +780,17 @@ github.com/rancher/lasso v0.0.0-20200905045615-7fcb07d6a20b/go.mod h1:OhBBBO1pBw
github.com/rancher/lasso v0.0.0-20220519004610-700f167d8324/go.mod h1:T6WoUopOHBWTGjnphruTJAgoZ+dpm6llvn6GDYaa7Kw=
github.com/rancher/norman v0.0.0-20220621173721-cba80063e705 h1:KyMXS1PgBxeCwdVWnYQbkKrJCghdgLfNmJTzWh/+514=
github.com/rancher/norman v0.0.0-20220621173721-cba80063e705/go.mod h1:1G96Zmvnx1FSzCwr/9I6weg/247dH5mDyT2ng/cR7ug=
github.com/rancher/norman v0.0.0-20240205154641-a6a6cf569608 h1:azL/n2grvuyGqmDvnpgRoH6mmpgodiGwjv1uZwiO7HE=
github.com/rancher/norman v0.0.0-20240205154641-a6a6cf569608/go.mod h1:Sm2Xqai+aecgmJ86ygyEe+TdPMLkauEpykSstBAu4Ko=
github.com/rancher/rancher/pkg/client v0.0.0-20220712195127-2c2137347e42 h1:AbSHH9bpSX1JFQOPqjxQQaT7nYHxTWBr9MTrK9ZYZTU=
github.com/rancher/rancher/pkg/client v0.0.0-20220712195127-2c2137347e42/go.mod h1:hktAkB1fridbo/4n4UHF/2g4ERiqlnl+U5655Zy8kLk=
github.com/rancher/rancher/pkg/client v0.0.0-20240416202124-a6da228939da h1:CVSBn8SZyjKQeAppBVzZuuh81qviOpK+MfJ2QVYX96c=
github.com/rancher/rancher/pkg/client v0.0.0-20240416202124-a6da228939da/go.mod h1:oxtAx2+1kHbx21JlWy/SNeixhmv6sc+MhMvlflPexcM=
github.com/rancher/wrangler v0.6.2-0.20200820173016-2068de651106/go.mod h1:iKqQcYs4YSDjsme52OZtQU4jHPmLlIiM93aj2c8c/W8=
github.com/rancher/wrangler v0.7.4-security1 h1:RQR56EZVQ/ow96pK9otKjSqs1jEQeVl2Mb2yElPbkHA=
github.com/rancher/wrangler v0.7.4-security1/go.mod h1:goezjesEKwMxHLfltdjg9DW0xWV7txQee6vOuSDqXAI=
github.com/rancher/wrangler v1.1.1-0.20230831050635-df1bd5aae9df h1:WJ+aaUICHPX8HeLmHE9JL/RFHhilMfcJlqmhgpc7gJU=
github.com/rancher/wrangler v1.1.1-0.20230831050635-df1bd5aae9df/go.mod h1:4T80p+rLh2OLbjCjdExIjRHKNBgK9NUAd7eIU/gRPKk=
github.com/remyoudompheng/bigfft v0.0.0-20170806203942-52369c62f446/go.mod h1:uYEyJGbgTkfkS4+E/PavXkNJcbFIpEtjt2B0KDQ5+9M=
github.com/rivo/uniseg v0.1.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc=
github.com/rivo/uniseg v0.2.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc=
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

This file was deleted.

This file was deleted.

Binary file not shown.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 4a3882a

Please sign in to comment.