Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading