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 869995b commit 43b1de1Copy full SHA for 43b1de1
go.mod
@@ -3,14 +3,9 @@ module github.com/go-oauth2/mysql
3
go 1.14
4
5
require (
6
- github.com/go-gorp/gorp v2.2.0+incompatible // indirect
7
github.com/go-oauth2/oauth2/v4 v4.1.1
8
github.com/go-sql-driver/mysql v1.5.0
9
github.com/json-iterator/go v1.1.10
10
- github.com/lib/pq v1.7.0 // indirect
11
- github.com/mattn/go-sqlite3 v1.14.0 // indirect
12
- github.com/poy/onpar v1.0.0 // indirect
13
github.com/smartystreets/goconvey v1.6.4
14
- github.com/ziutek/mymysql v1.5.4 // indirect
15
gopkg.in/gorp.v2 v2.2.0
16
)
0 commit comments