fix(deps): update golang-packages (#5336)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: qwerty287 <qwerty287@posteo.de>
This commit is contained in:
renovate[bot]
2025-07-22 17:22:48 +03:00
committed by GitHub
parent 79e4dd5380
commit ddf5a09cd8
26 changed files with 70 additions and 43 deletions

View File

@@ -22,7 +22,7 @@ type Org struct {
IsUser bool `json:"is_user" xorm:"is_user"`
// if name lookup has to check for membership or not
Private bool `json:"-" xorm:"private"`
} // @name Org
} // @name Org
// TableName return database table name for xorm.
func (Org) TableName() string {