diff --git a/actions/tag/calculate-semver/entrypoint/go.mod b/actions/tag/calculate-semver/entrypoint/go.mod index 4dcc5115..401b2ab7 100644 --- a/actions/tag/calculate-semver/entrypoint/go.mod +++ b/actions/tag/calculate-semver/entrypoint/go.mod @@ -8,7 +8,7 @@ require ( github.com/Masterminds/semver/v3 v3.4.0 github.com/onsi/gomega v1.39.0 github.com/sclevine/spec v1.4.0 - golang.org/x/oauth2 v0.34.0 + golang.org/x/oauth2 v0.35.0 ) require ( diff --git a/actions/tag/calculate-semver/entrypoint/go.sum b/actions/tag/calculate-semver/entrypoint/go.sum index ae37aced..e78e6cb5 100644 --- a/actions/tag/calculate-semver/entrypoint/go.sum +++ b/actions/tag/calculate-semver/entrypoint/go.sum @@ -20,8 +20,8 @@ go.yaml.in/yaml/v3 v3.0.4 h1:tfq32ie2Jv2UxXFdLJdh3jXuOzWiL1fo0bu/FbuKpbc= go.yaml.in/yaml/v3 v3.0.4/go.mod h1:DhzuOOF2ATzADvBadXxruRBLzYTpT36CKvDb3+aBEFg= golang.org/x/net v0.43.0 h1:lat02VYK2j4aLzMzecihNvTlJNQUq316m2Mr9rnM6YE= golang.org/x/net v0.43.0/go.mod h1:vhO1fvI4dGsIjh73sWfUVjj3N7CA9WkKJNQm2svM6Jg= -golang.org/x/oauth2 v0.34.0 h1:hqK/t4AKgbqWkdkcAeI8XLmbK+4m4G5YeQRrmiotGlw= -golang.org/x/oauth2 v0.34.0/go.mod h1:lzm5WQJQwKZ3nwavOZ3IS5Aulzxi68dUSgRHujetwEA= +golang.org/x/oauth2 v0.35.0 h1:Mv2mzuHuZuY2+bkyWXIHMfhNdJAdwW3FuWeCPYN5GVQ= +golang.org/x/oauth2 v0.35.0/go.mod h1:lzm5WQJQwKZ3nwavOZ3IS5Aulzxi68dUSgRHujetwEA= golang.org/x/sys v0.35.0 h1:vz1N37gP5bs89s7He8XuIYXpyY0+QlsKmzipCbUtyxI= golang.org/x/sys v0.35.0/go.mod h1:BJP2sWEmIv4KK5OTEluFJCKSidICx8ciO85XgH3Ak8k= golang.org/x/text v0.28.0 h1:rhazDwis8INMIwQ4tpjLDzUhx6RlXqZNPEM0huQojng=