File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ require (
1717 github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.17.43
1818 github.com/aws/aws-sdk-go-v2/service/s3 v1.72.0
1919 github.com/aws/aws-sdk-go-v2/service/sts v1.33.14
20- github.com/aws/smithy-go v1.22.4
20+ github.com/aws/smithy-go v1.22.5
2121 github.com/djherbis/buffer v1.2.0
2222 github.com/djherbis/nio/v3 v3.0.1
2323 github.com/eapache/go-resiliency v1.7.0
Original file line number Diff line number Diff line change @@ -123,8 +123,8 @@ github.com/aws/aws-sdk-go-v2/service/ssooidc v1.28.14 h1:M/zwXiL2iXUrHputuXgmO94
123123github.com/aws/aws-sdk-go-v2/service/ssooidc v1.28.14 /go.mod h1:RVwIw3y/IqxC2YEXSIkAzRDdEU1iRabDPaYjpGCbCGQ =
124124github.com/aws/aws-sdk-go-v2/service/sts v1.33.14 h1:TzeR06UCMUq+KA3bDkujxK1GVGy+G8qQN/QVYzGLkQE =
125125github.com/aws/aws-sdk-go-v2/service/sts v1.33.14 /go.mod h1:dspXf/oYWGWo6DEvj98wpaTeqt5+DMidZD0A9BYTizc =
126- github.com/aws/smithy-go v1.22.4 h1:uqXzVZNuNexwc/xrh6Tb56u89WDlJY6HS+KC0S4QSjw =
127- github.com/aws/smithy-go v1.22.4 /go.mod h1:t1ufH5HMublsJYulve2RKmHDC15xu1f26kHCp/HgceI =
126+ github.com/aws/smithy-go v1.22.5 h1:P9ATCXPMb2mPjYBgueqJNCA5S9UfktsW0tTxi+a7eqw =
127+ github.com/aws/smithy-go v1.22.5 /go.mod h1:t1ufH5HMublsJYulve2RKmHDC15xu1f26kHCp/HgceI =
128128github.com/beorn7/perks v1.0.1 h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM =
129129github.com/beorn7/perks v1.0.1 /go.mod h1:G2ZrVWU2WbWT9wwq4/hrbKbnv/1ERSJQ0ibhJ6rlkpw =
130130github.com/bodgit/plumbing v1.3.0 h1:pf9Itz1JOQgn7vEOE7v7nlEfBykYqvUYioC61TwWCFU =
Original file line number Diff line number Diff line change 1111make clean build-race-docker
1212python3 " ${CUR_DIR} /clickhouse_backup/regression.py" --debug --only=" ${RUN_TESTS:-* } "
1313go tool covdata textfmt -i " ${CUR_DIR} /_coverage_/" -o " ${CUR_DIR} /_coverage_/coverage.out"
14- docker buildx prune -f --filter=until=1h --keep-storage=1G
14+ docker buildx prune --verbose - f --filter=until=1h
You can’t perform that action at this time.
0 commit comments