Skip to content

Commit 5b65935

Browse files
committed
chore: add v2 module with retract directive
Retracts the accidentally published v2.0.0 so that tools like Renovate and pkg.go.dev no longer suggest upgrading to it. Closes #23
1 parent ec35ab1 commit 5b65935

2 files changed

Lines changed: 7 additions & 0 deletions

File tree

v2/deprecated.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
// Package githubauth is deprecated. Use github.com/jferrl/go-githubauth instead.
2+
package githubauth

v2/go.mod

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
module github.com/jferrl/go-githubauth/v2
2+
3+
go 1.25.0
4+
5+
retract v2.0.0 // Accidental release. Use v1.x instead.

0 commit comments

Comments
 (0)