diff options
author | 2024-09-09 08:08:49 +0000 | |
---|---|---|
committer | 2024-09-09 08:08:49 +0000 | |
commit | f3eebfcf8045facb1de247a53a2c6245423c27e5 (patch) | |
tree | 22672305feddff4b119249a5310ea41dc6749b1d /go.mod | |
parent | [bugfix] Swagger: add missing filter_action param for v2 filter PUT (#3281) (diff) | |
download | gotosocial-f3eebfcf8045facb1de247a53a2c6245423c27e5.tar.xz |
[chore]: Bump golang.org/x/oauth2 from 0.22.0 to 0.23.0 (#3284)
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -76,7 +76,7 @@ require ( golang.org/x/crypto v0.26.0 golang.org/x/image v0.20.0 golang.org/x/net v0.28.0 - golang.org/x/oauth2 v0.22.0 + golang.org/x/oauth2 v0.23.0 golang.org/x/text v0.18.0 gopkg.in/mcuadros/go-syslog.v2 v2.3.0 gopkg.in/yaml.v3 v3.0.1 |