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 @@ -15,7 +15,7 @@ require (
1515 github.com/go-playground/validator/v10 v10.26.0
1616 github.com/go-test/deep v1.1.1
1717 github.com/goccy/go-yaml v1.17.1
18- github.com/gofri/go-github-ratelimit v1.1.1
18+ github.com/gofri/go-github-ratelimit/v2 v2.0.2
1919 github.com/golang-jwt/jwt/v5 v5.2.2
2020 github.com/google/go-github/v71 v71.0.0
2121 github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
Original file line number Diff line number Diff line change @@ -172,8 +172,8 @@ github.com/go-viper/mapstructure/v2 v2.2.1 h1:ZAaOCxANMuZx5RCeg0mBdEZk7DZasvvZIx
172172github.qkg1.top/go-viper/mapstructure/v2 v2.2.1 /go.mod h1:oJDH3BJKyqBA2TXFhDsKDGDTlndYOZ6rGS0BRZIxGhM =
173173github.qkg1.top/goccy/go-yaml v1.17.1 h1:LI34wktB2xEE3ONG/2Ar54+/HJVBriAGJ55PHls4YuY =
174174github.qkg1.top/goccy/go-yaml v1.17.1 /go.mod h1:XBurs7gK8ATbW4ZPGKgcbrY1Br56PdM69F7LkFRi1kA =
175- github.com/gofri/go-github-ratelimit v1.1.1 h1:5TCOtFf45M2PjSYU17txqbiYBEzjOuK1+OhivbW69W0 =
176- github.com/gofri/go-github-ratelimit v1.1.1 /go.mod h1:wGZlBbzHmIVjwDR3pZgKY7RBTV6gsQWxLVkpfwhcMJM =
175+ github.com/gofri/go-github-ratelimit/v2 v2.0.2 h1:gS8wAS1jTmlWGdTjAM7KIpsLjwY1S0S/gKK5hthfSXM =
176+ github.com/gofri/go-github-ratelimit/v2 v2.0.2 /go.mod h1:YBQt4gTbdcbMjJFT05YFEaECwH78P5b0IwrnbLiHGdE =
177177github.qkg1.top/gogo/protobuf v1.1.1 /go.mod h1:r8qH/GZQm5c6nD/R0oafs1akxWv10x8SbQlK7atdtwQ =
178178github.qkg1.top/golang-jwt/jwt/v4 v4.5.2 h1:YtQM7lnr8iZ+j5q71MGKkNw9Mn7AjHM68uc9g5fXeUI =
179179github.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