File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -218,7 +218,7 @@ jobs:
218
218
- uses : actions/checkout@v4
219
219
220
220
- name : Create SBOM
221
- uses : anchore/sbom-action@v0.18 .0
221
+ uses : anchore/sbom-action@v0.17 .0
222
222
with :
223
223
upload-artifact-retention : 1
224
224
format : cyclonedx-json
Original file line number Diff line number Diff line change 66
66
- uses : actions/checkout@v4
67
67
68
68
- name : Create SBOM
69
- uses : anchore/sbom-action@v0.18 .0
69
+ uses : anchore/sbom-action@v0.17 .0
70
70
with :
71
71
upload-artifact-retention : 1
72
72
format : spdx-json
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module github.com/ydataai/aws-adapter
3
3
go 1.22
4
4
5
5
require (
6
- github.com/aws/aws-sdk-go v1.54.12
6
+ github.com/aws/aws-sdk-go v1.55.7
7
7
github.com/gin-gonic/gin v1.10.0
8
8
github.com/golang/mock v1.6.0
9
9
github.com/google/go-cmp v0.6.0
Original file line number Diff line number Diff line change 1
- github.com/aws/aws-sdk-go v1.54.12 h1:xPDB+GSBZq0rJbmDZF+EyfMbnWRyfEPcn7PZ7bJjXSw =
2
- github.com/aws/aws-sdk-go v1.54.12 /go.mod h1:eRwEWoyTWFMVYVQzKMNHWP5/RV4xIUGMQfXQHfHkpNU =
1
+ github.com/aws/aws-sdk-go v1.55.7 h1:UJrkFq7es5CShfBwlWAC8DA077vp8PyVbQd3lqLiztE =
2
+ github.com/aws/aws-sdk-go v1.55.7 /go.mod h1:eRwEWoyTWFMVYVQzKMNHWP5/RV4xIUGMQfXQHfHkpNU =
3
3
github.com/bytedance/sonic v1.11.6 h1:oUp34TzMlL+OY1OUWxHqsdkgC/Zfc85zGqw9siXjrc0 =
4
4
github.com/bytedance/sonic v1.11.6 /go.mod h1:LysEHSvpvDySVdC2f87zGWf6CIKJcAvqab1ZaiQtds4 =
5
5
github.com/bytedance/sonic/loader v0.1.1 h1:c+e5Pt1k/cy5wMveRDyk2X4B9hF4g7an8N3zCYjJFNM =
You can’t perform that action at this time.
0 commit comments