Skip to content

Commit

Permalink
Fix 'add-orgs' migration (woodpecker-ci#2117)
Browse files Browse the repository at this point in the history
  • Loading branch information
6543 committed Aug 7, 2023
1 parent 239b00c commit c9a66b8
Show file tree
Hide file tree
Showing 3 changed files with 86 additions and 387 deletions.
8 changes: 5 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ require (
github.com/docker/cli v20.10.24+incompatible
github.com/docker/distribution v2.8.2+incompatible
github.com/docker/docker v20.10.24+incompatible
github.com/docker/go-connections v0.4.0
github.com/docker/go-units v0.5.0
github.com/drone/envsubst v1.0.3
github.com/franela/goblin v0.0.0-20211003143422-0a4f594942bf
Expand Down Expand Up @@ -56,8 +57,8 @@ require (
k8s.io/api v0.27.1
k8s.io/apimachinery v0.27.1
k8s.io/client-go v0.27.1
xorm.io/builder v0.3.12
xorm.io/xorm v1.3.2
xorm.io/builder v0.3.13
xorm.io/xorm v1.3.3-0.20230726104636-c622cdaf893f
)

require (
Expand All @@ -72,7 +73,6 @@ require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/davidmz/go-pageant v1.0.2 // indirect
github.com/docker/docker-credential-helpers v0.7.0 // indirect
github.com/docker/go-connections v0.4.0 // indirect
github.com/emicklei/go-restful/v3 v3.9.0 // indirect
github.com/fatih/color v1.13.0 // indirect
github.com/gabriel-vasile/mimetype v1.4.2 // indirect
Expand Down Expand Up @@ -155,3 +155,5 @@ require (
sigs.k8s.io/structured-merge-diff/v4 v4.2.3 // indirect
sigs.k8s.io/yaml v1.3.0 // indirect
)

replace xorm.io/xorm => gitea.com/6543/xorm v1.3.3-0.20230807141308-fc77a3b490a8
Loading

0 comments on commit c9a66b8

Please sign in to comment.