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 23f0bcb commit 477751fCopy full SHA for 477751f
go.mod
@@ -1,9 +1,9 @@
1
module github.com/vgarvardt/go-oauth2-pg/v4
2
3
-go 1.20
+go 1.21
4
5
require (
6
- github.com/go-oauth2/oauth2/v4 v4.5.2
+ github.com/go-oauth2/oauth2/v4 v4.5.4
7
github.com/jackc/pgx/v4 v4.18.3
8
github.com/jmoiron/sqlx v1.4.0
9
github.com/stretchr/testify v1.10.0
0 commit comments