Skip to content

Commit 1a480f2

Browse files
author
vinhha
committed
Update go mod to version go1.17
1 parent ffb892c commit 1a480f2

File tree

2 files changed

+156
-3
lines changed

2 files changed

+156
-3
lines changed

go.mod

+14-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/go-oauth2/mysql/v4
22

3-
go 1.14
3+
go 1.17
44

55
require (
66
github.com/go-oauth2/oauth2/v4 v4.1.1
@@ -9,3 +9,16 @@ require (
99
github.com/smartystreets/goconvey v1.6.4
1010
gopkg.in/gorp.v2 v2.2.0
1111
)
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+
)

0 commit comments

Comments
 (0)