File tree 2 files changed +3
-1
lines changed
2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module github.com/gitlabhq/terraform-provider-gitlab
3
3
go 1.15
4
4
5
5
require (
6
- github.com/hashicorp/go-retryablehttp v0.6.4
6
+ github.com/hashicorp/go-retryablehttp v0.6.8
7
7
github.com/hashicorp/terraform-plugin-sdk v1.15.0
8
8
github.com/mitchellh/hashstructure v1.0.0
9
9
github.com/xanzy/go-gitlab v0.44.0
Original file line number Diff line number Diff line change @@ -97,6 +97,8 @@ github.com/hashicorp/go-plugin v1.2.0 h1:CUfYokW0EJNDcGecVrHZK//Cp1GFlHwoqtcUIEi
97
97
github.com/hashicorp/go-plugin v1.2.0 /go.mod h1:F9eH4LrE/ZsRdbwhfjs9k9HoDUwAHnYtXdgmf1AVNs0 =
98
98
github.com/hashicorp/go-retryablehttp v0.6.4 h1:BbgctKO892xEyOXnGiaAwIoSq1QZ/SS4AhjoAh9DnfY =
99
99
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 =
100
102
github.com/hashicorp/go-safetemp v1.0.0 h1:2HR189eFNrjHQyENnQMMpCiBAsRxzbTMIgBhEyExpmo =
101
103
github.com/hashicorp/go-safetemp v1.0.0 /go.mod h1:oaerMy3BhqiTbVye6QuFhFtIceqFoDHxNAB65b+Rj1I =
102
104
github.com/hashicorp/go-uuid v1.0.0 /go.mod h1:6SBZvOh/SIDV7/2o3Jml5SYk/TvGqwFJ/bN7x4byOro =
You can’t perform that action at this time.
0 commit comments