Skip to content

Commit 43b1de1

Browse files
committed
Update store interface implementation
1 parent 869995b commit 43b1de1

File tree

4 files changed

+29
-206
lines changed

4 files changed

+29
-206
lines changed

go.mod

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,9 @@ module github.com/go-oauth2/mysql
33
go 1.14
44

55
require (
6-
github.com/go-gorp/gorp v2.2.0+incompatible // indirect
76
github.com/go-oauth2/oauth2/v4 v4.1.1
87
github.com/go-sql-driver/mysql v1.5.0
98
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
139
github.com/smartystreets/goconvey v1.6.4
14-
github.com/ziutek/mymysql v1.5.4 // indirect
1510
gopkg.in/gorp.v2 v2.2.0
1611
)

0 commit comments

Comments
 (0)