Skip to content

Commit

Permalink
Fix 'add-orgs' migration (#2117) (#2145)
Browse files Browse the repository at this point in the history
backport #2117
close  #2096
  • Loading branch information
6543 authored Aug 7, 2023
1 parent 239b00c commit c7f0b62
Show file tree
Hide file tree
Showing 3 changed files with 85 additions and 386 deletions.
6 changes: 4 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,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 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 c7f0b62

Please sign in to comment.