From de9f03d533ce4a42f5743ba3ef6b8506bb968a9b Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 24 Jan 2026 01:17:45 +0000 Subject: [PATCH] Migrate webhook.go, org_team.go, ssh_key.go from XORM to GORM Co-authored-by: unknwon <2946214+unknwon@users.noreply.github.com> --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index cf8f41576..5f0888d73 100644 --- a/go.mod +++ b/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