File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change
1
+ ## 1.27.1 (November 22, 2024)
2
+
3
+ IMPROVEMENTS:
4
+
5
+ * Upgrade Resty to 2.16.2
6
+
1
7
## 1.27.0 (November 15, 2024)
2
8
3
9
IMPROVEMENTS:
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module github.com/jfrog/terraform-provider-shared
3
3
go 1.22.7
4
4
5
5
require (
6
- github.com/go-resty/resty/v2 v2.16.0
6
+ github.com/go-resty/resty/v2 v2.16.2
7
7
github.com/gorhill/cronexpr v0.0.0-20180427100037-88b0669f7d75
8
8
github.com/hashicorp/go-cty v1.4.1-0.20200414143053-d3edf31b6320
9
9
github.com/hashicorp/go-version v1.7.0
Original file line number Diff line number Diff line change @@ -29,8 +29,8 @@ github.com/go-git/go-billy/v5 v5.5.0 h1:yEY4yhzCDuMGSv83oGxiBotRzhwhNr8VZyphhiu+
29
29
github.com/go-git/go-billy/v5 v5.5.0 /go.mod h1:hmexnoNsr2SJU1Ju67OaNz5ASJY3+sHgFRpCtpDCKow =
30
30
github.com/go-git/go-git/v5 v5.12.0 h1:7Md+ndsjrzZxbddRDZjF14qK+NN56sy6wkqaVrjZtys =
31
31
github.com/go-git/go-git/v5 v5.12.0 /go.mod h1:FTM9VKtnI2m65hNI/TenDDDnUf2Q9FHnXYjuz9i5OEY =
32
- github.com/go-resty/resty/v2 v2.16.0 h1:qpKalHWI2bpp9BIKlyT8TYWEJXOk1NuKbfiT3RRnzWc =
33
- github.com/go-resty/resty/v2 v2.16.0 /go.mod h1:0fHAoK7JoBy/Ch36N8VFeMsK7xQOHhvWaC3iOktwmIU =
32
+ github.com/go-resty/resty/v2 v2.16.2 h1:CpRqTjIzq/rweXUt9+GxzzQdlkqMdt8Lm/fuK/CAbAg =
33
+ github.com/go-resty/resty/v2 v2.16.2 /go.mod h1:0fHAoK7JoBy/Ch36N8VFeMsK7xQOHhvWaC3iOktwmIU =
34
34
github.com/go-test/deep v1.0.3 h1:ZrJSEWsXzPOxaZnFteGEfooLba+ju3FYIbOrS+rQd68 =
35
35
github.com/go-test/deep v1.0.3 /go.mod h1:wGDj63lr65AM2AQyKZd/NYHGb0R+1RLqB8NKt3aSFNA =
36
36
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da h1:oI5xCqsCo564l8iNU+DwB5epxmsaqB+rhGL0m5jtYqE =
You can’t perform that action at this time.
0 commit comments