Skip to content

Commit 552e3db

Browse files
Bump github.com/hashicorp/go-retryablehttp from 0.6.4 to 0.6.8
Bumps [github.com/hashicorp/go-retryablehttp](https://github.com/hashicorp/go-retryablehttp) from 0.6.4 to 0.6.8. - [Release notes](https://github.com/hashicorp/go-retryablehttp/releases) - [Commits](hashicorp/go-retryablehttp@v0.6.4...v0.6.8) Signed-off-by: dependabot[bot] <[email protected]>
1 parent a690c44 commit 552e3db

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/gitlabhq/terraform-provider-gitlab
33
go 1.15
44

55
require (
6-
github.com/hashicorp/go-retryablehttp v0.6.4
6+
github.com/hashicorp/go-retryablehttp v0.6.8
77
github.com/hashicorp/terraform-plugin-sdk v1.15.0
88
github.com/mitchellh/hashstructure v1.0.0
99
github.com/xanzy/go-gitlab v0.44.0

go.sum

+2
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,8 @@ github.com/hashicorp/go-plugin v1.2.0 h1:CUfYokW0EJNDcGecVrHZK//Cp1GFlHwoqtcUIEi
9797
github.com/hashicorp/go-plugin v1.2.0/go.mod h1:F9eH4LrE/ZsRdbwhfjs9k9HoDUwAHnYtXdgmf1AVNs0=
9898
github.com/hashicorp/go-retryablehttp v0.6.4 h1:BbgctKO892xEyOXnGiaAwIoSq1QZ/SS4AhjoAh9DnfY=
9999
github.com/hashicorp/go-retryablehttp v0.6.4/go.mod h1:vAew36LZh98gCBJNLH42IQ1ER/9wtLZZ8meHqQvEYWY=
100+
github.com/hashicorp/go-retryablehttp v0.6.8 h1:92lWxgpa+fF3FozM4B3UZtHZMJX8T5XT+TFdCxsPyWs=
101+
github.com/hashicorp/go-retryablehttp v0.6.8/go.mod h1:vAew36LZh98gCBJNLH42IQ1ER/9wtLZZ8meHqQvEYWY=
100102
github.com/hashicorp/go-safetemp v1.0.0 h1:2HR189eFNrjHQyENnQMMpCiBAsRxzbTMIgBhEyExpmo=
101103
github.com/hashicorp/go-safetemp v1.0.0/go.mod h1:oaerMy3BhqiTbVye6QuFhFtIceqFoDHxNAB65b+Rj1I=
102104
github.com/hashicorp/go-uuid v1.0.0/go.mod h1:6SBZvOh/SIDV7/2o3Jml5SYk/TvGqwFJ/bN7x4byOro=

0 commit comments

Comments
 (0)