Skip to content

Commit 869995b

Browse files
committed
Add go mod
1 parent f1cfb78 commit 869995b

File tree

4 files changed

+333
-3
lines changed

4 files changed

+333
-3
lines changed

go.mod

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
module github.com/go-oauth2/mysql
2+
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

Comments
 (0)