Skip to content

Commit

Permalink
Bumping up rest-go to v1.2.2 to solve pagination issues
Browse files Browse the repository at this point in the history
  • Loading branch information
mikouaj committed Feb 12, 2021
1 parent a80d352 commit 39d8958
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 2.0.1 (February 12, 2021)

BUG FIXES:

* upgraded to rest-go v1.2.2 to solve pagination issues
[equinix/terraform-provider-equinix#41](https://github.com/equinix/terraform-provider-equinix/issues/41)

## 2.0.0 (February 01, 2021)

BREAKING CHANGES:
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.14

require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/equinix/rest-go v1.2.1
github.com/equinix/rest-go v1.2.2
github.com/jarcoal/httpmock v1.0.6
github.com/kr/text v0.2.0 // indirect
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ3
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/equinix/rest-go v1.2.1 h1:uLOEsOI2pKfdY3gdobfTIdF39NiH8tyczi2SN7OFZys=
github.com/equinix/rest-go v1.2.1/go.mod h1:7pjEgOdG2MZO9BGkQzSurSgVQxRfzc1enceXJS6hYDw=
github.com/equinix/rest-go v1.2.2 h1:R0CiOsyqfLqolaisNpQhamYrpy0bf1+1cYoGS/qHDBA=
github.com/equinix/rest-go v1.2.2/go.mod h1:7pjEgOdG2MZO9BGkQzSurSgVQxRfzc1enceXJS6hYDw=
github.com/go-resty/resty/v2 v2.3.0 h1:JOOeAvjSlapTT92p8xiS19Zxev1neGikoHsXJeOq8So=
github.com/go-resty/resty/v2 v2.3.0/go.mod h1:UpN9CgLZNsv4e9XG50UU8xdI0F43UQ4HmxLBDwaroHU=
github.com/jarcoal/httpmock v1.0.6 h1:e81vOSexXU3mJuJ4l//geOmKIt+Vkxerk1feQBC8D0g=
Expand Down

0 comments on commit 39d8958

Please sign in to comment.