-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade dependencies and build with golang v1.23.1
- Loading branch information
Showing
2 changed files
with
25 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,26 @@ | ||
module github.com/metno/kubekey | ||
|
||
go 1.22 | ||
go 1.23 | ||
|
||
toolchain go1.22.3 | ||
toolchain go1.23.1 | ||
|
||
require ( | ||
github.com/coreos/go-oidc/v3 v3.10.0 | ||
github.com/coreos/go-oidc/v3 v3.11.0 | ||
github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c | ||
github.com/zalando/go-keyring v0.2.4 | ||
golang.org/x/oauth2 v0.20.0 | ||
github.com/zalando/go-keyring v0.2.5 | ||
golang.org/x/oauth2 v0.23.0 | ||
) | ||
|
||
require ( | ||
github.com/alessio/shellescape v1.4.2 // indirect | ||
github.com/danieljoos/wincred v1.2.1 // indirect | ||
github.com/go-jose/go-jose/v4 v4.0.2 // indirect | ||
github.com/danieljoos/wincred v1.2.2 // indirect | ||
github.com/go-jose/go-jose/v4 v4.0.4 // indirect | ||
github.com/godbus/dbus/v5 v5.1.0 // indirect | ||
github.com/golang/protobuf v1.5.4 // indirect | ||
github.com/pquerna/cachecontrol v0.2.0 // indirect | ||
golang.org/x/crypto v0.23.0 // indirect | ||
golang.org/x/net v0.25.0 // indirect | ||
golang.org/x/sys v0.20.0 // indirect | ||
golang.org/x/crypto v0.27.0 // indirect | ||
golang.org/x/net v0.27.0 // indirect | ||
golang.org/x/sys v0.25.0 // indirect | ||
google.golang.org/appengine v1.6.8 // indirect | ||
google.golang.org/protobuf v1.34.1 // indirect | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters