chore(deps): update dependencies (#38660)

Signed-off-by: silverwind <me@silverwind.io>
Co-authored-by: silverwind <me@silverwind.io>
This commit is contained in:
Giteabot
2026-07-27 09:55:27 -07:00
committed by GitHub
parent 10c678a0a0
commit 94a2c3ec18
25 changed files with 581 additions and 577 deletions
-2
View File
@@ -9,7 +9,6 @@ import (
)
// AccessToken represents an API access token.
// swagger:response AccessToken
type AccessToken struct {
// The unique identifier of the access token
ID int64 `json:"id"`
@@ -53,7 +52,6 @@ type CreateOAuth2ApplicationOptions struct {
}
// OAuth2Application represents an OAuth2 application.
// swagger:response OAuth2Application
type OAuth2Application struct {
// The unique identifier of the OAuth2 application
ID int64 `json:"id"`