Skip to content

Commit ea70bb3

Browse files
committed
Updated go-oauth2 to the latest 4.4.2
1 parent f625ecf commit ea70bb3

File tree

2 files changed

+67
-66
lines changed

2 files changed

+67
-66
lines changed

go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ module github.com/vgarvardt/go-oauth2-pg/v4
33
go 1.14
44

55
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
6+
github.com/go-oauth2/oauth2/v4 v4.4.2
7+
github.com/jackc/pgx/v4 v4.14.1
8+
github.com/jmoiron/sqlx v1.3.4
99
github.com/stretchr/testify v1.7.0
1010
github.com/vgarvardt/go-pg-adapter v1.0.0
1111
)

0 commit comments

Comments
 (0)