Skip to content

Commit 1b1d442

Browse files
fix(deps): update module github.com/gofri/go-github-ratelimit to v2 in go.mod
1 parent e1ae416 commit 1b1d442

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff 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

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -170,8 +170,8 @@ github.com/go-test/deep v1.1.1 h1:0r/53hagsehfO4bzD2Pgr/+RgHqhmf+k1Bpse2cTu1U=
170170
github.com/go-test/deep v1.1.1/go.mod h1:5C2ZWiW0ErCdrYzpqxLbTX7MG14M9iiw8DgHncVwcsE=
171171
github.com/go-viper/mapstructure/v2 v2.2.1 h1:ZAaOCxANMuZx5RCeg0mBdEZk7DZasvvZIxtHqx8aGss=
172172
github.com/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=
175175
github.com/gogo/protobuf v1.1.1/go.mod h1:r8qH/GZQm5c6nD/R0oafs1akxWv10x8SbQlK7atdtwQ=
176176
github.com/golang-jwt/jwt/v4 v4.5.2 h1:YtQM7lnr8iZ+j5q71MGKkNw9Mn7AjHM68uc9g5fXeUI=
177177
github.com/golang-jwt/jwt/v4 v4.5.2/go.mod h1:m21LjoU+eqJr34lmDMbreY2eSTRJ1cv77w39/MY0Ch0=

server/events/vcs/github_client.go

+1-1
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)