mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-25 15:50:20 +00:00
rebase: bump the github-dependencies group with 3 updates
Bumps the github-dependencies group with 3 updates: [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go), [github.com/aws/aws-sdk-go-v2/service/sts](https://github.com/aws/aws-sdk-go-v2) and [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo). Updates `github.com/aws/aws-sdk-go` from 1.45.20 to 1.45.24 - [Release notes](https://github.com/aws/aws-sdk-go/releases) - [Commits](https://github.com/aws/aws-sdk-go/compare/v1.45.20...v1.45.24) Updates `github.com/aws/aws-sdk-go-v2/service/sts` from 1.23.0 to 1.23.1 - [Release notes](https://github.com/aws/aws-sdk-go-v2/releases) - [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/service/ecs/v1.23.1/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/s3/v1.23.0...service/ecs/v1.23.1) Updates `github.com/onsi/ginkgo/v2` from 2.12.1 to 2.13.0 - [Release notes](https://github.com/onsi/ginkgo/releases) - [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md) - [Commits](https://github.com/onsi/ginkgo/compare/v2.12.1...v2.13.0) --- updated-dependencies: - dependency-name: github.com/aws/aws-sdk-go dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-dependencies - dependency-name: github.com/aws/aws-sdk-go-v2/service/sts dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-dependencies - dependency-name: github.com/onsi/ginkgo/v2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
31d84b1b66
commit
5abb0dae8d
16
go.mod
16
go.mod
@ -4,8 +4,8 @@ go 1.20
|
|||||||
|
|
||||||
require (
|
require (
|
||||||
github.com/IBM/keyprotect-go-client v0.12.2
|
github.com/IBM/keyprotect-go-client v0.12.2
|
||||||
github.com/aws/aws-sdk-go v1.45.20
|
github.com/aws/aws-sdk-go v1.45.24
|
||||||
github.com/aws/aws-sdk-go-v2/service/sts v1.23.0
|
github.com/aws/aws-sdk-go-v2/service/sts v1.23.1
|
||||||
github.com/ceph/ceph-csi/api v0.0.0-00010101000000-000000000000
|
github.com/ceph/ceph-csi/api v0.0.0-00010101000000-000000000000
|
||||||
// TODO: API for managing subvolume metadata and snapshot metadata requires `ceph_ci_untested` build-tag
|
// TODO: API for managing subvolume metadata and snapshot metadata requires `ceph_ci_untested` build-tag
|
||||||
github.com/ceph/go-ceph v0.23.0
|
github.com/ceph/go-ceph v0.23.0
|
||||||
@ -22,7 +22,7 @@ require (
|
|||||||
github.com/kubernetes-csi/csi-lib-utils v0.14.0
|
github.com/kubernetes-csi/csi-lib-utils v0.14.0
|
||||||
github.com/kubernetes-csi/external-snapshotter/client/v6 v6.3.0
|
github.com/kubernetes-csi/external-snapshotter/client/v6 v6.3.0
|
||||||
github.com/libopenstorage/secrets v0.0.0-20210908194121-a1d19aa9713a
|
github.com/libopenstorage/secrets v0.0.0-20210908194121-a1d19aa9713a
|
||||||
github.com/onsi/ginkgo/v2 v2.12.1
|
github.com/onsi/ginkgo/v2 v2.13.0
|
||||||
github.com/onsi/gomega v1.28.0
|
github.com/onsi/gomega v1.28.0
|
||||||
github.com/pkg/xattr v0.4.9
|
github.com/pkg/xattr v0.4.9
|
||||||
github.com/prometheus/client_golang v1.17.0
|
github.com/prometheus/client_golang v1.17.0
|
||||||
@ -54,11 +54,11 @@ require (
|
|||||||
github.com/antlr/antlr4/runtime/Go/antlr/v4 v4.0.0-20230305170008-8188dc5388df // indirect
|
github.com/antlr/antlr4/runtime/Go/antlr/v4 v4.0.0-20230305170008-8188dc5388df // indirect
|
||||||
github.com/armon/go-metrics v0.3.10 // indirect
|
github.com/armon/go-metrics v0.3.10 // indirect
|
||||||
github.com/asaskevich/govalidator v0.0.0-20190424111038-f61b66f89f4a // indirect
|
github.com/asaskevich/govalidator v0.0.0-20190424111038-f61b66f89f4a // indirect
|
||||||
github.com/aws/aws-sdk-go-v2 v1.21.0 // indirect
|
github.com/aws/aws-sdk-go-v2 v1.21.1 // indirect
|
||||||
github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.41 // indirect
|
github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.42 // indirect
|
||||||
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.35 // indirect
|
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.36 // indirect
|
||||||
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.35 // indirect
|
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.36 // indirect
|
||||||
github.com/aws/smithy-go v1.14.2 // indirect
|
github.com/aws/smithy-go v1.15.0 // indirect
|
||||||
github.com/beorn7/perks v1.0.1 // indirect
|
github.com/beorn7/perks v1.0.1 // indirect
|
||||||
github.com/blang/semver/v4 v4.0.0 // indirect
|
github.com/blang/semver/v4 v4.0.0 // indirect
|
||||||
github.com/cenkalti/backoff/v3 v3.2.2 // indirect
|
github.com/cenkalti/backoff/v3 v3.2.2 // indirect
|
||||||
|
32
go.sum
32
go.sum
@ -716,20 +716,20 @@ github.com/asaskevich/govalidator v0.0.0-20190424111038-f61b66f89f4a h1:idn718Q4
|
|||||||
github.com/asaskevich/govalidator v0.0.0-20190424111038-f61b66f89f4a/go.mod h1:lB+ZfQJz7igIIfQNfa7Ml4HSf2uFQQRzpGGRXenZAgY=
|
github.com/asaskevich/govalidator v0.0.0-20190424111038-f61b66f89f4a/go.mod h1:lB+ZfQJz7igIIfQNfa7Ml4HSf2uFQQRzpGGRXenZAgY=
|
||||||
github.com/aws/aws-sdk-go v1.25.37/go.mod h1:KmX6BPdI08NWTb3/sm4ZGu5ShLoqVDhKgpiN924inxo=
|
github.com/aws/aws-sdk-go v1.25.37/go.mod h1:KmX6BPdI08NWTb3/sm4ZGu5ShLoqVDhKgpiN924inxo=
|
||||||
github.com/aws/aws-sdk-go v1.25.41/go.mod h1:KmX6BPdI08NWTb3/sm4ZGu5ShLoqVDhKgpiN924inxo=
|
github.com/aws/aws-sdk-go v1.25.41/go.mod h1:KmX6BPdI08NWTb3/sm4ZGu5ShLoqVDhKgpiN924inxo=
|
||||||
github.com/aws/aws-sdk-go v1.45.20 h1:U/wLZEwqVB6o2XlcJ7um8kczx+A1X2MgO2y4wdKDQTs=
|
github.com/aws/aws-sdk-go v1.45.24 h1:TZx/CizkmCQn8Rtsb11iLYutEQVGK5PK9wAhwouELBo=
|
||||||
github.com/aws/aws-sdk-go v1.45.20/go.mod h1:aVsgQcEevwlmQ7qHE9I3h+dtQgpqhFB+i8Phjh7fkwI=
|
github.com/aws/aws-sdk-go v1.45.24/go.mod h1:aVsgQcEevwlmQ7qHE9I3h+dtQgpqhFB+i8Phjh7fkwI=
|
||||||
github.com/aws/aws-sdk-go-v2 v1.21.0 h1:gMT0IW+03wtYJhRqTVYn0wLzwdnK9sRMcxmtfGzRdJc=
|
github.com/aws/aws-sdk-go-v2 v1.21.1 h1:wjHYshtPpYOZm+/mu3NhVgRRc0baM6LJZOmxPZ5Cwzs=
|
||||||
github.com/aws/aws-sdk-go-v2 v1.21.0/go.mod h1:/RfNgGmRxI+iFOB1OeJUyxiU+9s88k3pfHvDagGEp0M=
|
github.com/aws/aws-sdk-go-v2 v1.21.1/go.mod h1:ErQhvNuEMhJjweavOYhxVkn2RUx7kQXVATHrjKtxIpM=
|
||||||
github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.41 h1:22dGT7PneFMx4+b3pz7lMTRyN8ZKH7M2cW4GP9yUS2g=
|
github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.42 h1:817VqVe6wvwE46xXy6YF5RywvjOX6U2zRQQ6IbQFK0s=
|
||||||
github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.41/go.mod h1:CrObHAuPneJBlfEJ5T3szXOUkLEThaGfvnhTf33buas=
|
github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.42/go.mod h1:oDfgXoBBmj+kXnqxDDnIDnC56QBosglKp8ftRCTxR+0=
|
||||||
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.35 h1:SijA0mgjV8E+8G45ltVHs0fvKpTj8xmZJ3VwhGKtUSI=
|
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.36 h1:7ZApaXzWbo8slc+W5TynuUlB4z66g44h7uqa3/d/BsY=
|
||||||
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.35/go.mod h1:SJC1nEVVva1g3pHAIdCp7QsRIkMmLAgoDquQ9Rr8kYw=
|
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.36/go.mod h1:rwr4WnmFi3RJO0M4dxbJtgi9BPLMpVBMX1nUte5ha9U=
|
||||||
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.35 h1:CdzPW9kKitgIiLV1+MHobfR5Xg25iYnyzWZhyQuSlDI=
|
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.36 h1:YXlm7LxwNlauqb2OrinWlcvtsflTzP8GaMvYfQBhoT4=
|
||||||
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.35/go.mod h1:QGF2Rs33W5MaN9gYdEQOBBFPLwTZkEhRwI33f7KIG0o=
|
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.36/go.mod h1:ou9ffqJ9hKOVZmjlC6kQ6oROAyG1M4yBKzR+9BKbDwk=
|
||||||
github.com/aws/aws-sdk-go-v2/service/sts v1.23.0 h1:pyvfUqkNLMipdKNAtu7OVbRxUrR2BMaKccIPpk/Hkak=
|
github.com/aws/aws-sdk-go-v2/service/sts v1.23.1 h1:ASNYk1ypWAxRhJjKS0jBnTUeDl7HROOpeSMu1xDA/I8=
|
||||||
github.com/aws/aws-sdk-go-v2/service/sts v1.23.0/go.mod h1:VC7JDqsqiwXukYEDjoHh9U0fOJtNWh04FPQz4ct4GGU=
|
github.com/aws/aws-sdk-go-v2/service/sts v1.23.1/go.mod h1:2cnsAhVT3mqusovc2stUSUrSBGTcX9nh8Tu6xh//2eI=
|
||||||
github.com/aws/smithy-go v1.14.2 h1:MJU9hqBGbvWZdApzpvoF2WAIJDbtjK2NDJSiJP7HblQ=
|
github.com/aws/smithy-go v1.15.0 h1:PS/durmlzvAFpQHDs4wi4sNNP9ExsqZh6IlfdHXgKK8=
|
||||||
github.com/aws/smithy-go v1.14.2/go.mod h1:Tg+OJXh4MB2R/uN61Ko2f6hTZwB/ZYGOtib8J3gBHzA=
|
github.com/aws/smithy-go v1.15.0/go.mod h1:Tg+OJXh4MB2R/uN61Ko2f6hTZwB/ZYGOtib8J3gBHzA=
|
||||||
github.com/baiyubin/aliyun-sts-go-sdk v0.0.0-20180326062324-cfa1a18b161f/go.mod h1:AuiFmCCPBSrqvVMvuqFuk0qogytodnVFVSN5CeJB8Gc=
|
github.com/baiyubin/aliyun-sts-go-sdk v0.0.0-20180326062324-cfa1a18b161f/go.mod h1:AuiFmCCPBSrqvVMvuqFuk0qogytodnVFVSN5CeJB8Gc=
|
||||||
github.com/benbjohnson/clock v1.1.0/go.mod h1:J11/hYXuz8f4ySSvYwY0FKfm+ezbsZBKZxNJlLklBHA=
|
github.com/benbjohnson/clock v1.1.0/go.mod h1:J11/hYXuz8f4ySSvYwY0FKfm+ezbsZBKZxNJlLklBHA=
|
||||||
github.com/benbjohnson/clock v1.3.0 h1:ip6w0uFQkncKQ979AypyG0ER7mqUSBdKLOgAle/AT8A=
|
github.com/benbjohnson/clock v1.3.0 h1:ip6w0uFQkncKQ979AypyG0ER7mqUSBdKLOgAle/AT8A=
|
||||||
@ -1536,8 +1536,8 @@ github.com/onsi/ginkgo/v2 v2.9.0/go.mod h1:4xkjoL/tZv4SMWeww56BU5kAt19mVB47gTWxm
|
|||||||
github.com/onsi/ginkgo/v2 v2.9.1/go.mod h1:FEcmzVcCHl+4o9bQZVab+4dC9+j+91t2FHSzmGAPfuo=
|
github.com/onsi/ginkgo/v2 v2.9.1/go.mod h1:FEcmzVcCHl+4o9bQZVab+4dC9+j+91t2FHSzmGAPfuo=
|
||||||
github.com/onsi/ginkgo/v2 v2.9.2/go.mod h1:WHcJJG2dIlcCqVfBAwUCrJxSPFb6v4azBwgxeMeDuts=
|
github.com/onsi/ginkgo/v2 v2.9.2/go.mod h1:WHcJJG2dIlcCqVfBAwUCrJxSPFb6v4azBwgxeMeDuts=
|
||||||
github.com/onsi/ginkgo/v2 v2.9.4/go.mod h1:gCQYp2Q+kSoIj7ykSVb9nskRSsR6PUj4AiLywzIhbKM=
|
github.com/onsi/ginkgo/v2 v2.9.4/go.mod h1:gCQYp2Q+kSoIj7ykSVb9nskRSsR6PUj4AiLywzIhbKM=
|
||||||
github.com/onsi/ginkgo/v2 v2.12.1 h1:uHNEO1RP2SpuZApSkel9nEh1/Mu+hmQe7Q+Pepg5OYA=
|
github.com/onsi/ginkgo/v2 v2.13.0 h1:0jY9lJquiL8fcf3M4LAXN5aMlS/b2BV86HFFPCPMgE4=
|
||||||
github.com/onsi/ginkgo/v2 v2.12.1/go.mod h1:TE309ZR8s5FsKKpuB1YAQYBzCaAfUgatB/xlT/ETL/o=
|
github.com/onsi/ginkgo/v2 v2.13.0/go.mod h1:TE309ZR8s5FsKKpuB1YAQYBzCaAfUgatB/xlT/ETL/o=
|
||||||
github.com/onsi/gomega v1.4.2/go.mod h1:ex+gbHU/CVuBBDIJjb2X0qEXbFg53c61hWP/1CpauHY=
|
github.com/onsi/gomega v1.4.2/go.mod h1:ex+gbHU/CVuBBDIJjb2X0qEXbFg53c61hWP/1CpauHY=
|
||||||
github.com/onsi/gomega v1.4.3/go.mod h1:ex+gbHU/CVuBBDIJjb2X0qEXbFg53c61hWP/1CpauHY=
|
github.com/onsi/gomega v1.4.3/go.mod h1:ex+gbHU/CVuBBDIJjb2X0qEXbFg53c61hWP/1CpauHY=
|
||||||
github.com/onsi/gomega v1.5.0/go.mod h1:ex+gbHU/CVuBBDIJjb2X0qEXbFg53c61hWP/1CpauHY=
|
github.com/onsi/gomega v1.5.0/go.mod h1:ex+gbHU/CVuBBDIJjb2X0qEXbFg53c61hWP/1CpauHY=
|
||||||
|
2
vendor/github.com/aws/aws-sdk-go-v2/aws/go_module_metadata.go
generated
vendored
2
vendor/github.com/aws/aws-sdk-go-v2/aws/go_module_metadata.go
generated
vendored
@ -3,4 +3,4 @@
|
|||||||
package aws
|
package aws
|
||||||
|
|
||||||
// goModuleVersion is the tagged release for this module
|
// goModuleVersion is the tagged release for this module
|
||||||
const goModuleVersion = "1.21.0"
|
const goModuleVersion = "1.21.1"
|
||||||
|
4
vendor/github.com/aws/aws-sdk-go-v2/internal/configsources/CHANGELOG.md
generated
vendored
4
vendor/github.com/aws/aws-sdk-go-v2/internal/configsources/CHANGELOG.md
generated
vendored
@ -1,3 +1,7 @@
|
|||||||
|
# v1.1.42 (2023-10-06)
|
||||||
|
|
||||||
|
* **Dependency Update**: Updated to the latest SDK module versions
|
||||||
|
|
||||||
# v1.1.41 (2023-08-21)
|
# v1.1.41 (2023-08-21)
|
||||||
|
|
||||||
* **Dependency Update**: Updated to the latest SDK module versions
|
* **Dependency Update**: Updated to the latest SDK module versions
|
||||||
|
2
vendor/github.com/aws/aws-sdk-go-v2/internal/configsources/go_module_metadata.go
generated
vendored
2
vendor/github.com/aws/aws-sdk-go-v2/internal/configsources/go_module_metadata.go
generated
vendored
@ -3,4 +3,4 @@
|
|||||||
package configsources
|
package configsources
|
||||||
|
|
||||||
// goModuleVersion is the tagged release for this module
|
// goModuleVersion is the tagged release for this module
|
||||||
const goModuleVersion = "1.1.41"
|
const goModuleVersion = "1.1.42"
|
||||||
|
7
vendor/github.com/aws/aws-sdk-go-v2/internal/endpoints/awsrulesfn/partitions.json
generated
vendored
7
vendor/github.com/aws/aws-sdk-go-v2/internal/endpoints/awsrulesfn/partitions.json
generated
vendored
@ -4,6 +4,7 @@
|
|||||||
"outputs" : {
|
"outputs" : {
|
||||||
"dnsSuffix" : "amazonaws.com",
|
"dnsSuffix" : "amazonaws.com",
|
||||||
"dualStackDnsSuffix" : "api.aws",
|
"dualStackDnsSuffix" : "api.aws",
|
||||||
|
"implicitGlobalRegion" : "us-east-1",
|
||||||
"name" : "aws",
|
"name" : "aws",
|
||||||
"supportsDualStack" : true,
|
"supportsDualStack" : true,
|
||||||
"supportsFIPS" : true
|
"supportsFIPS" : true
|
||||||
@ -103,6 +104,7 @@
|
|||||||
"outputs" : {
|
"outputs" : {
|
||||||
"dnsSuffix" : "amazonaws.com.cn",
|
"dnsSuffix" : "amazonaws.com.cn",
|
||||||
"dualStackDnsSuffix" : "api.amazonwebservices.com.cn",
|
"dualStackDnsSuffix" : "api.amazonwebservices.com.cn",
|
||||||
|
"implicitGlobalRegion" : "cn-northwest-1",
|
||||||
"name" : "aws-cn",
|
"name" : "aws-cn",
|
||||||
"supportsDualStack" : true,
|
"supportsDualStack" : true,
|
||||||
"supportsFIPS" : true
|
"supportsFIPS" : true
|
||||||
@ -124,6 +126,7 @@
|
|||||||
"outputs" : {
|
"outputs" : {
|
||||||
"dnsSuffix" : "amazonaws.com",
|
"dnsSuffix" : "amazonaws.com",
|
||||||
"dualStackDnsSuffix" : "api.aws",
|
"dualStackDnsSuffix" : "api.aws",
|
||||||
|
"implicitGlobalRegion" : "us-gov-west-1",
|
||||||
"name" : "aws-us-gov",
|
"name" : "aws-us-gov",
|
||||||
"supportsDualStack" : true,
|
"supportsDualStack" : true,
|
||||||
"supportsFIPS" : true
|
"supportsFIPS" : true
|
||||||
@ -145,6 +148,7 @@
|
|||||||
"outputs" : {
|
"outputs" : {
|
||||||
"dnsSuffix" : "c2s.ic.gov",
|
"dnsSuffix" : "c2s.ic.gov",
|
||||||
"dualStackDnsSuffix" : "c2s.ic.gov",
|
"dualStackDnsSuffix" : "c2s.ic.gov",
|
||||||
|
"implicitGlobalRegion" : "us-iso-east-1",
|
||||||
"name" : "aws-iso",
|
"name" : "aws-iso",
|
||||||
"supportsDualStack" : false,
|
"supportsDualStack" : false,
|
||||||
"supportsFIPS" : true
|
"supportsFIPS" : true
|
||||||
@ -166,6 +170,7 @@
|
|||||||
"outputs" : {
|
"outputs" : {
|
||||||
"dnsSuffix" : "sc2s.sgov.gov",
|
"dnsSuffix" : "sc2s.sgov.gov",
|
||||||
"dualStackDnsSuffix" : "sc2s.sgov.gov",
|
"dualStackDnsSuffix" : "sc2s.sgov.gov",
|
||||||
|
"implicitGlobalRegion" : "us-isob-east-1",
|
||||||
"name" : "aws-iso-b",
|
"name" : "aws-iso-b",
|
||||||
"supportsDualStack" : false,
|
"supportsDualStack" : false,
|
||||||
"supportsFIPS" : true
|
"supportsFIPS" : true
|
||||||
@ -184,6 +189,7 @@
|
|||||||
"outputs" : {
|
"outputs" : {
|
||||||
"dnsSuffix" : "cloud.adc-e.uk",
|
"dnsSuffix" : "cloud.adc-e.uk",
|
||||||
"dualStackDnsSuffix" : "cloud.adc-e.uk",
|
"dualStackDnsSuffix" : "cloud.adc-e.uk",
|
||||||
|
"implicitGlobalRegion" : "eu-isoe-west-1",
|
||||||
"name" : "aws-iso-e",
|
"name" : "aws-iso-e",
|
||||||
"supportsDualStack" : false,
|
"supportsDualStack" : false,
|
||||||
"supportsFIPS" : true
|
"supportsFIPS" : true
|
||||||
@ -195,6 +201,7 @@
|
|||||||
"outputs" : {
|
"outputs" : {
|
||||||
"dnsSuffix" : "csp.hci.ic.gov",
|
"dnsSuffix" : "csp.hci.ic.gov",
|
||||||
"dualStackDnsSuffix" : "csp.hci.ic.gov",
|
"dualStackDnsSuffix" : "csp.hci.ic.gov",
|
||||||
|
"implicitGlobalRegion" : "us-isof-south-1",
|
||||||
"name" : "aws-iso-f",
|
"name" : "aws-iso-f",
|
||||||
"supportsDualStack" : false,
|
"supportsDualStack" : false,
|
||||||
"supportsFIPS" : true
|
"supportsFIPS" : true
|
||||||
|
4
vendor/github.com/aws/aws-sdk-go-v2/internal/endpoints/v2/CHANGELOG.md
generated
vendored
4
vendor/github.com/aws/aws-sdk-go-v2/internal/endpoints/v2/CHANGELOG.md
generated
vendored
@ -1,3 +1,7 @@
|
|||||||
|
# v2.4.36 (2023-10-06)
|
||||||
|
|
||||||
|
* **Dependency Update**: Updated to the latest SDK module versions
|
||||||
|
|
||||||
# v2.4.35 (2023-08-21)
|
# v2.4.35 (2023-08-21)
|
||||||
|
|
||||||
* **Dependency Update**: Updated to the latest SDK module versions
|
* **Dependency Update**: Updated to the latest SDK module versions
|
||||||
|
2
vendor/github.com/aws/aws-sdk-go-v2/internal/endpoints/v2/go_module_metadata.go
generated
vendored
2
vendor/github.com/aws/aws-sdk-go-v2/internal/endpoints/v2/go_module_metadata.go
generated
vendored
@ -3,4 +3,4 @@
|
|||||||
package endpoints
|
package endpoints
|
||||||
|
|
||||||
// goModuleVersion is the tagged release for this module
|
// goModuleVersion is the tagged release for this module
|
||||||
const goModuleVersion = "2.4.35"
|
const goModuleVersion = "2.4.36"
|
||||||
|
4
vendor/github.com/aws/aws-sdk-go-v2/service/internal/presigned-url/CHANGELOG.md
generated
vendored
4
vendor/github.com/aws/aws-sdk-go-v2/service/internal/presigned-url/CHANGELOG.md
generated
vendored
@ -1,3 +1,7 @@
|
|||||||
|
# v1.9.36 (2023-10-06)
|
||||||
|
|
||||||
|
* **Dependency Update**: Updated to the latest SDK module versions
|
||||||
|
|
||||||
# v1.9.35 (2023-08-21)
|
# v1.9.35 (2023-08-21)
|
||||||
|
|
||||||
* **Dependency Update**: Updated to the latest SDK module versions
|
* **Dependency Update**: Updated to the latest SDK module versions
|
||||||
|
@ -3,4 +3,4 @@
|
|||||||
package presignedurl
|
package presignedurl
|
||||||
|
|
||||||
// goModuleVersion is the tagged release for this module
|
// goModuleVersion is the tagged release for this module
|
||||||
const goModuleVersion = "1.9.35"
|
const goModuleVersion = "1.9.36"
|
||||||
|
4
vendor/github.com/aws/aws-sdk-go-v2/service/sts/CHANGELOG.md
generated
vendored
4
vendor/github.com/aws/aws-sdk-go-v2/service/sts/CHANGELOG.md
generated
vendored
@ -1,3 +1,7 @@
|
|||||||
|
# v1.23.1 (2023-10-06)
|
||||||
|
|
||||||
|
* **Dependency Update**: Updated to the latest SDK module versions
|
||||||
|
|
||||||
# v1.23.0 (2023-10-02)
|
# v1.23.0 (2023-10-02)
|
||||||
|
|
||||||
* **Feature**: STS API updates for assumeRole
|
* **Feature**: STS API updates for assumeRole
|
||||||
|
2
vendor/github.com/aws/aws-sdk-go-v2/service/sts/go_module_metadata.go
generated
vendored
2
vendor/github.com/aws/aws-sdk-go-v2/service/sts/go_module_metadata.go
generated
vendored
@ -3,4 +3,4 @@
|
|||||||
package sts
|
package sts
|
||||||
|
|
||||||
// goModuleVersion is the tagged release for this module
|
// goModuleVersion is the tagged release for this module
|
||||||
const goModuleVersion = "1.23.0"
|
const goModuleVersion = "1.23.1"
|
||||||
|
297
vendor/github.com/aws/aws-sdk-go/aws/endpoints/defaults.go
generated
vendored
297
vendor/github.com/aws/aws-sdk-go/aws/endpoints/defaults.go
generated
vendored
@ -4470,9 +4470,20 @@ var awsPartition = partition{
|
|||||||
},
|
},
|
||||||
"bedrock": service{
|
"bedrock": service{
|
||||||
Endpoints: serviceEndpoints{
|
Endpoints: serviceEndpoints{
|
||||||
|
endpointKey{
|
||||||
|
Region: "ap-northeast-1",
|
||||||
|
}: endpoint{},
|
||||||
endpointKey{
|
endpointKey{
|
||||||
Region: "ap-southeast-1",
|
Region: "ap-southeast-1",
|
||||||
}: endpoint{},
|
}: endpoint{},
|
||||||
|
endpointKey{
|
||||||
|
Region: "bedrock-ap-northeast-1",
|
||||||
|
}: endpoint{
|
||||||
|
Hostname: "bedrock.ap-northeast-1.amazonaws.com",
|
||||||
|
CredentialScope: credentialScope{
|
||||||
|
Region: "ap-northeast-1",
|
||||||
|
},
|
||||||
|
},
|
||||||
endpointKey{
|
endpointKey{
|
||||||
Region: "bedrock-ap-southeast-1",
|
Region: "bedrock-ap-southeast-1",
|
||||||
}: endpoint{
|
}: endpoint{
|
||||||
@ -4497,6 +4508,14 @@ var awsPartition = partition{
|
|||||||
Region: "us-west-2",
|
Region: "us-west-2",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
endpointKey{
|
||||||
|
Region: "bedrock-runtime-ap-northeast-1",
|
||||||
|
}: endpoint{
|
||||||
|
Hostname: "bedrock-runtime.ap-northeast-1.amazonaws.com",
|
||||||
|
CredentialScope: credentialScope{
|
||||||
|
Region: "ap-northeast-1",
|
||||||
|
},
|
||||||
|
},
|
||||||
endpointKey{
|
endpointKey{
|
||||||
Region: "bedrock-runtime-ap-southeast-1",
|
Region: "bedrock-runtime-ap-southeast-1",
|
||||||
}: endpoint{
|
}: endpoint{
|
||||||
@ -8160,6 +8179,185 @@ var awsPartition = partition{
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
"datazone": service{
|
||||||
|
Defaults: endpointDefaults{
|
||||||
|
defaultKey{}: endpoint{
|
||||||
|
DNSSuffix: "api.aws",
|
||||||
|
},
|
||||||
|
defaultKey{
|
||||||
|
Variant: fipsVariant,
|
||||||
|
}: endpoint{
|
||||||
|
Hostname: "{service}-fips.{region}.{dnsSuffix}",
|
||||||
|
DNSSuffix: "api.aws",
|
||||||
|
},
|
||||||
|
},
|
||||||
|
Endpoints: serviceEndpoints{
|
||||||
|
endpointKey{
|
||||||
|
Region: "af-south-1",
|
||||||
|
}: endpoint{
|
||||||
|
Hostname: "datazone.af-south-1.api.aws",
|
||||||
|
},
|
||||||
|
endpointKey{
|
||||||
|
Region: "ap-east-1",
|
||||||
|
}: endpoint{
|
||||||
|
Hostname: "datazone.ap-east-1.api.aws",
|
||||||
|
},
|
||||||
|
endpointKey{
|
||||||
|
Region: "ap-northeast-1",
|
||||||
|
}: endpoint{
|
||||||
|
Hostname: "datazone.ap-northeast-1.api.aws",
|
||||||
|
},
|
||||||
|
endpointKey{
|
||||||
|
Region: "ap-northeast-2",
|
||||||
|
}: endpoint{
|
||||||
|
Hostname: "datazone.ap-northeast-2.api.aws",
|
||||||
|
},
|
||||||
|
endpointKey{
|
||||||
|
Region: "ap-northeast-3",
|
||||||
|
}: endpoint{
|
||||||
|
Hostname: "datazone.ap-northeast-3.api.aws",
|
||||||
|
},
|
||||||
|
endpointKey{
|
||||||
|
Region: "ap-south-1",
|
||||||
|
}: endpoint{
|
||||||
|
Hostname: "datazone.ap-south-1.api.aws",
|
||||||
|
},
|
||||||
|
endpointKey{
|
||||||
|
Region: "ap-south-2",
|
||||||
|
}: endpoint{
|
||||||
|
Hostname: "datazone.ap-south-2.api.aws",
|
||||||
|
},
|
||||||
|
endpointKey{
|
||||||
|
Region: "ap-southeast-1",
|
||||||
|
}: endpoint{
|
||||||
|
Hostname: "datazone.ap-southeast-1.api.aws",
|
||||||
|
},
|
||||||
|
endpointKey{
|
||||||
|
Region: "ap-southeast-2",
|
||||||
|
}: endpoint{
|
||||||
|
Hostname: "datazone.ap-southeast-2.api.aws",
|
||||||
|
},
|
||||||
|
endpointKey{
|
||||||
|
Region: "ap-southeast-3",
|
||||||
|
}: endpoint{
|
||||||
|
Hostname: "datazone.ap-southeast-3.api.aws",
|
||||||
|
},
|
||||||
|
endpointKey{
|
||||||
|
Region: "ap-southeast-4",
|
||||||
|
}: endpoint{
|
||||||
|
Hostname: "datazone.ap-southeast-4.api.aws",
|
||||||
|
},
|
||||||
|
endpointKey{
|
||||||
|
Region: "ca-central-1",
|
||||||
|
}: endpoint{
|
||||||
|
Hostname: "datazone.ca-central-1.api.aws",
|
||||||
|
},
|
||||||
|
endpointKey{
|
||||||
|
Region: "ca-central-1",
|
||||||
|
Variant: fipsVariant,
|
||||||
|
}: endpoint{
|
||||||
|
Hostname: "datazone-fips.ca-central-1.amazonaws.com",
|
||||||
|
},
|
||||||
|
endpointKey{
|
||||||
|
Region: "eu-central-1",
|
||||||
|
}: endpoint{
|
||||||
|
Hostname: "datazone.eu-central-1.api.aws",
|
||||||
|
},
|
||||||
|
endpointKey{
|
||||||
|
Region: "eu-central-2",
|
||||||
|
}: endpoint{
|
||||||
|
Hostname: "datazone.eu-central-2.api.aws",
|
||||||
|
},
|
||||||
|
endpointKey{
|
||||||
|
Region: "eu-north-1",
|
||||||
|
}: endpoint{
|
||||||
|
Hostname: "datazone.eu-north-1.api.aws",
|
||||||
|
},
|
||||||
|
endpointKey{
|
||||||
|
Region: "eu-south-1",
|
||||||
|
}: endpoint{
|
||||||
|
Hostname: "datazone.eu-south-1.api.aws",
|
||||||
|
},
|
||||||
|
endpointKey{
|
||||||
|
Region: "eu-south-2",
|
||||||
|
}: endpoint{
|
||||||
|
Hostname: "datazone.eu-south-2.api.aws",
|
||||||
|
},
|
||||||
|
endpointKey{
|
||||||
|
Region: "eu-west-1",
|
||||||
|
}: endpoint{
|
||||||
|
Hostname: "datazone.eu-west-1.api.aws",
|
||||||
|
},
|
||||||
|
endpointKey{
|
||||||
|
Region: "eu-west-2",
|
||||||
|
}: endpoint{
|
||||||
|
Hostname: "datazone.eu-west-2.api.aws",
|
||||||
|
},
|
||||||
|
endpointKey{
|
||||||
|
Region: "eu-west-3",
|
||||||
|
}: endpoint{
|
||||||
|
Hostname: "datazone.eu-west-3.api.aws",
|
||||||
|
},
|
||||||
|
endpointKey{
|
||||||
|
Region: "il-central-1",
|
||||||
|
}: endpoint{
|
||||||
|
Hostname: "datazone.il-central-1.api.aws",
|
||||||
|
},
|
||||||
|
endpointKey{
|
||||||
|
Region: "me-central-1",
|
||||||
|
}: endpoint{
|
||||||
|
Hostname: "datazone.me-central-1.api.aws",
|
||||||
|
},
|
||||||
|
endpointKey{
|
||||||
|
Region: "me-south-1",
|
||||||
|
}: endpoint{
|
||||||
|
Hostname: "datazone.me-south-1.api.aws",
|
||||||
|
},
|
||||||
|
endpointKey{
|
||||||
|
Region: "sa-east-1",
|
||||||
|
}: endpoint{
|
||||||
|
Hostname: "datazone.sa-east-1.api.aws",
|
||||||
|
},
|
||||||
|
endpointKey{
|
||||||
|
Region: "us-east-1",
|
||||||
|
}: endpoint{
|
||||||
|
Hostname: "datazone.us-east-1.api.aws",
|
||||||
|
},
|
||||||
|
endpointKey{
|
||||||
|
Region: "us-east-1",
|
||||||
|
Variant: fipsVariant,
|
||||||
|
}: endpoint{
|
||||||
|
Hostname: "datazone-fips.us-east-1.amazonaws.com",
|
||||||
|
},
|
||||||
|
endpointKey{
|
||||||
|
Region: "us-east-2",
|
||||||
|
}: endpoint{
|
||||||
|
Hostname: "datazone.us-east-2.api.aws",
|
||||||
|
},
|
||||||
|
endpointKey{
|
||||||
|
Region: "us-east-2",
|
||||||
|
Variant: fipsVariant,
|
||||||
|
}: endpoint{
|
||||||
|
Hostname: "datazone-fips.us-east-2.amazonaws.com",
|
||||||
|
},
|
||||||
|
endpointKey{
|
||||||
|
Region: "us-west-1",
|
||||||
|
}: endpoint{
|
||||||
|
Hostname: "datazone.us-west-1.api.aws",
|
||||||
|
},
|
||||||
|
endpointKey{
|
||||||
|
Region: "us-west-2",
|
||||||
|
}: endpoint{
|
||||||
|
Hostname: "datazone.us-west-2.api.aws",
|
||||||
|
},
|
||||||
|
endpointKey{
|
||||||
|
Region: "us-west-2",
|
||||||
|
Variant: fipsVariant,
|
||||||
|
}: endpoint{
|
||||||
|
Hostname: "datazone-fips.us-west-2.amazonaws.com",
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
"dax": service{
|
"dax": service{
|
||||||
Endpoints: serviceEndpoints{
|
Endpoints: serviceEndpoints{
|
||||||
endpointKey{
|
endpointKey{
|
||||||
@ -17549,6 +17747,9 @@ var awsPartition = partition{
|
|||||||
endpointKey{
|
endpointKey{
|
||||||
Region: "ap-south-1",
|
Region: "ap-south-1",
|
||||||
}: endpoint{},
|
}: endpoint{},
|
||||||
|
endpointKey{
|
||||||
|
Region: "ap-south-2",
|
||||||
|
}: endpoint{},
|
||||||
endpointKey{
|
endpointKey{
|
||||||
Region: "ap-southeast-1",
|
Region: "ap-southeast-1",
|
||||||
}: endpoint{},
|
}: endpoint{},
|
||||||
@ -17558,12 +17759,18 @@ var awsPartition = partition{
|
|||||||
endpointKey{
|
endpointKey{
|
||||||
Region: "ap-southeast-3",
|
Region: "ap-southeast-3",
|
||||||
}: endpoint{},
|
}: endpoint{},
|
||||||
|
endpointKey{
|
||||||
|
Region: "ap-southeast-4",
|
||||||
|
}: endpoint{},
|
||||||
endpointKey{
|
endpointKey{
|
||||||
Region: "ca-central-1",
|
Region: "ca-central-1",
|
||||||
}: endpoint{},
|
}: endpoint{},
|
||||||
endpointKey{
|
endpointKey{
|
||||||
Region: "eu-central-1",
|
Region: "eu-central-1",
|
||||||
}: endpoint{},
|
}: endpoint{},
|
||||||
|
endpointKey{
|
||||||
|
Region: "eu-central-2",
|
||||||
|
}: endpoint{},
|
||||||
endpointKey{
|
endpointKey{
|
||||||
Region: "eu-north-1",
|
Region: "eu-north-1",
|
||||||
}: endpoint{},
|
}: endpoint{},
|
||||||
@ -17618,6 +17825,9 @@ var awsPartition = partition{
|
|||||||
endpointKey{
|
endpointKey{
|
||||||
Region: "il-central-1",
|
Region: "il-central-1",
|
||||||
}: endpoint{},
|
}: endpoint{},
|
||||||
|
endpointKey{
|
||||||
|
Region: "me-central-1",
|
||||||
|
}: endpoint{},
|
||||||
endpointKey{
|
endpointKey{
|
||||||
Region: "me-south-1",
|
Region: "me-south-1",
|
||||||
}: endpoint{},
|
}: endpoint{},
|
||||||
@ -32805,6 +33015,31 @@ var awscnPartition = partition{
|
|||||||
}: endpoint{},
|
}: endpoint{},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
"datazone": service{
|
||||||
|
Defaults: endpointDefaults{
|
||||||
|
defaultKey{}: endpoint{
|
||||||
|
DNSSuffix: "api.amazonwebservices.com.cn",
|
||||||
|
},
|
||||||
|
defaultKey{
|
||||||
|
Variant: fipsVariant,
|
||||||
|
}: endpoint{
|
||||||
|
Hostname: "{service}-fips.{region}.{dnsSuffix}",
|
||||||
|
DNSSuffix: "api.amazonwebservices.com.cn",
|
||||||
|
},
|
||||||
|
},
|
||||||
|
Endpoints: serviceEndpoints{
|
||||||
|
endpointKey{
|
||||||
|
Region: "cn-north-1",
|
||||||
|
}: endpoint{
|
||||||
|
Hostname: "datazone.cn-north-1.api.amazonwebservices.com.cn",
|
||||||
|
},
|
||||||
|
endpointKey{
|
||||||
|
Region: "cn-northwest-1",
|
||||||
|
}: endpoint{
|
||||||
|
Hostname: "datazone.cn-northwest-1.api.amazonwebservices.com.cn",
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
"dax": service{
|
"dax": service{
|
||||||
Endpoints: serviceEndpoints{
|
Endpoints: serviceEndpoints{
|
||||||
endpointKey{
|
endpointKey{
|
||||||
@ -35566,6 +35801,13 @@ var awsusgovPartition = partition{
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
"codestar-connections": service{
|
||||||
|
Endpoints: serviceEndpoints{
|
||||||
|
endpointKey{
|
||||||
|
Region: "us-gov-east-1",
|
||||||
|
}: endpoint{},
|
||||||
|
},
|
||||||
|
},
|
||||||
"cognito-identity": service{
|
"cognito-identity": service{
|
||||||
Endpoints: serviceEndpoints{
|
Endpoints: serviceEndpoints{
|
||||||
endpointKey{
|
endpointKey{
|
||||||
@ -35909,6 +36151,31 @@ var awsusgovPartition = partition{
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
"datazone": service{
|
||||||
|
Defaults: endpointDefaults{
|
||||||
|
defaultKey{}: endpoint{
|
||||||
|
DNSSuffix: "api.aws",
|
||||||
|
},
|
||||||
|
defaultKey{
|
||||||
|
Variant: fipsVariant,
|
||||||
|
}: endpoint{
|
||||||
|
Hostname: "{service}-fips.{region}.{dnsSuffix}",
|
||||||
|
DNSSuffix: "api.aws",
|
||||||
|
},
|
||||||
|
},
|
||||||
|
Endpoints: serviceEndpoints{
|
||||||
|
endpointKey{
|
||||||
|
Region: "us-gov-east-1",
|
||||||
|
}: endpoint{
|
||||||
|
Hostname: "datazone.us-gov-east-1.api.aws",
|
||||||
|
},
|
||||||
|
endpointKey{
|
||||||
|
Region: "us-gov-west-1",
|
||||||
|
}: endpoint{
|
||||||
|
Hostname: "datazone.us-gov-west-1.api.aws",
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
"directconnect": service{
|
"directconnect": service{
|
||||||
Endpoints: serviceEndpoints{
|
Endpoints: serviceEndpoints{
|
||||||
endpointKey{
|
endpointKey{
|
||||||
@ -37939,6 +38206,36 @@ var awsusgovPartition = partition{
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
"m2": service{
|
||||||
|
Endpoints: serviceEndpoints{
|
||||||
|
endpointKey{
|
||||||
|
Region: "fips-us-gov-east-1",
|
||||||
|
}: endpoint{
|
||||||
|
|
||||||
|
Deprecated: boxedTrue,
|
||||||
|
},
|
||||||
|
endpointKey{
|
||||||
|
Region: "fips-us-gov-west-1",
|
||||||
|
}: endpoint{
|
||||||
|
|
||||||
|
Deprecated: boxedTrue,
|
||||||
|
},
|
||||||
|
endpointKey{
|
||||||
|
Region: "us-gov-east-1",
|
||||||
|
}: endpoint{},
|
||||||
|
endpointKey{
|
||||||
|
Region: "us-gov-east-1",
|
||||||
|
Variant: fipsVariant,
|
||||||
|
}: endpoint{},
|
||||||
|
endpointKey{
|
||||||
|
Region: "us-gov-west-1",
|
||||||
|
}: endpoint{},
|
||||||
|
endpointKey{
|
||||||
|
Region: "us-gov-west-1",
|
||||||
|
Variant: fipsVariant,
|
||||||
|
}: endpoint{},
|
||||||
|
},
|
||||||
|
},
|
||||||
"managedblockchain": service{
|
"managedblockchain": service{
|
||||||
Endpoints: serviceEndpoints{
|
Endpoints: serviceEndpoints{
|
||||||
endpointKey{
|
endpointKey{
|
||||||
|
2
vendor/github.com/aws/aws-sdk-go/aws/version.go
generated
vendored
2
vendor/github.com/aws/aws-sdk-go/aws/version.go
generated
vendored
@ -5,4 +5,4 @@ package aws
|
|||||||
const SDKName = "aws-sdk-go"
|
const SDKName = "aws-sdk-go"
|
||||||
|
|
||||||
// SDKVersion is the version of this SDK
|
// SDKVersion is the version of this SDK
|
||||||
const SDKVersion = "1.45.20"
|
const SDKVersion = "1.45.24"
|
||||||
|
6
vendor/github.com/aws/smithy-go/CHANGELOG.md
generated
vendored
6
vendor/github.com/aws/smithy-go/CHANGELOG.md
generated
vendored
@ -1,3 +1,9 @@
|
|||||||
|
# Release (2023-10-06)
|
||||||
|
|
||||||
|
## Module Highlights
|
||||||
|
* `github.com/aws/smithy-go`: v1.15.0
|
||||||
|
* **Feature**: Add `http.WithHeaderComment` middleware.
|
||||||
|
|
||||||
# Release (2023-08-18)
|
# Release (2023-08-18)
|
||||||
|
|
||||||
* No change notes available for this release.
|
* No change notes available for this release.
|
||||||
|
15
vendor/github.com/aws/smithy-go/README.md
generated
vendored
15
vendor/github.com/aws/smithy-go/README.md
generated
vendored
@ -6,6 +6,21 @@
|
|||||||
|
|
||||||
**WARNING: All interfaces are subject to change.**
|
**WARNING: All interfaces are subject to change.**
|
||||||
|
|
||||||
|
## Can I use this?
|
||||||
|
|
||||||
|
In order to generate a usable smithy client you must provide a [protocol definition](https://github.com/aws/smithy-go/blob/main/codegen/smithy-go-codegen/src/main/java/software/amazon/smithy/go/codegen/integration/ProtocolGenerator.java),
|
||||||
|
such as [AWS restJson1](https://smithy.io/2.0/aws/protocols/aws-restjson1-protocol.html),
|
||||||
|
in order to generate transport mechanisms and serialization/deserialization
|
||||||
|
code ("serde") accordingly.
|
||||||
|
|
||||||
|
The code generator does not currently support any protocols out of the box,
|
||||||
|
therefore the useability of this project on its own is currently limited.
|
||||||
|
Support for all [AWS protocols](https://smithy.io/2.0/aws/protocols/index.html)
|
||||||
|
exists in [aws-sdk-go-v2](https://github.com/aws/aws-sdk-go-v2). We are
|
||||||
|
tracking the movement of those out of the SDK into smithy-go in
|
||||||
|
[#458](https://github.com/aws/smithy-go/issues/458), but there's currently no
|
||||||
|
timeline for doing so.
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
This project is licensed under the Apache-2.0 License.
|
This project is licensed under the Apache-2.0 License.
|
||||||
|
2
vendor/github.com/aws/smithy-go/go_module_metadata.go
generated
vendored
2
vendor/github.com/aws/smithy-go/go_module_metadata.go
generated
vendored
@ -3,4 +3,4 @@
|
|||||||
package smithy
|
package smithy
|
||||||
|
|
||||||
// goModuleVersion is the tagged release for this module
|
// goModuleVersion is the tagged release for this module
|
||||||
const goModuleVersion = "1.14.2"
|
const goModuleVersion = "1.15.0"
|
||||||
|
81
vendor/github.com/aws/smithy-go/transport/http/middleware_header_comment.go
generated
vendored
Normal file
81
vendor/github.com/aws/smithy-go/transport/http/middleware_header_comment.go
generated
vendored
Normal file
@ -0,0 +1,81 @@
|
|||||||
|
package http
|
||||||
|
|
||||||
|
import (
|
||||||
|
"context"
|
||||||
|
"fmt"
|
||||||
|
"net/http"
|
||||||
|
|
||||||
|
"github.com/aws/smithy-go/middleware"
|
||||||
|
)
|
||||||
|
|
||||||
|
// WithHeaderComment instruments a middleware stack to append an HTTP field
|
||||||
|
// comment to the given header as specified in RFC 9110
|
||||||
|
// (https://www.rfc-editor.org/rfc/rfc9110#name-comments).
|
||||||
|
//
|
||||||
|
// The header is case-insensitive. If the provided header exists when the
|
||||||
|
// middleware runs, the content will be inserted as-is enclosed in parentheses.
|
||||||
|
//
|
||||||
|
// Note that per the HTTP specification, comments are only allowed in fields
|
||||||
|
// containing "comment" as part of their field value definition, but this API
|
||||||
|
// will NOT verify whether the provided header is one of them.
|
||||||
|
//
|
||||||
|
// WithHeaderComment MAY be applied more than once to a middleware stack and/or
|
||||||
|
// more than once per header.
|
||||||
|
func WithHeaderComment(header, content string) func(*middleware.Stack) error {
|
||||||
|
return func(s *middleware.Stack) error {
|
||||||
|
m, err := getOrAddHeaderComment(s)
|
||||||
|
if err != nil {
|
||||||
|
return fmt.Errorf("get or add header comment: %v", err)
|
||||||
|
}
|
||||||
|
|
||||||
|
m.values.Add(header, content)
|
||||||
|
return nil
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
type headerCommentMiddleware struct {
|
||||||
|
values http.Header // hijack case-insensitive access APIs
|
||||||
|
}
|
||||||
|
|
||||||
|
func (*headerCommentMiddleware) ID() string {
|
||||||
|
return "headerComment"
|
||||||
|
}
|
||||||
|
|
||||||
|
func (m *headerCommentMiddleware) HandleBuild(ctx context.Context, in middleware.BuildInput, next middleware.BuildHandler) (
|
||||||
|
out middleware.BuildOutput, metadata middleware.Metadata, err error,
|
||||||
|
) {
|
||||||
|
r, ok := in.Request.(*Request)
|
||||||
|
if !ok {
|
||||||
|
return out, metadata, fmt.Errorf("unknown transport type %T", in.Request)
|
||||||
|
}
|
||||||
|
|
||||||
|
for h, contents := range m.values {
|
||||||
|
for _, c := range contents {
|
||||||
|
if existing := r.Header.Get(h); existing != "" {
|
||||||
|
r.Header.Set(h, fmt.Sprintf("%s (%s)", existing, c))
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
return next.HandleBuild(ctx, in)
|
||||||
|
}
|
||||||
|
|
||||||
|
func getOrAddHeaderComment(s *middleware.Stack) (*headerCommentMiddleware, error) {
|
||||||
|
id := (*headerCommentMiddleware)(nil).ID()
|
||||||
|
m, ok := s.Build.Get(id)
|
||||||
|
if !ok {
|
||||||
|
m := &headerCommentMiddleware{values: http.Header{}}
|
||||||
|
if err := s.Build.Add(m, middleware.After); err != nil {
|
||||||
|
return nil, fmt.Errorf("add build: %v", err)
|
||||||
|
}
|
||||||
|
|
||||||
|
return m, nil
|
||||||
|
}
|
||||||
|
|
||||||
|
hc, ok := m.(*headerCommentMiddleware)
|
||||||
|
if !ok {
|
||||||
|
return nil, fmt.Errorf("existing middleware w/ id %s is not *headerCommentMiddleware", id)
|
||||||
|
}
|
||||||
|
|
||||||
|
return hc, nil
|
||||||
|
}
|
6
vendor/github.com/onsi/ginkgo/v2/CHANGELOG.md
generated
vendored
6
vendor/github.com/onsi/ginkgo/v2/CHANGELOG.md
generated
vendored
@ -1,3 +1,9 @@
|
|||||||
|
## 2.13.0
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
Add PreviewSpect() to enable programmatic preview access to the suite report (fixes #1225)
|
||||||
|
|
||||||
## 2.12.1
|
## 2.12.1
|
||||||
|
|
||||||
### Fixes
|
### Fixes
|
||||||
|
96
vendor/github.com/onsi/ginkgo/v2/core_dsl.go
generated
vendored
96
vendor/github.com/onsi/ginkgo/v2/core_dsl.go
generated
vendored
@ -248,31 +248,13 @@ func RunSpecs(t GinkgoTestingT, description string, args ...interface{}) bool {
|
|||||||
exitIfErr(types.GinkgoErrors.RerunningSuite())
|
exitIfErr(types.GinkgoErrors.RerunningSuite())
|
||||||
}
|
}
|
||||||
suiteDidRun = true
|
suiteDidRun = true
|
||||||
|
err := global.PushClone()
|
||||||
|
if err != nil {
|
||||||
|
exitIfErr(err)
|
||||||
|
}
|
||||||
|
defer global.PopClone()
|
||||||
|
|
||||||
suiteLabels := Labels{}
|
suiteLabels := extractSuiteConfiguration(args)
|
||||||
configErrors := []error{}
|
|
||||||
for _, arg := range args {
|
|
||||||
switch arg := arg.(type) {
|
|
||||||
case types.SuiteConfig:
|
|
||||||
suiteConfig = arg
|
|
||||||
case types.ReporterConfig:
|
|
||||||
reporterConfig = arg
|
|
||||||
case Labels:
|
|
||||||
suiteLabels = append(suiteLabels, arg...)
|
|
||||||
default:
|
|
||||||
configErrors = append(configErrors, types.GinkgoErrors.UnknownTypePassedToRunSpecs(arg))
|
|
||||||
}
|
|
||||||
}
|
|
||||||
exitIfErrors(configErrors)
|
|
||||||
|
|
||||||
configErrors = types.VetConfig(flagSet, suiteConfig, reporterConfig)
|
|
||||||
if len(configErrors) > 0 {
|
|
||||||
fmt.Fprintf(formatter.ColorableStdErr, formatter.F("{{red}}Ginkgo detected configuration issues:{{/}}\n"))
|
|
||||||
for _, err := range configErrors {
|
|
||||||
fmt.Fprintf(formatter.ColorableStdErr, err.Error())
|
|
||||||
}
|
|
||||||
os.Exit(1)
|
|
||||||
}
|
|
||||||
|
|
||||||
var reporter reporters.Reporter
|
var reporter reporters.Reporter
|
||||||
if suiteConfig.ParallelTotal == 1 {
|
if suiteConfig.ParallelTotal == 1 {
|
||||||
@ -308,9 +290,8 @@ func RunSpecs(t GinkgoTestingT, description string, args ...interface{}) bool {
|
|||||||
registerReportAfterSuiteNodeForAutogeneratedReports(reporterConfig)
|
registerReportAfterSuiteNodeForAutogeneratedReports(reporterConfig)
|
||||||
}
|
}
|
||||||
|
|
||||||
err := global.Suite.BuildTree()
|
err = global.Suite.BuildTree()
|
||||||
exitIfErr(err)
|
exitIfErr(err)
|
||||||
|
|
||||||
suitePath, err := os.Getwd()
|
suitePath, err := os.Getwd()
|
||||||
exitIfErr(err)
|
exitIfErr(err)
|
||||||
suitePath, err = filepath.Abs(suitePath)
|
suitePath, err = filepath.Abs(suitePath)
|
||||||
@ -335,6 +316,69 @@ func RunSpecs(t GinkgoTestingT, description string, args ...interface{}) bool {
|
|||||||
return passed
|
return passed
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func extractSuiteConfiguration(args []interface{}) Labels {
|
||||||
|
suiteLabels := Labels{}
|
||||||
|
configErrors := []error{}
|
||||||
|
for _, arg := range args {
|
||||||
|
switch arg := arg.(type) {
|
||||||
|
case types.SuiteConfig:
|
||||||
|
suiteConfig = arg
|
||||||
|
case types.ReporterConfig:
|
||||||
|
reporterConfig = arg
|
||||||
|
case Labels:
|
||||||
|
suiteLabels = append(suiteLabels, arg...)
|
||||||
|
default:
|
||||||
|
configErrors = append(configErrors, types.GinkgoErrors.UnknownTypePassedToRunSpecs(arg))
|
||||||
|
}
|
||||||
|
}
|
||||||
|
exitIfErrors(configErrors)
|
||||||
|
|
||||||
|
configErrors = types.VetConfig(flagSet, suiteConfig, reporterConfig)
|
||||||
|
if len(configErrors) > 0 {
|
||||||
|
fmt.Fprintf(formatter.ColorableStdErr, formatter.F("{{red}}Ginkgo detected configuration issues:{{/}}\n"))
|
||||||
|
for _, err := range configErrors {
|
||||||
|
fmt.Fprintf(formatter.ColorableStdErr, err.Error())
|
||||||
|
}
|
||||||
|
os.Exit(1)
|
||||||
|
}
|
||||||
|
|
||||||
|
return suiteLabels
|
||||||
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
PreviewSpecs walks the testing tree and produces a report without actually invoking the specs.
|
||||||
|
See http://onsi.github.io/ginkgo/#previewing-specs for more information.
|
||||||
|
*/
|
||||||
|
func PreviewSpecs(description string, args ...any) Report {
|
||||||
|
err := global.PushClone()
|
||||||
|
if err != nil {
|
||||||
|
exitIfErr(err)
|
||||||
|
}
|
||||||
|
defer global.PopClone()
|
||||||
|
|
||||||
|
suiteLabels := extractSuiteConfiguration(args)
|
||||||
|
priorDryRun, priorParallelTotal, priorParallelProcess := suiteConfig.DryRun, suiteConfig.ParallelTotal, suiteConfig.ParallelProcess
|
||||||
|
suiteConfig.DryRun, suiteConfig.ParallelTotal, suiteConfig.ParallelProcess = true, 1, 1
|
||||||
|
defer func() {
|
||||||
|
suiteConfig.DryRun, suiteConfig.ParallelTotal, suiteConfig.ParallelProcess = priorDryRun, priorParallelTotal, priorParallelProcess
|
||||||
|
}()
|
||||||
|
reporter := reporters.NoopReporter{}
|
||||||
|
outputInterceptor = internal.NoopOutputInterceptor{}
|
||||||
|
client = nil
|
||||||
|
writer := GinkgoWriter.(*internal.Writer)
|
||||||
|
|
||||||
|
err = global.Suite.BuildTree()
|
||||||
|
exitIfErr(err)
|
||||||
|
suitePath, err := os.Getwd()
|
||||||
|
exitIfErr(err)
|
||||||
|
suitePath, err = filepath.Abs(suitePath)
|
||||||
|
exitIfErr(err)
|
||||||
|
|
||||||
|
global.Suite.Run(description, suiteLabels, suitePath, global.Failer, reporter, writer, outputInterceptor, interrupt_handler.NewInterruptHandler(client), client, internal.RegisterForProgressSignal, suiteConfig)
|
||||||
|
|
||||||
|
return global.Suite.GetPreviewReport()
|
||||||
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
Skip instructs Ginkgo to skip the current spec
|
Skip instructs Ginkgo to skip the current spec
|
||||||
|
|
||||||
|
11
vendor/github.com/onsi/ginkgo/v2/internal/global/init.go
generated
vendored
11
vendor/github.com/onsi/ginkgo/v2/internal/global/init.go
generated
vendored
@ -6,6 +6,7 @@ import (
|
|||||||
|
|
||||||
var Suite *internal.Suite
|
var Suite *internal.Suite
|
||||||
var Failer *internal.Failer
|
var Failer *internal.Failer
|
||||||
|
var backupSuite *internal.Suite
|
||||||
|
|
||||||
func init() {
|
func init() {
|
||||||
InitializeGlobals()
|
InitializeGlobals()
|
||||||
@ -15,3 +16,13 @@ func InitializeGlobals() {
|
|||||||
Failer = internal.NewFailer()
|
Failer = internal.NewFailer()
|
||||||
Suite = internal.NewSuite()
|
Suite = internal.NewSuite()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func PushClone() error {
|
||||||
|
var err error
|
||||||
|
backupSuite, err = Suite.Clone()
|
||||||
|
return err
|
||||||
|
}
|
||||||
|
|
||||||
|
func PopClone() {
|
||||||
|
Suite = backupSuite
|
||||||
|
}
|
||||||
|
6
vendor/github.com/onsi/ginkgo/v2/internal/node.go
generated
vendored
6
vendor/github.com/onsi/ginkgo/v2/internal/node.go
generated
vendored
@ -597,6 +597,12 @@ func (n Node) IsZero() bool {
|
|||||||
/* Nodes */
|
/* Nodes */
|
||||||
type Nodes []Node
|
type Nodes []Node
|
||||||
|
|
||||||
|
func (n Nodes) Clone() Nodes {
|
||||||
|
nodes := make(Nodes, len(n))
|
||||||
|
copy(nodes, n)
|
||||||
|
return nodes
|
||||||
|
}
|
||||||
|
|
||||||
func (n Nodes) CopyAppend(nodes ...Node) Nodes {
|
func (n Nodes) CopyAppend(nodes ...Node) Nodes {
|
||||||
numN := len(n)
|
numN := len(n)
|
||||||
out := make(Nodes, numN+len(nodes))
|
out := make(Nodes, numN+len(nodes))
|
||||||
|
24
vendor/github.com/onsi/ginkgo/v2/internal/suite.go
generated
vendored
24
vendor/github.com/onsi/ginkgo/v2/internal/suite.go
generated
vendored
@ -77,6 +77,20 @@ func NewSuite() *Suite {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func (suite *Suite) Clone() (*Suite, error) {
|
||||||
|
if suite.phase != PhaseBuildTopLevel {
|
||||||
|
return nil, fmt.Errorf("cnanot clone suite after tree has been built")
|
||||||
|
}
|
||||||
|
return &Suite{
|
||||||
|
tree: &TreeNode{},
|
||||||
|
phase: PhaseBuildTopLevel,
|
||||||
|
ProgressReporterManager: NewProgressReporterManager(),
|
||||||
|
topLevelContainers: suite.topLevelContainers.Clone(),
|
||||||
|
suiteNodes: suite.suiteNodes.Clone(),
|
||||||
|
selectiveLock: &sync.Mutex{},
|
||||||
|
}, nil
|
||||||
|
}
|
||||||
|
|
||||||
func (suite *Suite) BuildTree() error {
|
func (suite *Suite) BuildTree() error {
|
||||||
// During PhaseBuildTopLevel, the top level containers are stored in suite.topLevelCotainers and entered
|
// During PhaseBuildTopLevel, the top level containers are stored in suite.topLevelCotainers and entered
|
||||||
// We now enter PhaseBuildTree where these top level containers are entered and added to the spec tree
|
// We now enter PhaseBuildTree where these top level containers are entered and added to the spec tree
|
||||||
@ -328,6 +342,16 @@ func (suite *Suite) CurrentSpecReport() types.SpecReport {
|
|||||||
return report
|
return report
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Only valid in the preview context. In general suite.report only includes
|
||||||
|
// the specs run by _this_ node - it is only at the end of the suite that
|
||||||
|
// the parallel reports are aggregated. However in the preview context we run
|
||||||
|
// in series and
|
||||||
|
func (suite *Suite) GetPreviewReport() types.Report {
|
||||||
|
suite.selectiveLock.Lock()
|
||||||
|
defer suite.selectiveLock.Unlock()
|
||||||
|
return suite.report
|
||||||
|
}
|
||||||
|
|
||||||
func (suite *Suite) AddReportEntry(entry ReportEntry) error {
|
func (suite *Suite) AddReportEntry(entry ReportEntry) error {
|
||||||
if suite.phase != PhaseRun {
|
if suite.phase != PhaseRun {
|
||||||
return types.GinkgoErrors.AddReportEntryNotDuringRunPhase(entry.Location)
|
return types.GinkgoErrors.AddReportEntryNotDuringRunPhase(entry.Location)
|
||||||
|
2
vendor/github.com/onsi/ginkgo/v2/types/version.go
generated
vendored
2
vendor/github.com/onsi/ginkgo/v2/types/version.go
generated
vendored
@ -1,3 +1,3 @@
|
|||||||
package types
|
package types
|
||||||
|
|
||||||
const VERSION = "2.12.1"
|
const VERSION = "2.13.0"
|
||||||
|
16
vendor/modules.txt
vendored
16
vendor/modules.txt
vendored
@ -20,7 +20,7 @@ github.com/armon/go-metrics
|
|||||||
# github.com/asaskevich/govalidator v0.0.0-20190424111038-f61b66f89f4a
|
# github.com/asaskevich/govalidator v0.0.0-20190424111038-f61b66f89f4a
|
||||||
## explicit
|
## explicit
|
||||||
github.com/asaskevich/govalidator
|
github.com/asaskevich/govalidator
|
||||||
# github.com/aws/aws-sdk-go v1.45.20
|
# github.com/aws/aws-sdk-go v1.45.24
|
||||||
## explicit; go 1.11
|
## explicit; go 1.11
|
||||||
github.com/aws/aws-sdk-go/aws
|
github.com/aws/aws-sdk-go/aws
|
||||||
github.com/aws/aws-sdk-go/aws/auth/bearer
|
github.com/aws/aws-sdk-go/aws/auth/bearer
|
||||||
@ -65,7 +65,7 @@ github.com/aws/aws-sdk-go/service/sso/ssoiface
|
|||||||
github.com/aws/aws-sdk-go/service/ssooidc
|
github.com/aws/aws-sdk-go/service/ssooidc
|
||||||
github.com/aws/aws-sdk-go/service/sts
|
github.com/aws/aws-sdk-go/service/sts
|
||||||
github.com/aws/aws-sdk-go/service/sts/stsiface
|
github.com/aws/aws-sdk-go/service/sts/stsiface
|
||||||
# github.com/aws/aws-sdk-go-v2 v1.21.0
|
# github.com/aws/aws-sdk-go-v2 v1.21.1
|
||||||
## explicit; go 1.15
|
## explicit; go 1.15
|
||||||
github.com/aws/aws-sdk-go-v2/aws
|
github.com/aws/aws-sdk-go-v2/aws
|
||||||
github.com/aws/aws-sdk-go-v2/aws/defaults
|
github.com/aws/aws-sdk-go-v2/aws/defaults
|
||||||
@ -84,21 +84,21 @@ github.com/aws/aws-sdk-go-v2/internal/sdk
|
|||||||
github.com/aws/aws-sdk-go-v2/internal/strings
|
github.com/aws/aws-sdk-go-v2/internal/strings
|
||||||
github.com/aws/aws-sdk-go-v2/internal/sync/singleflight
|
github.com/aws/aws-sdk-go-v2/internal/sync/singleflight
|
||||||
github.com/aws/aws-sdk-go-v2/internal/timeconv
|
github.com/aws/aws-sdk-go-v2/internal/timeconv
|
||||||
# github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.41
|
# github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.42
|
||||||
## explicit; go 1.15
|
## explicit; go 1.15
|
||||||
github.com/aws/aws-sdk-go-v2/internal/configsources
|
github.com/aws/aws-sdk-go-v2/internal/configsources
|
||||||
# github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.35
|
# github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.36
|
||||||
## explicit; go 1.15
|
## explicit; go 1.15
|
||||||
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2
|
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2
|
||||||
# github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.35
|
# github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.36
|
||||||
## explicit; go 1.15
|
## explicit; go 1.15
|
||||||
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url
|
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url
|
||||||
# github.com/aws/aws-sdk-go-v2/service/sts v1.23.0
|
# github.com/aws/aws-sdk-go-v2/service/sts v1.23.1
|
||||||
## explicit; go 1.15
|
## explicit; go 1.15
|
||||||
github.com/aws/aws-sdk-go-v2/service/sts
|
github.com/aws/aws-sdk-go-v2/service/sts
|
||||||
github.com/aws/aws-sdk-go-v2/service/sts/internal/endpoints
|
github.com/aws/aws-sdk-go-v2/service/sts/internal/endpoints
|
||||||
github.com/aws/aws-sdk-go-v2/service/sts/types
|
github.com/aws/aws-sdk-go-v2/service/sts/types
|
||||||
# github.com/aws/smithy-go v1.14.2
|
# github.com/aws/smithy-go v1.15.0
|
||||||
## explicit; go 1.15
|
## explicit; go 1.15
|
||||||
github.com/aws/smithy-go
|
github.com/aws/smithy-go
|
||||||
github.com/aws/smithy-go/auth/bearer
|
github.com/aws/smithy-go/auth/bearer
|
||||||
@ -452,7 +452,7 @@ github.com/modern-go/reflect2
|
|||||||
# github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822
|
# github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822
|
||||||
## explicit
|
## explicit
|
||||||
github.com/munnerz/goautoneg
|
github.com/munnerz/goautoneg
|
||||||
# github.com/onsi/ginkgo/v2 v2.12.1
|
# github.com/onsi/ginkgo/v2 v2.13.0
|
||||||
## explicit; go 1.18
|
## explicit; go 1.18
|
||||||
github.com/onsi/ginkgo/v2
|
github.com/onsi/ginkgo/v2
|
||||||
github.com/onsi/ginkgo/v2/config
|
github.com/onsi/ginkgo/v2/config
|
||||||
|
Loading…
Reference in New Issue
Block a user