We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f625ecf commit ea70bb3Copy full SHA for ea70bb3
go.mod
@@ -3,9 +3,9 @@ module github.com/vgarvardt/go-oauth2-pg/v4
3
go 1.14
4
5
require (
6
- github.com/go-oauth2/oauth2/v4 v4.3.0
7
- github.com/jackc/pgx/v4 v4.7.1
8
- github.com/jmoiron/sqlx v1.3.3
+ github.com/go-oauth2/oauth2/v4 v4.4.2
+ github.com/jackc/pgx/v4 v4.14.1
+ github.com/jmoiron/sqlx v1.3.4
9
github.com/stretchr/testify v1.7.0
10
github.com/vgarvardt/go-pg-adapter v1.0.0
11
)
0 commit comments