File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ require (
1414 github.com/go-ozzo/ozzo-validation v3.6.0+incompatible
1515 github.com/go-playground/validator/v10 v10.26.0
1616 github.com/go-test/deep v1.1.1
17- github.com/gofri/go-github-ratelimit v1.1.1
17+ github.com/gofri/go-github-ratelimit/v2 v2.0.2
1818 github.com/golang-jwt/jwt/v5 v5.2.2
1919 github.com/google/go-github/v71 v71.0.0
2020 github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
Original file line number Diff line number Diff line change @@ -170,8 +170,8 @@ github.com/go-test/deep v1.1.1 h1:0r/53hagsehfO4bzD2Pgr/+RgHqhmf+k1Bpse2cTu1U=
170170github.qkg1.top/go-test/deep v1.1.1 /go.mod h1:5C2ZWiW0ErCdrYzpqxLbTX7MG14M9iiw8DgHncVwcsE =
171171github.qkg1.top/go-viper/mapstructure/v2 v2.2.1 h1:ZAaOCxANMuZx5RCeg0mBdEZk7DZasvvZIxtHqx8aGss =
172172github.qkg1.top/go-viper/mapstructure/v2 v2.2.1 /go.mod h1:oJDH3BJKyqBA2TXFhDsKDGDTlndYOZ6rGS0BRZIxGhM =
173- github.com/gofri/go-github-ratelimit v1.1.1 h1:5TCOtFf45M2PjSYU17txqbiYBEzjOuK1+OhivbW69W0 =
174- github.com/gofri/go-github-ratelimit v1.1.1 /go.mod h1:wGZlBbzHmIVjwDR3pZgKY7RBTV6gsQWxLVkpfwhcMJM =
173+ github.com/gofri/go-github-ratelimit/v2 v2.0.2 h1:gS8wAS1jTmlWGdTjAM7KIpsLjwY1S0S/gKK5hthfSXM =
174+ github.com/gofri/go-github-ratelimit/v2 v2.0.2 /go.mod h1:YBQt4gTbdcbMjJFT05YFEaECwH78P5b0IwrnbLiHGdE =
175175github.qkg1.top/gogo/protobuf v1.1.1 /go.mod h1:r8qH/GZQm5c6nD/R0oafs1akxWv10x8SbQlK7atdtwQ =
176176github.qkg1.top/golang-jwt/jwt/v4 v4.5.2 h1:YtQM7lnr8iZ+j5q71MGKkNw9Mn7AjHM68uc9g5fXeUI =
177177github.qkg1.top/golang-jwt/jwt/v4 v4.5.2 /go.mod h1:m21LjoU+eqJr34lmDMbreY2eSTRJ1cv77w39/MY0Ch0 =
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ import (
2525 "strings"
2626 "time"
2727
28- "github.com/gofri/go-github-ratelimit/github_ratelimit"
28+ "github.com/gofri/go-github-ratelimit/v2/ github_ratelimit"
2929 "github.com/google/go-github/v71/github"
3030 "github.com/pkg/errors"
3131 "github.com/runatlantis/atlantis/server/events/command"
You can’t perform that action at this time.
0 commit comments