Skip to content

Commit 32f9a81

Browse files
renovate[bot]techknowlogick
authored andcommitted
Update module mattn/go-sqlite3 to v2 (#27)
1 parent 832f591 commit 32f9a81

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,9 @@ require (
99
github.com/go-xorm/xorm v0.7.9
1010
github.com/joho/godotenv v1.3.0
1111
github.com/lib/pq v1.3.0
12-
github.com/mattn/go-sqlite3 v1.13.0
12+
github.com/mattn/go-sqlite3 v2.0.2
1313
github.com/stretchr/testify v1.4.0
1414
google.golang.org/appengine v1.6.1 // indirect
1515
)
1616

17-
replace github.com/go-xorm/xorm => github.com/go-xorm/xorm v0.7.9
18-
1917
replace github.com/golang/lint => golang.org/x/lint v0.0.0-20190330180304-d0100b6

0 commit comments

Comments
 (0)