diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-02-25 10:40:04 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-02-25 10:40:04 +0000 |
| commit | 1cfa8733c9e4791f02409332a85fb38b8aa4093e (patch) | |
| tree | f2fb1ce0a851cd1e3ab5dc33fd7b271a665549de /go.mod | |
| parent | 8a0d225c315077d3fa721fee796445d653dec818 (diff) | |
| download | xesite-1cfa8733c9e4791f02409332a85fb38b8aa4093e.tar.xz xesite-1cfa8733c9e4791f02409332a85fb38b8aa4093e.zip | |
build(deps): bump golang.org/x/oauth2 from 0.26.0 to 0.27.0 (#916)
Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2) from 0.26.0 to 0.27.0.
- [Commits](https://github.com/golang/oauth2/compare/v0.26.0...v0.27.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.26.0 + golang.org/x/oauth2 v0.27.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 |
