deps: Update golang.org/x packages to latest versions
Updated direct dependencies: - golang.org/x/oauth2: v0.31.0 -> v0.33.0 - golang.org/x/sync: v0.13.0 -> v0.18.0 - golang.org/x/time: v0.13.0 -> v0.14.0 All tests pass.
This commit is contained in:
parent
4ea61becf6
commit
512f2135f4
2 changed files with 3 additions and 3 deletions
6
go.mod
6
go.mod
|
|
@ -21,11 +21,11 @@ require (
|
|||
github.com/spf13/cobra v1.10.1
|
||||
github.com/stretchr/testify v1.11.1
|
||||
golang.org/x/crypto v0.45.0
|
||||
golang.org/x/oauth2 v0.31.0
|
||||
golang.org/x/sync v0.13.0
|
||||
golang.org/x/oauth2 v0.33.0
|
||||
golang.org/x/sync v0.18.0
|
||||
golang.org/x/sys v0.38.0
|
||||
golang.org/x/term v0.37.0
|
||||
golang.org/x/time v0.13.0
|
||||
golang.org/x/time v0.14.0
|
||||
gopkg.in/yaml.v3 v3.0.1
|
||||
)
|
||||
|
||||
|
|
|
|||
BIN
go.sum
BIN
go.sum
Binary file not shown.
Loading…
Reference in a new issue