We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d74a72c commit 99823e5Copy full SHA for 99823e5
e2e_test/go.mod
@@ -1,11 +1,11 @@
1
module github.com/gofri/go-github-ratelimit-e2e
2
3
-replace github.com/gofri/go-github-ratelimit => ../
+replace github.com/gofri/go-github-ratelimit/v2 => ../
4
5
go 1.23.1
6
7
require (
8
- github.com/gofri/go-github-ratelimit v0.0.0-00010101000000-000000000000
+ github.com/gofri/go-github-ratelimit/v2 v2.0.0-00010101000000-000000000000
9
github.com/google/go-github/v64 v64.0.0
10
)
11
0 commit comments