Skip to content

Commit 99823e5

Browse files
committed
fix e2e
1 parent d74a72c commit 99823e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

e2e_test/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
module github.com/gofri/go-github-ratelimit-e2e
22

3-
replace github.com/gofri/go-github-ratelimit => ../
3+
replace github.com/gofri/go-github-ratelimit/v2 => ../
44

55
go 1.23.1
66

77
require (
8-
github.com/gofri/go-github-ratelimit v0.0.0-00010101000000-000000000000
8+
github.com/gofri/go-github-ratelimit/v2 v2.0.0-00010101000000-000000000000
99
github.com/google/go-github/v64 v64.0.0
1010
)
1111

0 commit comments

Comments
 (0)