Skip to content

Commit 8149722

Browse files
sapklafriks
authored andcommitted
Update xorm to latest bug fix (#10)
* 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]
1 parent 1d14123 commit 8149722

File tree

2 files changed

+28
-76
lines changed

2 files changed

+28
-76
lines changed

go.mod

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,18 @@ module github.com/lafriks/xormstore
33
go 1.11
44

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

0 commit comments

Comments
 (0)