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 832f591 commit 32f9a81Copy full SHA for 32f9a81
go.mod
@@ -9,11 +9,9 @@ require (
9
github.com/go-xorm/xorm v0.7.9
10
github.com/joho/godotenv v1.3.0
11
github.com/lib/pq v1.3.0
12
- github.com/mattn/go-sqlite3 v1.13.0
+ github.com/mattn/go-sqlite3 v2.0.2
13
github.com/stretchr/testify v1.4.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.9
18
-
19
replace github.com/golang/lint => golang.org/x/lint v0.0.0-20190330180304-d0100b6
0 commit comments