-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
upgrade xorm to v1.0.6 and related packages (#13)
- Loading branch information
Showing
3 changed files
with
48 additions
and
133 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,19 @@ | ||
module github.com/lafriks/xormstore | ||
|
||
go 1.11 | ||
go 1.13 | ||
|
||
require ( | ||
github.com/denisenkom/go-mssqldb v0.0.0-20190924004331-208c0a498538 | ||
github.com/go-sql-driver/mysql v1.4.1 | ||
github.com/denisenkom/go-mssqldb v0.0.0-20200428022330-06a60b6afbbc | ||
github.com/go-sql-driver/mysql v1.5.0 | ||
github.com/golang/protobuf v1.3.1 // indirect | ||
github.com/gorilla/context v1.1.1 | ||
github.com/gorilla/securecookie v1.1.1 | ||
github.com/gorilla/sessions v1.2.0 | ||
github.com/lib/pq v1.2.0 | ||
github.com/mattn/go-sqlite3 v1.11.0 | ||
github.com/kr/pretty v0.2.1 // indirect | ||
github.com/lib/pq v1.7.0 | ||
github.com/mattn/go-sqlite3 v1.14.0 | ||
golang.org/x/crypto v0.0.0-20190927123631-a832865fa7ad // indirect | ||
google.golang.org/appengine v1.6.4 // indirect | ||
golang.org/x/text v0.3.2 // indirect | ||
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect | ||
xorm.io/core v0.7.2 | ||
xorm.io/xorm v0.8.0 | ||
xorm.io/xorm v1.0.6 | ||
) |
Oops, something went wrong.