Skip to content

Commit

Permalink
fix 🐛 gcc强依赖问题修复
Browse files Browse the repository at this point in the history
  • Loading branch information
mss-boot committed Sep 2, 2021
1 parent bb83a97 commit 30eb280
Showing 1 changed file with 1 addition and 6 deletions.
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 30eb280

Please sign in to comment.