File tree 5 files changed +8
-8
lines changed
5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 2
2
3
3
on :
4
4
push :
5
- branches : [ master ]
5
+ branches : []
6
6
pull_request :
7
7
branches : [ master ]
8
8
54
54
- uses : actions/checkout@v2
55
55
56
56
- name : Run semantic-release
57
- if : github.repository == 'casbin/gorm-adapter' && github.event_name == 'push'
57
+ if : github.repository == 'casbin/gorm-adapter-ex ' && github.event_name == 'push'
58
58
run : |
59
59
npm install --save-dev semantic-release@17.2.4
60
60
npx semantic-release
Original file line number Diff line number Diff line change 12
12
// See the License for the specific language governing permissions and
13
13
// limitations under the License.
14
14
15
- package gormadapter
15
+ package gormadapterex
16
16
17
17
import (
18
18
"context"
Original file line number Diff line number Diff line change 12
12
// See the License for the specific language governing permissions and
13
13
// limitations under the License.
14
14
15
- package gormadapter
15
+ package gormadapterex
16
16
17
17
import (
18
18
"fmt"
Original file line number Diff line number Diff line change 1
- module github.com/casbin/gorm-adapter/v3
1
+ module github.com/casbin/gorm-adapter-ex /v3
2
2
3
3
go 1.14
4
4
5
5
require (
6
- github.com/casbin/casbin/v2 v2.37.4
6
+ github.com/casbin/casbin/v2 v2.52.2
7
7
github.com/glebarez/sqlite v1.4.3
8
8
github.com/go-sql-driver/mysql v1.6.0
9
9
github.com/golang-sql/civil v0.0.0-20220223132316-b832511892a9 // indirect
Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ github.com/Knetic/govaluate v3.0.1-0.20171022003610-9aa49832a739+incompatible h1
6
6
github.com/Knetic/govaluate v3.0.1-0.20171022003610-9aa49832a739+incompatible /go.mod h1:r7JcOSlj0wfOMncg0iLm8Leh48TZaKVeNIfJntJ2wa0 =
7
7
github.com/Masterminds/semver/v3 v3.1.1 h1:hLg3sBzpNErnxhQtUy/mmLR2I9foDujNK030IGemrRc =
8
8
github.com/Masterminds/semver/v3 v3.1.1 /go.mod h1:VPu/7SZ7ePZ3QOrcuXROw5FAcLl4a0cBrbBpGY/8hQs =
9
- github.com/casbin/casbin/v2 v2.37.4 h1:RWSKPjaZ8JlOBlcW1bI/FTII8OPxvQ9jVy9JwyNL6DQ =
10
- github.com/casbin/casbin/v2 v2.37.4 /go.mod h1:vByNa/Fchek0KZUgG5wEsl7iFsiviAYKRtgrQfcJqHg =
9
+ github.com/casbin/casbin/v2 v2.52.2 h1:abZxXXlFu0Yl9IR8h7awjtr+iQ4k4Hmzvgn7bdLenNk =
10
+ github.com/casbin/casbin/v2 v2.52.2 /go.mod h1:vByNa/Fchek0KZUgG5wEsl7iFsiviAYKRtgrQfcJqHg =
11
11
github.com/cockroachdb/apd v1.1.0 h1:3LFP3629v+1aKXU5Q37mxmRxX/pIu1nijXydLShEq5I =
12
12
github.com/cockroachdb/apd v1.1.0 /go.mod h1:8Sl8LxpKi29FqWXR16WEFZRNSz3SoPzUzeMeY4+DwBQ =
13
13
github.com/coreos/go-systemd v0.0.0-20190321100706-95778dfbb74e /go.mod h1:F5haX7vjVVG0kc13fIWeqUViNPyEJxv/OmvnBo0Yme4 =
You can’t perform that action at this time.
0 commit comments