chore(go.mod): fix dependabot alerts (#1247)

Supersedes:
- https://github.com/project-zot/zot/pull/1132
- https://github.com/project-zot/zot/pull/1243
- https://github.com/project-zot/zot/pull/1244
- https://github.com/project-zot/zot/pull/1245

Also update the AWS SDK libraries used

Signed-off-by: Andrei Aaron <aaaron@luxoft.com>
This commit is contained in:
Andrei Aaron
2023-03-06 21:05:19 +02:00
committed by GitHub
parent c9b594d03d
commit 73b1126bbf
6 changed files with 82 additions and 137 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ jobs:
key: ${{ runner.os }}-gen1-benchmark
# Run `github-action-benchmark` action
- name: Store benchmark result
uses: benchmark-action/github-action-benchmark@v1.15.0
uses: benchmark-action/github-action-benchmark@v1.16.1
with:
# What benchmark tool the output.txt came from
tool: 'customBiggerIsBetter'
+1 -1
View File
@@ -165,7 +165,7 @@ jobs:
key: ${{ runner.os }}-gen1-benchmark-stateless-cluster
# Run `github-action-benchmark` action
- name: Store benchmark result
uses: benchmark-action/github-action-benchmark@v1.15.0
uses: benchmark-action/github-action-benchmark@v1.16.1
with:
# What benchmark tool the output.txt came from
tool: 'customBiggerIsBetter'