We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 261f849 commit 2ef5754Copy full SHA for 2ef5754
1 file changed
go.mod
@@ -6,14 +6,14 @@ require (
6
github.com/denisenkom/go-mssqldb cfbb681360f0
7
github.com/go-sql-driver/mysql v1.4.1
8
github.com/go-xorm/builder v0.3.4 // indirect
9
- github.com/go-xorm/xorm v0.7.1
+ github.com/go-xorm/xorm v0.7.9
10
github.com/joho/godotenv v1.3.0
11
github.com/lib/pq v1.2.0
12
github.com/mattn/go-sqlite3 v1.10.0
13
github.com/stretchr/testify v1.3.0
14
google.golang.org/appengine v1.6.1 // indirect
15
)
16
17
-replace github.com/go-xorm/xorm => github.com/go-xorm/xorm v0.7.2-0.20190330194841-617e0ae295d7fd8a4ea48f6c782781f6cc367c7e
+replace github.com/go-xorm/xorm => github.com/go-xorm/xorm v0.7.9
18
19
replace github.com/golang/lint => golang.org/x/lint v0.0.0-20190330180304-d0100b6
0 commit comments