Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 0a2eae8

Browse files
Merge pull request #4 from vinhha96/feature/apply-option-func
Add optional func to init Store
2 parents ffb892c + f662cca commit 0a2eae8

File tree

6 files changed

+441
-181
lines changed

6 files changed

+441
-181
lines changed

‎go.mod

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,29 @@
11
module github.com/go-oauth2/mysql/v4
22

3-
go 1.14
3+
go 1.17
44

55
require (
6+
github.com/DATA-DOG/go-sqlmock v1.5.0
67
github.com/go-oauth2/oauth2/v4 v4.1.1
78
github.com/go-sql-driver/mysql v1.5.0
89
github.com/json-iterator/go v1.1.10
910
github.com/smartystreets/goconvey v1.6.4
11+
github.com/stretchr/testify v1.6.1
1012
gopkg.in/gorp.v2 v2.2.0
1113
)
14+
15+
require (
16+
github.com/davecgh/go-spew v1.1.1 // indirect
17+
github.com/go-gorp/gorp v2.2.0+incompatible // indirect
18+
github.com/gopherjs/gopherjs v0.0.0-20181017120253-0766667cb4d1 // indirect
19+
github.com/jtolds/gls v4.20.0+incompatible // indirect
20+
github.com/lib/pq v1.10.4 // indirect
21+
github.com/mattn/go-sqlite3 v1.14.12 // indirect
22+
github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421 // indirect
23+
github.com/modern-go/reflect2 v0.0.0-20180701023420-4b7aa43c6742 // indirect
24+
github.com/pmezard/go-difflib v1.0.0 // indirect
25+
github.com/poy/onpar v1.1.2 // indirect
26+
github.com/smartystreets/assertions v0.0.0-20180927180507-b2de0cb4f26d // indirect
27+
github.com/ziutek/mymysql v1.5.4 // indirect
28+
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 // indirect
29+
)

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /