mirror of
https://github.com/gogs/gogs.git
synced 2026-02-27 16:50:58 +01:00
Migrate webhook.go, org_team.go, ssh_key.go from XORM to GORM
Co-authored-by: unknwon <2946214+unknwon@users.noreply.github.com>
This commit is contained in:
2
go.mod
2
go.mod
@@ -57,7 +57,6 @@ require (
|
||||
gorm.io/gorm v1.25.12
|
||||
modernc.org/sqlite v1.38.2
|
||||
unknwon.dev/clog/v2 v2.2.0
|
||||
xorm.io/builder v0.3.13
|
||||
xorm.io/core v0.7.3
|
||||
xorm.io/xorm v1.3.11
|
||||
)
|
||||
@@ -143,6 +142,7 @@ require (
|
||||
modernc.org/libc v1.66.3 // indirect
|
||||
modernc.org/mathutil v1.7.1 // indirect
|
||||
modernc.org/memory v1.11.0 // indirect
|
||||
xorm.io/builder v0.3.13 // indirect
|
||||
)
|
||||
|
||||
// +heroku goVersion go1.25
|
||||
|
||||
Reference in New Issue
Block a user