diff --git a/go.mod b/go.mod index 9bf03ae..fdc0442 100644 --- a/go.mod +++ b/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 ) diff --git a/go.sum b/go.sum index a9c2593..16a6a34 100644 Binary files a/go.sum and b/go.sum differ