File tree 2 files changed +156
-3
lines changed
2 files changed +156
-3
lines changed Original file line number Diff line number Diff line change 1
1
module github.com/go-oauth2/mysql/v4
2
2
3
- go 1.14
3
+ go 1.17
4
4
5
5
require (
6
6
github.com/go-oauth2/oauth2/v4 v4.1.1
@@ -9,3 +9,16 @@ require (
9
9
github.com/smartystreets/goconvey v1.6.4
10
10
gopkg.in/gorp.v2 v2.2.0
11
11
)
12
+
13
+ require (
14
+ github.com/go-gorp/gorp v2.2.0+incompatible // indirect
15
+ github.com/gopherjs/gopherjs v0.0.0-20181017120253-0766667cb4d1 // indirect
16
+ github.com/jtolds/gls v4.20.0+incompatible // indirect
17
+ github.com/lib/pq v1.10.4 // indirect
18
+ github.com/mattn/go-sqlite3 v1.14.12 // indirect
19
+ github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421 // indirect
20
+ github.com/modern-go/reflect2 v0.0.0-20180701023420-4b7aa43c6742 // indirect
21
+ github.com/poy/onpar v1.1.2 // indirect
22
+ github.com/smartystreets/assertions v0.0.0-20180927180507-b2de0cb4f26d // indirect
23
+ github.com/ziutek/mymysql v1.5.4 // indirect
24
+ )
You can’t perform that action at this time.
0 commit comments