Skip to content

Commit

Permalink
Merge pull request #549 from go-admin-team/dev
Browse files Browse the repository at this point in the history
fix 🐛 gcc强依赖问题修复
  • Loading branch information
mss-boot authored Sep 2, 2021
2 parents 974a809 + 16701d3 commit 0ac9f41
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,6 @@ jobs:
- name: Build
run: go build -v .
- name: Release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
7 changes: 1 addition & 6 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ require (
github.com/casbin/casbin/v2 v2.25.1
github.com/gin-gonic/gin v1.7.3
github.com/go-admin-team/go-admin-core v1.3.8
github.com/go-admin-team/go-admin-core/sdk v1.3.8
github.com/go-admin-team/go-admin-core/sdk v1.3.9
github.com/google/uuid v1.2.0
github.com/mssola/user_agent v0.5.2
github.com/opentracing/opentracing-go v1.1.0
Expand All @@ -31,8 +31,3 @@ require (
gorm.io/driver/sqlite v1.1.5-0.20201206014648-c84401fbe3ba
gorm.io/gorm v1.21.11
)

//replace (
// github.com/go-admin-team/go-admin-core => ../go-admin-core
// github.com/go-admin-team/go-admin-core/sdk => ../go-admin-core/sdk
//)

0 comments on commit 0ac9f41

Please sign in to comment.