Skip to content

Commit

Permalink
update xorm1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
createfu committed Aug 4, 2020
1 parent 2ebc796 commit ff8da14
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 129 deletions.
12 changes: 7 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,18 @@ require (
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/elastic/go-elasticsearch/v7 v7.7.0
github.com/gin-gonic/gin v1.6.2
github.com/go-sql-driver/mysql v1.5.0 // indirect
github.com/go-xorm/xorm v0.7.9
github.com/gomodule/redigo v1.8.1
github.com/google/go-cmp v0.4.0 // indirect
github.com/kr/pretty v0.2.0 // indirect
github.com/lib/pq v1.3.0
github.com/lib/pq v1.7.0
github.com/pkg/errors v0.9.1 // indirect
github.com/streadway/amqp v0.0.0-20200108173154-1c71cc93ed71
go.uber.org/zap v1.14.1
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
gopkg.in/natefinch/lumberjack.v2 v2.0.0
xorm.io/core v0.7.2-0.20190928055935-90aeac8d08eb
xorm.io/xorm v1.0.3 // indirect

)

replace (
xorm.io/xorm v1.0.3 => gitea.com/xorm/xorm v1.0.3
)
Loading

0 comments on commit ff8da14

Please sign in to comment.