You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
162 B
7 lines
162 B
module git.aiterp.net/stian/cognito-token-checker
|
|
|
|
go 1.23
|
|
|
|
require github.com/MicahParks/keyfunc v1.9.0
|
|
|
|
require github.com/golang-jwt/jwt/v4 v4.4.2 // indirect
|