diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-03-06 10:27:34 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-03-06 10:27:34 +0000 |
| commit | 4e8bec8af8f2e0958e2f0350a557fc2db7aa803e (patch) | |
| tree | d9ff5fa4a423529d3df1f4bbd767701d4d35fc79 /go.mod | |
| parent | e30bab048fcacbc5960e53af0332c091869b478e (diff) | |
| download | xesite-4e8bec8af8f2e0958e2f0350a557fc2db7aa803e.tar.xz xesite-4e8bec8af8f2e0958e2f0350a557fc2db7aa803e.zip | |
build(deps): bump golang.org/x/oauth2 from 0.27.0 to 0.28.0 (#923)
Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2) from 0.27.0 to 0.28.0.
- [Commits](https://github.com/golang/oauth2/compare/v0.27.0...v0.28.0)
---
updated-dependencies:
- dependency-name: golang.org/x/oauth2
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,7 +15,7 @@ require ( github.com/joho/godotenv v1.5.1 github.com/stretchr/testify v1.10.0 github.com/twitchtv/twirp v8.1.3+incompatible - golang.org/x/oauth2 v0.27.0 + golang.org/x/oauth2 v0.28.0 google.golang.org/protobuf v1.36.5 gopkg.in/fsnotify.v1 v1.4.7 gopkg.in/mxpv/patreon-go.v1 v1.0.0-20171031001022-1d2f253ac700 |
