diff --git a/go.mod b/go.mod index c61561c..f6c05ac 100644 --- a/go.mod +++ b/go.mod @@ -2,6 +2,9 @@ module github.com/jferrl/go-githubauth go 1.25 +// Retract v2 due to versioning error; use v1.x.x instead +retract v2 + require ( github.com/golang-jwt/jwt/v5 v5.3.0 github.com/google/go-github/v73 v73.0.0