File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 77
88## Install
99
10+ Storage major version matches [ OAuth 2.0] ( https://github.com/go-oauth2/oauth2 ) major version,
11+ so use corresponding version (go modules compliant)
12+
13+ For ` gopkg.in/oauth2.v3 ` :
14+
1015``` bash
11- $ go get -u github.com/vgarvardt/go-oauth2-pg
16+ $ go get -u github.com/vgarvardt/go-oauth2-pg/v3
1217```
1318
1419## PostgreSQL drivers
@@ -26,7 +31,7 @@ import (
2631 " time"
2732
2833 " github.com/jackc/pgx/v4"
29- pg " github.com/vgarvardt/go-oauth2-pg"
34+ pg " github.com/vgarvardt/go-oauth2-pg/v3 "
3035 " github.com/vgarvardt/go-pg-adapter/pgx4adapter"
3136 " gopkg.in/oauth2.v3/manage"
3237)
Original file line number Diff line number Diff line change 1- module github.com/vgarvardt/go-oauth2-pg
1+ module github.com/vgarvardt/go-oauth2-pg/v3
22
33go 1.14
44
You can’t perform that action at this time.
0 commit comments