Skip to content

Commit

Permalink
Update xorm to latest bug fix (#10)
Browse files Browse the repository at this point in the history
* Update xorm to latest bug fix

Related: go-gitea/gitea#8309

Commands used:
GO111MODULE=on go get -u -v github.com/go-xorm/[email protected]
GO111MODULE=on go mod tidy

* update to tagged github.com/go-xorm/[email protected]
  • Loading branch information
sapk authored and lafriks committed Sep 29, 2019
1 parent 1d14123 commit 8149722
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 76 deletions.
16 changes: 8 additions & 8 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@ module github.com/lafriks/xormstore
go 1.11

require (
cloud.google.com/go v0.44.3 // indirect
github.com/denisenkom/go-mssqldb v0.0.0-20190820223206-44cdfe8d8ba9
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/denisenkom/go-mssqldb v0.0.0-20190924004331-208c0a498538
github.com/go-sql-driver/mysql v1.4.1
github.com/go-xorm/xorm v0.7.6
github.com/google/go-cmp v0.3.1 // indirect
github.com/go-xorm/xorm v0.7.8
github.com/gorilla/context v1.1.1
github.com/gorilla/securecookie v1.1.1
github.com/gorilla/sessions v1.2.0
github.com/jackc/pgx v3.5.0+incompatible // indirect
github.com/kr/pretty v0.1.0 // indirect
github.com/lib/pq v1.2.0
github.com/mattn/go-sqlite3 v1.11.0
github.com/stretchr/testify v1.4.0 // indirect
golang.org/x/crypto v0.0.0-20190820162420-60c769a6c586 // indirect
xorm.io/core v0.7.0
golang.org/x/crypto v0.0.0-20190927123631-a832865fa7ad // indirect
google.golang.org/appengine v1.6.4 // indirect
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
xorm.io/core v0.7.2
)
Loading

0 comments on commit 8149722

Please sign in to comment.