Skip to content

Commit 8c5563f

Browse files
Bump golang.org/x/oauth2 in /actions/tag/calculate-semver/entrypoint
Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2) from 0.0.0-20211005180243-6b3c2da341f1 to 0.30.0. - [Commits](https://github.com/golang/oauth2/commits/v0.30.0) --- updated-dependencies: - dependency-name: golang.org/x/oauth2 dependency-version: 0.30.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e7b1ac5 commit 8c5563f

2 files changed

Lines changed: 4 additions & 371 deletions

File tree

actions/tag/calculate-semver/entrypoint/go.mod

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,12 @@ require (
66
github.com/Masterminds/semver/v3 v3.2.1
77
github.com/onsi/gomega v1.37.0
88
github.com/sclevine/spec v1.4.0
9-
golang.org/x/oauth2 v0.0.0-20211005180243-6b3c2da341f1
9+
golang.org/x/oauth2 v0.30.0
1010
)
1111

1212
require (
13-
github.com/golang/protobuf v1.5.3 // indirect
1413
github.com/google/go-cmp v0.7.0 // indirect
1514
golang.org/x/net v0.37.0 // indirect
1615
golang.org/x/text v0.23.0 // indirect
17-
google.golang.org/appengine v1.6.6 // indirect
18-
google.golang.org/protobuf v1.36.5 // indirect
1916
gopkg.in/yaml.v3 v3.0.1 // indirect
2017
)

0 commit comments

Comments
 (0)