mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
vendor: run make vendor-update
This commit is contained in:
parent
f17b408643
commit
f15ba5eac3
217 changed files with 9179 additions and 800 deletions
73
go.mod
73
go.mod
|
@ -9,11 +9,11 @@ require (
|
||||||
github.com/VictoriaMetrics/easyproto v0.1.4
|
github.com/VictoriaMetrics/easyproto v0.1.4
|
||||||
github.com/VictoriaMetrics/fastcache v1.12.2
|
github.com/VictoriaMetrics/fastcache v1.12.2
|
||||||
github.com/VictoriaMetrics/metrics v1.34.0
|
github.com/VictoriaMetrics/metrics v1.34.0
|
||||||
github.com/VictoriaMetrics/metricsql v0.75.1
|
github.com/VictoriaMetrics/metricsql v0.76.0
|
||||||
github.com/aws/aws-sdk-go-v2 v1.30.0
|
github.com/aws/aws-sdk-go-v2 v1.30.1
|
||||||
github.com/aws/aws-sdk-go-v2/config v1.27.21
|
github.com/aws/aws-sdk-go-v2/config v1.27.23
|
||||||
github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.17.1
|
github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.17.4
|
||||||
github.com/aws/aws-sdk-go-v2/service/s3 v1.56.1
|
github.com/aws/aws-sdk-go-v2/service/s3 v1.58.0
|
||||||
github.com/bmatcuk/doublestar/v4 v4.6.1
|
github.com/bmatcuk/doublestar/v4 v4.6.1
|
||||||
github.com/cespare/xxhash/v2 v2.3.0
|
github.com/cespare/xxhash/v2 v2.3.0
|
||||||
github.com/cheggaaa/pb/v3 v3.1.5
|
github.com/cheggaaa/pb/v3 v3.1.5
|
||||||
|
@ -32,37 +32,37 @@ require (
|
||||||
github.com/valyala/quicktemplate v1.7.0
|
github.com/valyala/quicktemplate v1.7.0
|
||||||
golang.org/x/oauth2 v0.21.0
|
golang.org/x/oauth2 v0.21.0
|
||||||
golang.org/x/sys v0.21.0
|
golang.org/x/sys v0.21.0
|
||||||
google.golang.org/api v0.185.0
|
google.golang.org/api v0.187.0
|
||||||
gopkg.in/yaml.v2 v2.4.0
|
gopkg.in/yaml.v2 v2.4.0
|
||||||
)
|
)
|
||||||
|
|
||||||
require (
|
require (
|
||||||
cloud.google.com/go v0.115.0 // indirect
|
cloud.google.com/go v0.115.0 // indirect
|
||||||
cloud.google.com/go/auth v0.5.2 // indirect
|
cloud.google.com/go/auth v0.6.1 // indirect
|
||||||
cloud.google.com/go/auth/oauth2adapt v0.2.2 // indirect
|
cloud.google.com/go/auth/oauth2adapt v0.2.2 // indirect
|
||||||
cloud.google.com/go/compute/metadata v0.3.0 // indirect
|
cloud.google.com/go/compute/metadata v0.4.0 // indirect
|
||||||
cloud.google.com/go/iam v1.1.8 // indirect
|
cloud.google.com/go/iam v1.1.10 // indirect
|
||||||
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.7.0 // indirect
|
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.7.0 // indirect
|
||||||
github.com/Azure/azure-sdk-for-go/sdk/internal v1.9.0 // indirect
|
github.com/Azure/azure-sdk-for-go/sdk/internal v1.9.1 // indirect
|
||||||
github.com/AzureAD/microsoft-authentication-library-for-go v1.2.2 // indirect
|
github.com/AzureAD/microsoft-authentication-library-for-go v1.2.2 // indirect
|
||||||
github.com/VividCortex/ewma v1.2.0 // indirect
|
github.com/VividCortex/ewma v1.2.0 // indirect
|
||||||
github.com/alecthomas/units v0.0.0-20231202071711-9a357b53e9c9 // indirect
|
github.com/alecthomas/units v0.0.0-20240626203959-61d1e3462e30 // indirect
|
||||||
github.com/aws/aws-sdk-go v1.54.6 // indirect
|
github.com/aws/aws-sdk-go v1.54.13 // indirect
|
||||||
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.2 // indirect
|
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.3 // indirect
|
||||||
github.com/aws/aws-sdk-go-v2/credentials v1.17.21 // indirect
|
github.com/aws/aws-sdk-go-v2/credentials v1.17.23 // indirect
|
||||||
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.8 // indirect
|
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.9 // indirect
|
||||||
github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.12 // indirect
|
github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.13 // indirect
|
||||||
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.12 // indirect
|
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.13 // indirect
|
||||||
github.com/aws/aws-sdk-go-v2/internal/ini v1.8.0 // indirect
|
github.com/aws/aws-sdk-go-v2/internal/ini v1.8.0 // indirect
|
||||||
github.com/aws/aws-sdk-go-v2/internal/v4a v1.3.12 // indirect
|
github.com/aws/aws-sdk-go-v2/internal/v4a v1.3.13 // indirect
|
||||||
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.11.2 // indirect
|
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.11.3 // indirect
|
||||||
github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.3.14 // indirect
|
github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.3.15 // indirect
|
||||||
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.11.14 // indirect
|
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.11.15 // indirect
|
||||||
github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.17.12 // indirect
|
github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.17.13 // indirect
|
||||||
github.com/aws/aws-sdk-go-v2/service/sso v1.21.1 // indirect
|
github.com/aws/aws-sdk-go-v2/service/sso v1.22.1 // indirect
|
||||||
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.25.1 // indirect
|
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.26.1 // indirect
|
||||||
github.com/aws/aws-sdk-go-v2/service/sts v1.29.1 // indirect
|
github.com/aws/aws-sdk-go-v2/service/sts v1.30.1 // indirect
|
||||||
github.com/aws/smithy-go v1.20.2 // indirect
|
github.com/aws/smithy-go v1.20.3 // indirect
|
||||||
github.com/bboreham/go-loser v0.0.0-20230920113527-fcc2c21820a3 // indirect
|
github.com/bboreham/go-loser v0.0.0-20230920113527-fcc2c21820a3 // indirect
|
||||||
github.com/beorn7/perks v1.0.1 // indirect
|
github.com/beorn7/perks v1.0.1 // indirect
|
||||||
github.com/cpuguy83/go-md2man/v2 v2.0.4 // indirect
|
github.com/cpuguy83/go-md2man/v2 v2.0.4 // indirect
|
||||||
|
@ -91,13 +91,14 @@ require (
|
||||||
github.com/mattn/go-runewidth v0.0.15 // indirect
|
github.com/mattn/go-runewidth v0.0.15 // indirect
|
||||||
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
||||||
github.com/modern-go/reflect2 v1.0.2 // indirect
|
github.com/modern-go/reflect2 v1.0.2 // indirect
|
||||||
|
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
|
||||||
github.com/mwitkow/go-conntrack v0.0.0-20190716064945-2f068394615f // indirect
|
github.com/mwitkow/go-conntrack v0.0.0-20190716064945-2f068394615f // indirect
|
||||||
github.com/oklog/ulid v1.3.1 // indirect
|
github.com/oklog/ulid v1.3.1 // indirect
|
||||||
github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c // indirect
|
github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c // indirect
|
||||||
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
|
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
|
||||||
github.com/prometheus/client_golang v1.19.1 // indirect
|
github.com/prometheus/client_golang v1.19.1 // indirect
|
||||||
github.com/prometheus/client_model v0.6.1 // indirect
|
github.com/prometheus/client_model v0.6.1 // indirect
|
||||||
github.com/prometheus/common v0.54.0 // indirect
|
github.com/prometheus/common v0.55.0 // indirect
|
||||||
github.com/prometheus/common/sigv4 v0.1.0 // indirect
|
github.com/prometheus/common/sigv4 v0.1.0 // indirect
|
||||||
github.com/prometheus/procfs v0.15.1 // indirect
|
github.com/prometheus/procfs v0.15.1 // indirect
|
||||||
github.com/rivo/uniseg v0.4.7 // indirect
|
github.com/rivo/uniseg v0.4.7 // indirect
|
||||||
|
@ -106,13 +107,13 @@ require (
|
||||||
github.com/valyala/bytebufferpool v1.0.0 // indirect
|
github.com/valyala/bytebufferpool v1.0.0 // indirect
|
||||||
github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 // indirect
|
github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 // indirect
|
||||||
go.opencensus.io v0.24.0 // indirect
|
go.opencensus.io v0.24.0 // indirect
|
||||||
go.opentelemetry.io/collector/pdata v1.10.0 // indirect
|
go.opentelemetry.io/collector/pdata v1.11.0 // indirect
|
||||||
go.opentelemetry.io/collector/semconv v0.103.0 // indirect
|
go.opentelemetry.io/collector/semconv v0.104.0 // indirect
|
||||||
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.52.0 // indirect
|
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.52.0 // indirect
|
||||||
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.52.0 // indirect
|
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.52.0 // indirect
|
||||||
go.opentelemetry.io/otel v1.27.0 // indirect
|
go.opentelemetry.io/otel v1.28.0 // indirect
|
||||||
go.opentelemetry.io/otel/metric v1.27.0 // indirect
|
go.opentelemetry.io/otel/metric v1.28.0 // indirect
|
||||||
go.opentelemetry.io/otel/trace v1.27.0 // indirect
|
go.opentelemetry.io/otel/trace v1.28.0 // indirect
|
||||||
go.uber.org/atomic v1.11.0 // indirect
|
go.uber.org/atomic v1.11.0 // indirect
|
||||||
go.uber.org/goleak v1.3.0 // indirect
|
go.uber.org/goleak v1.3.0 // indirect
|
||||||
go.uber.org/multierr v1.11.0 // indirect
|
go.uber.org/multierr v1.11.0 // indirect
|
||||||
|
@ -122,10 +123,10 @@ require (
|
||||||
golang.org/x/sync v0.7.0 // indirect
|
golang.org/x/sync v0.7.0 // indirect
|
||||||
golang.org/x/text v0.16.0 // indirect
|
golang.org/x/text v0.16.0 // indirect
|
||||||
golang.org/x/time v0.5.0 // indirect
|
golang.org/x/time v0.5.0 // indirect
|
||||||
google.golang.org/genproto v0.0.0-20240624140628-dc46fd24d27d // indirect
|
google.golang.org/genproto v0.0.0-20240701130421-f6361c86f094 // indirect
|
||||||
google.golang.org/genproto/googleapis/api v0.0.0-20240624140628-dc46fd24d27d // indirect
|
google.golang.org/genproto/googleapis/api v0.0.0-20240701130421-f6361c86f094 // indirect
|
||||||
google.golang.org/genproto/googleapis/rpc v0.0.0-20240624140628-dc46fd24d27d // indirect
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20240701130421-f6361c86f094 // indirect
|
||||||
google.golang.org/grpc v1.64.0 // indirect
|
google.golang.org/grpc v1.65.0 // indirect
|
||||||
google.golang.org/protobuf v1.34.2 // indirect
|
google.golang.org/protobuf v1.34.2 // indirect
|
||||||
gopkg.in/yaml.v3 v3.0.1 // indirect
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
||||||
k8s.io/apimachinery v0.30.2 // indirect
|
k8s.io/apimachinery v0.30.2 // indirect
|
||||||
|
|
155
go.sum
155
go.sum
|
@ -15,8 +15,8 @@ cloud.google.com/go v0.62.0/go.mod h1:jmCYTdRCQuc1PHIIJ/maLInMho30T/Y0M4hTdTShOY
|
||||||
cloud.google.com/go v0.65.0/go.mod h1:O5N8zS7uWy9vkA9vayVHs65eM1ubvY4h553ofrNHObY=
|
cloud.google.com/go v0.65.0/go.mod h1:O5N8zS7uWy9vkA9vayVHs65eM1ubvY4h553ofrNHObY=
|
||||||
cloud.google.com/go v0.115.0 h1:CnFSK6Xo3lDYRoBKEcAtia6VSC837/ZkJuRduSFnr14=
|
cloud.google.com/go v0.115.0 h1:CnFSK6Xo3lDYRoBKEcAtia6VSC837/ZkJuRduSFnr14=
|
||||||
cloud.google.com/go v0.115.0/go.mod h1:8jIM5vVgoAEoiVxQ/O4BFTfHqulPZgs/ufEzMcFMdWU=
|
cloud.google.com/go v0.115.0/go.mod h1:8jIM5vVgoAEoiVxQ/O4BFTfHqulPZgs/ufEzMcFMdWU=
|
||||||
cloud.google.com/go/auth v0.5.2 h1:xzzYbfrv7xI5oPzzu11RT66GnNhRrWcVG9TXEVxx86Y=
|
cloud.google.com/go/auth v0.6.1 h1:T0Zw1XM5c1GlpN2HYr2s+m3vr1p2wy+8VN+Z1FKxW38=
|
||||||
cloud.google.com/go/auth v0.5.2/go.mod h1:b4acV+jLQDyjwm4OXHYjNvRi4jvGBzHWJRtJcy+2P4g=
|
cloud.google.com/go/auth v0.6.1/go.mod h1:eFHG7zDzbXHKmjJddFG/rBlcGp6t25SwRUiEQSlO4x4=
|
||||||
cloud.google.com/go/auth/oauth2adapt v0.2.2 h1:+TTV8aXpjeChS9M+aTtN/TjdQnzJvmzKFt//oWu7HX4=
|
cloud.google.com/go/auth/oauth2adapt v0.2.2 h1:+TTV8aXpjeChS9M+aTtN/TjdQnzJvmzKFt//oWu7HX4=
|
||||||
cloud.google.com/go/auth/oauth2adapt v0.2.2/go.mod h1:wcYjgpZI9+Yu7LyYBg4pqSiaRkfEK3GQcpb7C/uyF1Q=
|
cloud.google.com/go/auth/oauth2adapt v0.2.2/go.mod h1:wcYjgpZI9+Yu7LyYBg4pqSiaRkfEK3GQcpb7C/uyF1Q=
|
||||||
cloud.google.com/go/bigquery v1.0.1/go.mod h1:i/xbL2UlR5RvWAURpBYZTtm/cXjCha9lbfbpx4poX+o=
|
cloud.google.com/go/bigquery v1.0.1/go.mod h1:i/xbL2UlR5RvWAURpBYZTtm/cXjCha9lbfbpx4poX+o=
|
||||||
|
@ -25,14 +25,14 @@ cloud.google.com/go/bigquery v1.4.0/go.mod h1:S8dzgnTigyfTmLBfrtrhyYhwRxG72rYxvf
|
||||||
cloud.google.com/go/bigquery v1.5.0/go.mod h1:snEHRnqQbz117VIFhE8bmtwIDY80NLUZUMb4Nv6dBIg=
|
cloud.google.com/go/bigquery v1.5.0/go.mod h1:snEHRnqQbz117VIFhE8bmtwIDY80NLUZUMb4Nv6dBIg=
|
||||||
cloud.google.com/go/bigquery v1.7.0/go.mod h1://okPTzCYNXSlb24MZs83e2Do+h+VXtc4gLoIoXIAPc=
|
cloud.google.com/go/bigquery v1.7.0/go.mod h1://okPTzCYNXSlb24MZs83e2Do+h+VXtc4gLoIoXIAPc=
|
||||||
cloud.google.com/go/bigquery v1.8.0/go.mod h1:J5hqkt3O0uAFnINi6JXValWIb1v0goeZM77hZzJN/fQ=
|
cloud.google.com/go/bigquery v1.8.0/go.mod h1:J5hqkt3O0uAFnINi6JXValWIb1v0goeZM77hZzJN/fQ=
|
||||||
cloud.google.com/go/compute/metadata v0.3.0 h1:Tz+eQXMEqDIKRsmY3cHTL6FVaynIjX2QxYC4trgAKZc=
|
cloud.google.com/go/compute/metadata v0.4.0 h1:vHzJCWaM4g8XIcm8kopr3XmDA4Gy/lblD3EhhSux05c=
|
||||||
cloud.google.com/go/compute/metadata v0.3.0/go.mod h1:zFmK7XCadkQkj6TtorcaGlCW1hT1fIilQDwofLpJ20k=
|
cloud.google.com/go/compute/metadata v0.4.0/go.mod h1:SIQh1Kkb4ZJ8zJ874fqVkslA29PRXuleyj6vOzlbK7M=
|
||||||
cloud.google.com/go/datastore v1.0.0/go.mod h1:LXYbyblFSglQ5pkeyhO+Qmw7ukd3C+pD7TKLgZqpHYE=
|
cloud.google.com/go/datastore v1.0.0/go.mod h1:LXYbyblFSglQ5pkeyhO+Qmw7ukd3C+pD7TKLgZqpHYE=
|
||||||
cloud.google.com/go/datastore v1.1.0/go.mod h1:umbIZjpQpHh4hmRpGhH4tLFup+FVzqBi1b3c64qFpCk=
|
cloud.google.com/go/datastore v1.1.0/go.mod h1:umbIZjpQpHh4hmRpGhH4tLFup+FVzqBi1b3c64qFpCk=
|
||||||
cloud.google.com/go/iam v1.1.8 h1:r7umDwhj+BQyz0ScZMp4QrGXjSTI3ZINnpgU2nlB/K0=
|
cloud.google.com/go/iam v1.1.10 h1:ZSAr64oEhQSClwBL670MsJAW5/RLiC6kfw3Bqmd5ZDI=
|
||||||
cloud.google.com/go/iam v1.1.8/go.mod h1:GvE6lyMmfxXauzNq8NbgJbeVQNspG+tcdL/W8QO1+zE=
|
cloud.google.com/go/iam v1.1.10/go.mod h1:iEgMq62sg8zx446GCaijmA2Miwg5o3UbO+nI47WHJps=
|
||||||
cloud.google.com/go/longrunning v0.5.7 h1:WLbHekDbjK1fVFD3ibpFFVoyizlLRl73I7YKuAKilhU=
|
cloud.google.com/go/longrunning v0.5.8 h1:QThI5BFSlYlS7K0wnABCdmKsXbG/htLc3nTPzrfOgeU=
|
||||||
cloud.google.com/go/longrunning v0.5.7/go.mod h1:8GClkudohy1Fxm3owmBGid8W0pSgodEMwEAztp38Xng=
|
cloud.google.com/go/longrunning v0.5.8/go.mod h1:oJDErR/mm5h44gzsfjQlxd6jyjFvuBPOxR1TLy2+cQk=
|
||||||
cloud.google.com/go/pubsub v1.0.1/go.mod h1:R0Gpsv3s54REJCy4fxDixWD93lHJMoZTyQ2kNxGRt3I=
|
cloud.google.com/go/pubsub v1.0.1/go.mod h1:R0Gpsv3s54REJCy4fxDixWD93lHJMoZTyQ2kNxGRt3I=
|
||||||
cloud.google.com/go/pubsub v1.1.0/go.mod h1:EwwdRX2sKPjnvnqCa270oGRyludottCI76h+R3AArQw=
|
cloud.google.com/go/pubsub v1.1.0/go.mod h1:EwwdRX2sKPjnvnqCa270oGRyludottCI76h+R3AArQw=
|
||||||
cloud.google.com/go/pubsub v1.2.0/go.mod h1:jhfEVHT8odbXTkndysNHCcx0awwzvfOlguIAii9o8iA=
|
cloud.google.com/go/pubsub v1.2.0/go.mod h1:jhfEVHT8odbXTkndysNHCcx0awwzvfOlguIAii9o8iA=
|
||||||
|
@ -49,8 +49,8 @@ github.com/Azure/azure-sdk-for-go/sdk/azcore v1.12.0 h1:1nGuui+4POelzDwI7RG56yfQ
|
||||||
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.12.0/go.mod h1:99EvauvlcJ1U06amZiksfYz/3aFGyIhWGHVyiZXtBAI=
|
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.12.0/go.mod h1:99EvauvlcJ1U06amZiksfYz/3aFGyIhWGHVyiZXtBAI=
|
||||||
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.7.0 h1:tfLQ34V6F7tVSwoTf/4lH5sE0o6eCJuNDTmH09nDpbc=
|
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.7.0 h1:tfLQ34V6F7tVSwoTf/4lH5sE0o6eCJuNDTmH09nDpbc=
|
||||||
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.7.0/go.mod h1:9kIvujWAA58nmPmWB1m23fyWic1kYZMxD9CxaWn4Qpg=
|
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.7.0/go.mod h1:9kIvujWAA58nmPmWB1m23fyWic1kYZMxD9CxaWn4Qpg=
|
||||||
github.com/Azure/azure-sdk-for-go/sdk/internal v1.9.0 h1:H+U3Gk9zY56G3u872L82bk4thcsy2Gghb9ExT4Zvm1o=
|
github.com/Azure/azure-sdk-for-go/sdk/internal v1.9.1 h1:Xy/qV1DyOhhqsU/z0PyFMJfYCxnzna+vBEUtFW0ksQo=
|
||||||
github.com/Azure/azure-sdk-for-go/sdk/internal v1.9.0/go.mod h1:mgrmMSgaLp9hmax62XQTd0N4aAqSE5E0DulSpVYK7vc=
|
github.com/Azure/azure-sdk-for-go/sdk/internal v1.9.1/go.mod h1:oib6iWdC+sILvNUoJbbBn3xv7TXow7mEp/WRcsYvmow=
|
||||||
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/compute/armcompute/v5 v5.7.0 h1:LkHbJbgF3YyvC53aqYGR+wWQDn2Rdp9AQdGndf9QvY4=
|
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/compute/armcompute/v5 v5.7.0 h1:LkHbJbgF3YyvC53aqYGR+wWQDn2Rdp9AQdGndf9QvY4=
|
||||||
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/compute/armcompute/v5 v5.7.0/go.mod h1:QyiQdW4f4/BIfB8ZutZ2s+28RAgfa/pT+zS++ZHyM1I=
|
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/compute/armcompute/v5 v5.7.0/go.mod h1:QyiQdW4f4/BIfB8ZutZ2s+28RAgfa/pT+zS++ZHyM1I=
|
||||||
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/network/armnetwork/v4 v4.3.0 h1:bXwSugBiSbgtz7rOtbfGf+woewp4f06orW9OP5BjHLA=
|
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/network/armnetwork/v4 v4.3.0 h1:bXwSugBiSbgtz7rOtbfGf+woewp4f06orW9OP5BjHLA=
|
||||||
|
@ -71,11 +71,10 @@ github.com/VictoriaMetrics/easyproto v0.1.4 h1:r8cNvo8o6sR4QShBXQd1bKw/VVLSQma/V
|
||||||
github.com/VictoriaMetrics/easyproto v0.1.4/go.mod h1:QlGlzaJnDfFd8Lk6Ci/fuLxfTo3/GThPs2KH23mv710=
|
github.com/VictoriaMetrics/easyproto v0.1.4/go.mod h1:QlGlzaJnDfFd8Lk6Ci/fuLxfTo3/GThPs2KH23mv710=
|
||||||
github.com/VictoriaMetrics/fastcache v1.12.2 h1:N0y9ASrJ0F6h0QaC3o6uJb3NIZ9VKLjCM7NQbSmF7WI=
|
github.com/VictoriaMetrics/fastcache v1.12.2 h1:N0y9ASrJ0F6h0QaC3o6uJb3NIZ9VKLjCM7NQbSmF7WI=
|
||||||
github.com/VictoriaMetrics/fastcache v1.12.2/go.mod h1:AmC+Nzz1+3G2eCPapF6UcsnkThDcMsQicp4xDukwJYI=
|
github.com/VictoriaMetrics/fastcache v1.12.2/go.mod h1:AmC+Nzz1+3G2eCPapF6UcsnkThDcMsQicp4xDukwJYI=
|
||||||
github.com/VictoriaMetrics/metrics v1.33.1/go.mod h1:r7hveu6xMdUACXvB8TYdAj8WEsKzWB0EkpJN+RDtOf8=
|
|
||||||
github.com/VictoriaMetrics/metrics v1.34.0 h1:0i8k/gdOJdSoZB4Z9pikVnVQXfhcIvnG7M7h2WaQW2w=
|
github.com/VictoriaMetrics/metrics v1.34.0 h1:0i8k/gdOJdSoZB4Z9pikVnVQXfhcIvnG7M7h2WaQW2w=
|
||||||
github.com/VictoriaMetrics/metrics v1.34.0/go.mod h1:r7hveu6xMdUACXvB8TYdAj8WEsKzWB0EkpJN+RDtOf8=
|
github.com/VictoriaMetrics/metrics v1.34.0/go.mod h1:r7hveu6xMdUACXvB8TYdAj8WEsKzWB0EkpJN+RDtOf8=
|
||||||
github.com/VictoriaMetrics/metricsql v0.75.1 h1:cE5Ex6qSdI9vVT2BnsO6GpepB/8LPoSPKQmrM+fuQ84=
|
github.com/VictoriaMetrics/metricsql v0.76.0 h1:hl7vqJqyH2d8zKImzalkFrkFiD5q4ACF8gl3s86DqKA=
|
||||||
github.com/VictoriaMetrics/metricsql v0.75.1/go.mod h1:bEC8gqV+7kjnp97a8Gd6JbV1TraeZhfhvYAuaDuNR/U=
|
github.com/VictoriaMetrics/metricsql v0.76.0/go.mod h1:1g4hdCwlbJZ851PU9VN65xy9Rdlzupo6fx3SNZ8Z64U=
|
||||||
github.com/VividCortex/ewma v1.2.0 h1:f58SaIzcDXrSy3kWaHNvuJgJ3Nmz59Zji6XoJR/q1ow=
|
github.com/VividCortex/ewma v1.2.0 h1:f58SaIzcDXrSy3kWaHNvuJgJ3Nmz59Zji6XoJR/q1ow=
|
||||||
github.com/VividCortex/ewma v1.2.0/go.mod h1:nz4BbCtbLyFDeC9SUHbtcT5644juEuWfUAUnGx7j5l4=
|
github.com/VividCortex/ewma v1.2.0/go.mod h1:nz4BbCtbLyFDeC9SUHbtcT5644juEuWfUAUnGx7j5l4=
|
||||||
github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc/go.mod h1:LOuyumcjzFXgccqObfd/Ljyb9UuFJ6TxHnclSeseNhc=
|
github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc/go.mod h1:LOuyumcjzFXgccqObfd/Ljyb9UuFJ6TxHnclSeseNhc=
|
||||||
|
@ -83,8 +82,8 @@ github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751/go.mod h1:LOuy
|
||||||
github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf/go.mod h1:ybxpYRFXyAe+OPACYpWeL0wqObRcbAqCMya13uyzqw0=
|
github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf/go.mod h1:ybxpYRFXyAe+OPACYpWeL0wqObRcbAqCMya13uyzqw0=
|
||||||
github.com/alecthomas/units v0.0.0-20190717042225-c3de453c63f4/go.mod h1:ybxpYRFXyAe+OPACYpWeL0wqObRcbAqCMya13uyzqw0=
|
github.com/alecthomas/units v0.0.0-20190717042225-c3de453c63f4/go.mod h1:ybxpYRFXyAe+OPACYpWeL0wqObRcbAqCMya13uyzqw0=
|
||||||
github.com/alecthomas/units v0.0.0-20190924025748-f65c72e2690d/go.mod h1:rBZYJk541a8SKzHPHnH3zbiI+7dagKZ0cgpgrD7Fyho=
|
github.com/alecthomas/units v0.0.0-20190924025748-f65c72e2690d/go.mod h1:rBZYJk541a8SKzHPHnH3zbiI+7dagKZ0cgpgrD7Fyho=
|
||||||
github.com/alecthomas/units v0.0.0-20231202071711-9a357b53e9c9 h1:ez/4by2iGztzR4L0zgAOR8lTQK9VlyBVVd7G4omaOQs=
|
github.com/alecthomas/units v0.0.0-20240626203959-61d1e3462e30 h1:t3eaIm0rUkzbrIewtiFmMK5RXHej2XnoXNhxVsAYUfg=
|
||||||
github.com/alecthomas/units v0.0.0-20231202071711-9a357b53e9c9/go.mod h1:OMCwj8VM1Kc9e19TLln2VL61YJF0x1XFtfdL4JdbSyE=
|
github.com/alecthomas/units v0.0.0-20240626203959-61d1e3462e30/go.mod h1:fvzegU4vN3H1qMT+8wDmzjAcDONcgo2/SZ/TyfdUOFs=
|
||||||
github.com/allegro/bigcache v1.2.1-0.20190218064605-e24eb225f156 h1:eMwmnE/GDgah4HI848JfFxHt+iPb26b4zyfspmqY0/8=
|
github.com/allegro/bigcache v1.2.1-0.20190218064605-e24eb225f156 h1:eMwmnE/GDgah4HI848JfFxHt+iPb26b4zyfspmqY0/8=
|
||||||
github.com/allegro/bigcache v1.2.1-0.20190218064605-e24eb225f156/go.mod h1:Cb/ax3seSYIx7SuZdm2G2xzfwmv3TPSk2ucNfQESPXM=
|
github.com/allegro/bigcache v1.2.1-0.20190218064605-e24eb225f156/go.mod h1:Cb/ax3seSYIx7SuZdm2G2xzfwmv3TPSk2ucNfQESPXM=
|
||||||
github.com/andybalholm/brotli v1.0.2/go.mod h1:loMXtMfwqflxFJPmdbJO0a3KNoPuLBgiu3qAvBg8x/Y=
|
github.com/andybalholm/brotli v1.0.2/go.mod h1:loMXtMfwqflxFJPmdbJO0a3KNoPuLBgiu3qAvBg8x/Y=
|
||||||
|
@ -92,46 +91,46 @@ github.com/andybalholm/brotli v1.0.3/go.mod h1:fO7iG3H7G2nSZ7m0zPUDn85XEX2GTukHG
|
||||||
github.com/armon/go-metrics v0.4.1 h1:hR91U9KYmb6bLBYLQjyM+3j+rcd/UhE+G78SFnF8gJA=
|
github.com/armon/go-metrics v0.4.1 h1:hR91U9KYmb6bLBYLQjyM+3j+rcd/UhE+G78SFnF8gJA=
|
||||||
github.com/armon/go-metrics v0.4.1/go.mod h1:E6amYzXo6aW1tqzoZGT755KkbgrJsSdpwZ+3JqfkOG4=
|
github.com/armon/go-metrics v0.4.1/go.mod h1:E6amYzXo6aW1tqzoZGT755KkbgrJsSdpwZ+3JqfkOG4=
|
||||||
github.com/aws/aws-sdk-go v1.38.35/go.mod h1:hcU610XS61/+aQV88ixoOzUoG7v3b31pl2zKMmprdro=
|
github.com/aws/aws-sdk-go v1.38.35/go.mod h1:hcU610XS61/+aQV88ixoOzUoG7v3b31pl2zKMmprdro=
|
||||||
github.com/aws/aws-sdk-go v1.54.6 h1:HEYUib3yTt8E6vxjMWM3yAq5b+qjj/6aKA62mkgux9g=
|
github.com/aws/aws-sdk-go v1.54.13 h1:zpCuiG+/mFdDY/klKJvmSioAZWk45F4rLGq0JWVAAzk=
|
||||||
github.com/aws/aws-sdk-go v1.54.6/go.mod h1:eRwEWoyTWFMVYVQzKMNHWP5/RV4xIUGMQfXQHfHkpNU=
|
github.com/aws/aws-sdk-go v1.54.13/go.mod h1:eRwEWoyTWFMVYVQzKMNHWP5/RV4xIUGMQfXQHfHkpNU=
|
||||||
github.com/aws/aws-sdk-go-v2 v1.30.0 h1:6qAwtzlfcTtcL8NHtbDQAqgM5s6NDipQTkPxyH/6kAA=
|
github.com/aws/aws-sdk-go-v2 v1.30.1 h1:4y/5Dvfrhd1MxRDD77SrfsDaj8kUkkljU7XE83NPV+o=
|
||||||
github.com/aws/aws-sdk-go-v2 v1.30.0/go.mod h1:ffIFB97e2yNsv4aTSGkqtHnppsIJzw7G7BReUZ3jCXM=
|
github.com/aws/aws-sdk-go-v2 v1.30.1/go.mod h1:nIQjQVp5sfpQcTc9mPSr1B0PaWK5ByX9MOoDadSN4lc=
|
||||||
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.2 h1:x6xsQXGSmW6frevwDA+vi/wqhp1ct18mVXYN08/93to=
|
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.3 h1:tW1/Rkad38LA15X4UQtjXZXNKsCgkshC3EbmcUmghTg=
|
||||||
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.2/go.mod h1:lPprDr1e6cJdyYeGXnRaJoP4Md+cDBvi2eOj00BlGmg=
|
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.3/go.mod h1:UbnqO+zjqk3uIt9yCACHJ9IVNhyhOCnYk8yA19SAWrM=
|
||||||
github.com/aws/aws-sdk-go-v2/config v1.27.21 h1:yPX3pjGCe2hJsetlmGNB4Mngu7UPmvWPzzWCv1+boeM=
|
github.com/aws/aws-sdk-go-v2/config v1.27.23 h1:Cr/gJEa9NAS7CDAjbnB7tHYb3aLZI2gVggfmSAasDac=
|
||||||
github.com/aws/aws-sdk-go-v2/config v1.27.21/go.mod h1:4XtlEU6DzNai8RMbjSF5MgGZtYvrhBP/aKZcRtZAVdM=
|
github.com/aws/aws-sdk-go-v2/config v1.27.23/go.mod h1:WMMYHqLCFu5LH05mFOF5tsq1PGEMfKbu083VKqLCd0o=
|
||||||
github.com/aws/aws-sdk-go-v2/credentials v1.17.21 h1:pjAqgzfgFhTv5grc7xPHtXCAaMapzmwA7aU+c/SZQGw=
|
github.com/aws/aws-sdk-go-v2/credentials v1.17.23 h1:G1CfmLVoO2TdQ8z9dW+JBc/r8+MqyPQhXCafNZcXVZo=
|
||||||
github.com/aws/aws-sdk-go-v2/credentials v1.17.21/go.mod h1:nhK6PtBlfHTUDVmBLr1dg+WHCOCK+1Fu/WQyVHPsgNQ=
|
github.com/aws/aws-sdk-go-v2/credentials v1.17.23/go.mod h1:V/DvSURn6kKgcuKEk4qwSwb/fZ2d++FFARtWSbXnLqY=
|
||||||
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.8 h1:FR+oWPFb/8qMVYMWN98bUZAGqPvLHiyqg1wqQGfUAXY=
|
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.9 h1:Aznqksmd6Rfv2HQN9cpqIV/lQRMaIpJkLLaJ1ZI76no=
|
||||||
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.8/go.mod h1:EgSKcHiuuakEIxJcKGzVNWh5srVAQ3jKaSrBGRYvM48=
|
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.9/go.mod h1:WQr3MY7AxGNxaqAtsDWn+fBxmd4XvLkzeqQ8P1VM0/w=
|
||||||
github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.17.1 h1:D9VqWMuw7lJAX6d5eINfRQ/PkvtcJAK3Qmd6f6xEeUw=
|
github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.17.4 h1:6eKRM6fgeXG4krRO9XKz755vuRhT5UyB9M1W6vjA3JU=
|
||||||
github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.17.1/go.mod h1:ckvBx7codI4wzc5inOfDp5ZbK7TjMFa7eXwmLvXQrRk=
|
github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.17.4/go.mod h1:h0TjcRi+nTob6fksqubKOe+Hra8uqfgmN+vuw4xRwWE=
|
||||||
github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.12 h1:SJ04WXGTwnHlWIODtC5kJzKbeuHt+OUNOgKg7nfnUGw=
|
github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.13 h1:5SAoZ4jYpGH4721ZNoS1znQrhOfZinOhc4XuTXx/nVc=
|
||||||
github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.12/go.mod h1:FkpvXhA92gb3GE9LD6Og0pHHycTxW7xGpnEh5E7Opwo=
|
github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.13/go.mod h1:+rdA6ZLpaSeM7tSg/B0IEDinCIBJGmW8rKDFkYpP04g=
|
||||||
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.12 h1:hb5KgeYfObi5MHkSSZMEudnIvX30iB+E21evI4r6BnQ=
|
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.13 h1:WIijqeaAO7TYFLbhsZmi2rgLEAtWOC1LhxCAVTJlSKw=
|
||||||
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.12/go.mod h1:CroKe/eWJdyfy9Vx4rljP5wTUjNJfb+fPz1uMYUhEGM=
|
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.13/go.mod h1:i+kbfa76PQbWw/ULoWnp51EYVWH4ENln76fLQE3lXT8=
|
||||||
github.com/aws/aws-sdk-go-v2/internal/ini v1.8.0 h1:hT8rVHwugYE2lEfdFE0QWVo81lF7jMrYJVDWI+f+VxU=
|
github.com/aws/aws-sdk-go-v2/internal/ini v1.8.0 h1:hT8rVHwugYE2lEfdFE0QWVo81lF7jMrYJVDWI+f+VxU=
|
||||||
github.com/aws/aws-sdk-go-v2/internal/ini v1.8.0/go.mod h1:8tu/lYfQfFe6IGnaOdrpVgEL2IrrDOf6/m9RQum4NkY=
|
github.com/aws/aws-sdk-go-v2/internal/ini v1.8.0/go.mod h1:8tu/lYfQfFe6IGnaOdrpVgEL2IrrDOf6/m9RQum4NkY=
|
||||||
github.com/aws/aws-sdk-go-v2/internal/v4a v1.3.12 h1:DXFWyt7ymx/l1ygdyTTS0X923e+Q2wXIxConJzrgwc0=
|
github.com/aws/aws-sdk-go-v2/internal/v4a v1.3.13 h1:THZJJ6TU/FOiM7DZFnisYV9d49oxXWUzsVIMTuf3VNU=
|
||||||
github.com/aws/aws-sdk-go-v2/internal/v4a v1.3.12/go.mod h1:mVOr/LbvaNySK1/BTy4cBOCjhCNY2raWBwK4v+WR5J4=
|
github.com/aws/aws-sdk-go-v2/internal/v4a v1.3.13/go.mod h1:VISUTg6n+uBaYIWPBaIG0jk7mbBxm7DUqBtU2cUDDWI=
|
||||||
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.11.2 h1:Ji0DY1xUsUr3I8cHps0G+XM3WWU16lP6yG8qu1GAZAs=
|
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.11.3 h1:dT3MqvGhSoaIhRseqw2I0yH81l7wiR2vjs57O51EAm8=
|
||||||
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.11.2/go.mod h1:5CsjAbs3NlGQyZNFACh+zztPDI7fU6eW9QsxjfnuBKg=
|
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.11.3/go.mod h1:GlAeCkHwugxdHaueRr4nhPuY+WW+gR8UjlcqzPr1SPI=
|
||||||
github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.3.14 h1:oWccitSnByVU74rQRHac4gLfDqjB6Z1YQGOY/dXKedI=
|
github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.3.15 h1:2jyRZ9rVIMisyQRnhSS/SqlckveoxXneIumECVFP91Y=
|
||||||
github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.3.14/go.mod h1:8SaZBlQdCLrc/2U3CEO48rYj9uR8qRsPRkmzwNM52pM=
|
github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.3.15/go.mod h1:bDRG3m382v1KJBk1cKz7wIajg87/61EiiymEyfLvAe0=
|
||||||
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.11.14 h1:zSDPny/pVnkqABXYRicYuPf9z2bTqfH13HT3v6UheIk=
|
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.11.15 h1:I9zMeF107l0rJrpnHpjEiiTSCKYAIw8mALiXcPsGBiA=
|
||||||
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.11.14/go.mod h1:3TTcI5JSzda1nw/pkVC9dhgLre0SNBFj2lYS4GctXKI=
|
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.11.15/go.mod h1:9xWJ3Q/S6Ojusz1UIkfycgD1mGirJfLLKqq3LPT7WN8=
|
||||||
github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.17.12 h1:tzha+v1SCEBpXWEuw6B/+jm4h5z8hZbTpXz0zRZqTnw=
|
github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.17.13 h1:Eq2THzHt6P41mpjS2sUzz/3dJYFRqdWZ+vQaEMm98EM=
|
||||||
github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.17.12/go.mod h1:n+nt2qjHGoseWeLHt1vEr6ZRCCxIN2KcNpJxBcYQSwI=
|
github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.17.13/go.mod h1:FgwTca6puegxgCInYwGjmd4tB9195Dd6LCuA+8MjpWw=
|
||||||
github.com/aws/aws-sdk-go-v2/service/s3 v1.56.1 h1:wsg9Z/vNnCmxWikfGIoOlnExtEU459cR+2d+iDJ8elo=
|
github.com/aws/aws-sdk-go-v2/service/s3 v1.58.0 h1:4rhV0Hn+bf8IAIUphRX1moBcEvKJipCPmswMCl6Q5mw=
|
||||||
github.com/aws/aws-sdk-go-v2/service/s3 v1.56.1/go.mod h1:8rDw3mVwmvIWWX/+LWY3PPIMZuwnQdJMCt0iVFVT3qw=
|
github.com/aws/aws-sdk-go-v2/service/s3 v1.58.0/go.mod h1:hdV0NTYd0RwV4FvNKhKUNbPLZoq9CTr/lke+3I7aCAI=
|
||||||
github.com/aws/aws-sdk-go-v2/service/sso v1.21.1 h1:sd0BsnAvLH8gsp2e3cbaIr+9D7T1xugueQ7V/zUAsS4=
|
github.com/aws/aws-sdk-go-v2/service/sso v1.22.1 h1:p1GahKIjyMDZtiKoIn0/jAj/TkMzfzndDv5+zi2Mhgc=
|
||||||
github.com/aws/aws-sdk-go-v2/service/sso v1.21.1/go.mod h1:lcQG/MmxydijbeTOp04hIuJwXGWPZGI3bwdFDGRTv14=
|
github.com/aws/aws-sdk-go-v2/service/sso v1.22.1/go.mod h1:/vWdhoIoYA5hYoPZ6fm7Sv4d8701PiG5VKe8/pPJL60=
|
||||||
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.25.1 h1:1uEFNNskK/I1KoZ9Q8wJxMz5V9jyBlsiaNrM7vA3YUQ=
|
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.26.1 h1:lCEv9f8f+zJ8kcFeAjRZsekLd/x5SAm96Cva+VbUdo8=
|
||||||
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.25.1/go.mod h1:z0P8K+cBIsFXUr5rzo/psUeJ20XjPN0+Nn8067Nd+E4=
|
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.26.1/go.mod h1:xyFHA4zGxgYkdD73VeezHt3vSKEG9EmFnGwoKlP00u4=
|
||||||
github.com/aws/aws-sdk-go-v2/service/sts v1.29.1 h1:myX5CxqXE0QMZNja6FA1/FSE3Vu1rVmeUmpJMMzeZg0=
|
github.com/aws/aws-sdk-go-v2/service/sts v1.30.1 h1:+woJ607dllHJQtsnJLi52ycuqHMwlW+Wqm2Ppsfp4nQ=
|
||||||
github.com/aws/aws-sdk-go-v2/service/sts v1.29.1/go.mod h1:N2mQiucsO0VwK9CYuS4/c2n6Smeh1v47Rz3dWCPFLdE=
|
github.com/aws/aws-sdk-go-v2/service/sts v1.30.1/go.mod h1:jiNR3JqT15Dm+QWq2SRgh0x0bCNSRP2L25+CqPNpJlQ=
|
||||||
github.com/aws/smithy-go v1.20.2 h1:tbp628ireGtzcHDDmLT/6ADHidqnwgF57XOXZe6tp4Q=
|
github.com/aws/smithy-go v1.20.3 h1:ryHwveWzPV5BIof6fyDvor6V3iUL7nTfiTKXHiW05nE=
|
||||||
github.com/aws/smithy-go v1.20.2/go.mod h1:krry+ya/rV9RDcV/Q16kpu6ypI4K2czasz0NC3qS14E=
|
github.com/aws/smithy-go v1.20.3/go.mod h1:krry+ya/rV9RDcV/Q16kpu6ypI4K2czasz0NC3qS14E=
|
||||||
github.com/bboreham/go-loser v0.0.0-20230920113527-fcc2c21820a3 h1:6df1vn4bBlDDo4tARvBm7l6KA9iVMnE3NWizDeWSrps=
|
github.com/bboreham/go-loser v0.0.0-20230920113527-fcc2c21820a3 h1:6df1vn4bBlDDo4tARvBm7l6KA9iVMnE3NWizDeWSrps=
|
||||||
github.com/bboreham/go-loser v0.0.0-20230920113527-fcc2c21820a3/go.mod h1:CIWtjkly68+yqLPbvwwR/fjNJA/idrtULjZWh2v1ys0=
|
github.com/bboreham/go-loser v0.0.0-20230920113527-fcc2c21820a3/go.mod h1:CIWtjkly68+yqLPbvwwR/fjNJA/idrtULjZWh2v1ys0=
|
||||||
github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973/go.mod h1:Dwedo/Wpr24TaqPxmxbtue+5NUziq4I4S80YR8gNf3Q=
|
github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973/go.mod h1:Dwedo/Wpr24TaqPxmxbtue+5NUziq4I4S80YR8gNf3Q=
|
||||||
|
@ -152,8 +151,8 @@ github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e/go.mod h1:nSuG5e5P
|
||||||
github.com/chzyer/test v0.0.0-20180213035817-a1ea475d72b1/go.mod h1:Q3SI9o4m/ZMnBNeIyt5eFwwo7qiLfzFZmjNmxjkiQlU=
|
github.com/chzyer/test v0.0.0-20180213035817-a1ea475d72b1/go.mod h1:Q3SI9o4m/ZMnBNeIyt5eFwwo7qiLfzFZmjNmxjkiQlU=
|
||||||
github.com/client9/misspell v0.3.4/go.mod h1:qj6jICC3Q7zFZvVWo7KLAzC3yx5G7kyvSDkc90ppPyw=
|
github.com/client9/misspell v0.3.4/go.mod h1:qj6jICC3Q7zFZvVWo7KLAzC3yx5G7kyvSDkc90ppPyw=
|
||||||
github.com/cncf/udpa/go v0.0.0-20191209042840-269d4d468f6f/go.mod h1:M8M6+tZqaGXZJjfX53e64911xZQV5JYwmTeXPW+k8Sc=
|
github.com/cncf/udpa/go v0.0.0-20191209042840-269d4d468f6f/go.mod h1:M8M6+tZqaGXZJjfX53e64911xZQV5JYwmTeXPW+k8Sc=
|
||||||
github.com/cncf/xds/go v0.0.0-20240318125728-8a4994d93e50 h1:DBmgJDC9dTfkVyGgipamEh2BpGYxScCH1TOF1LL1cXc=
|
github.com/cncf/xds/go v0.0.0-20240423153145-555b57ec207b h1:ga8SEFjZ60pxLcmhnThWgvH2wg8376yUJmPhEH4H3kw=
|
||||||
github.com/cncf/xds/go v0.0.0-20240318125728-8a4994d93e50/go.mod h1:5e1+Vvlzido69INQaVO6d87Qn543Xr6nooe9Kz7oBFM=
|
github.com/cncf/xds/go v0.0.0-20240423153145-555b57ec207b/go.mod h1:W+zGtBO5Y1IgJhy4+A9GOqVhqLpfZi+vwmdNXUehLA8=
|
||||||
github.com/cpuguy83/go-md2man/v2 v2.0.4 h1:wfIWP927BUkWJb2NmU/kNDYIBTh/ziUX91+lVfRxZq4=
|
github.com/cpuguy83/go-md2man/v2 v2.0.4 h1:wfIWP927BUkWJb2NmU/kNDYIBTh/ziUX91+lVfRxZq4=
|
||||||
github.com/cpuguy83/go-md2man/v2 v2.0.4/go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46tRHOmNcaadrF8o=
|
github.com/cpuguy83/go-md2man/v2 v2.0.4/go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46tRHOmNcaadrF8o=
|
||||||
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
|
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
|
||||||
|
@ -446,8 +445,8 @@ github.com/prometheus/common v0.4.1/go.mod h1:TNfzLD0ON7rHzMJeJkieUDPYmFC7Snx/y8
|
||||||
github.com/prometheus/common v0.10.0/go.mod h1:Tlit/dnDKsSWFlCLTWaA1cyBgKHSMdTB80sz/V91rCo=
|
github.com/prometheus/common v0.10.0/go.mod h1:Tlit/dnDKsSWFlCLTWaA1cyBgKHSMdTB80sz/V91rCo=
|
||||||
github.com/prometheus/common v0.26.0/go.mod h1:M7rCNAaPfAosfx8veZJCuw84e35h3Cfd9VFqTh1DIvc=
|
github.com/prometheus/common v0.26.0/go.mod h1:M7rCNAaPfAosfx8veZJCuw84e35h3Cfd9VFqTh1DIvc=
|
||||||
github.com/prometheus/common v0.29.0/go.mod h1:vu+V0TpY+O6vW9J44gczi3Ap/oXXR10b+M/gUGO4Hls=
|
github.com/prometheus/common v0.29.0/go.mod h1:vu+V0TpY+O6vW9J44gczi3Ap/oXXR10b+M/gUGO4Hls=
|
||||||
github.com/prometheus/common v0.54.0 h1:ZlZy0BgJhTwVZUn7dLOkwCZHUkrAqd3WYtcFCWnM1D8=
|
github.com/prometheus/common v0.55.0 h1:KEi6DK7lXW/m7Ig5i47x0vRzuBsHuvJdi5ee6Y3G1dc=
|
||||||
github.com/prometheus/common v0.54.0/go.mod h1:/TQgMJP5CuVYveyT7n/0Ix8yLNNXy9yRSkhnLTHPDIQ=
|
github.com/prometheus/common v0.55.0/go.mod h1:2SECS4xJG1kd8XF9IcM1gMX6510RAEL65zxzNImwdc8=
|
||||||
github.com/prometheus/common/sigv4 v0.1.0 h1:qoVebwtwwEhS85Czm2dSROY5fTo2PAPEVdDeppTwGX4=
|
github.com/prometheus/common/sigv4 v0.1.0 h1:qoVebwtwwEhS85Czm2dSROY5fTo2PAPEVdDeppTwGX4=
|
||||||
github.com/prometheus/common/sigv4 v0.1.0/go.mod h1:2Jkxxk9yYvCkE5G1sQT7GuEXm57JrvHu9k5YwTjsNtI=
|
github.com/prometheus/common/sigv4 v0.1.0/go.mod h1:2Jkxxk9yYvCkE5G1sQT7GuEXm57JrvHu9k5YwTjsNtI=
|
||||||
github.com/prometheus/procfs v0.0.0-20181005140218-185b4288413d/go.mod h1:c3At6R/oaqEKCNdg8wHV1ftS6bRYblBhIjjI8uT2IGk=
|
github.com/prometheus/procfs v0.0.0-20181005140218-185b4288413d/go.mod h1:c3At6R/oaqEKCNdg8wHV1ftS6bRYblBhIjjI8uT2IGk=
|
||||||
|
@ -486,6 +485,7 @@ github.com/stretchr/testify v1.7.0/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/
|
||||||
github.com/stretchr/testify v1.7.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg=
|
github.com/stretchr/testify v1.7.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg=
|
||||||
github.com/stretchr/testify v1.8.0/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO+kdMU+MU=
|
github.com/stretchr/testify v1.8.0/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO+kdMU+MU=
|
||||||
github.com/stretchr/testify v1.8.1/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4=
|
github.com/stretchr/testify v1.8.1/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4=
|
||||||
|
github.com/stretchr/testify v1.8.4/go.mod h1:sz/lmYIOXD/1dqDmKjjqLyZ2RngseejIcXlSw2iwfAo=
|
||||||
github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsTg=
|
github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsTg=
|
||||||
github.com/stretchr/testify v1.9.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
|
github.com/stretchr/testify v1.9.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
|
||||||
github.com/urfave/cli/v2 v2.27.2 h1:6e0H+AkS+zDckwPCUrZkKX38mRaau4nL2uipkJpbkcI=
|
github.com/urfave/cli/v2 v2.27.2 h1:6e0H+AkS+zDckwPCUrZkKX38mRaau4nL2uipkJpbkcI=
|
||||||
|
@ -521,22 +521,22 @@ go.opencensus.io v0.22.3/go.mod h1:yxeiOL68Rb0Xd1ddK5vPZ/oVn4vY4Ynel7k9FzqtOIw=
|
||||||
go.opencensus.io v0.22.4/go.mod h1:yxeiOL68Rb0Xd1ddK5vPZ/oVn4vY4Ynel7k9FzqtOIw=
|
go.opencensus.io v0.22.4/go.mod h1:yxeiOL68Rb0Xd1ddK5vPZ/oVn4vY4Ynel7k9FzqtOIw=
|
||||||
go.opencensus.io v0.24.0 h1:y73uSU6J157QMP2kn2r30vwW1A2W2WFwSCGnAVxeaD0=
|
go.opencensus.io v0.24.0 h1:y73uSU6J157QMP2kn2r30vwW1A2W2WFwSCGnAVxeaD0=
|
||||||
go.opencensus.io v0.24.0/go.mod h1:vNK8G9p7aAivkbmorf4v+7Hgx+Zs0yY+0fOtgBfjQKo=
|
go.opencensus.io v0.24.0/go.mod h1:vNK8G9p7aAivkbmorf4v+7Hgx+Zs0yY+0fOtgBfjQKo=
|
||||||
go.opentelemetry.io/collector/pdata v1.10.0 h1:oLyPLGvPTQrcRT64ZVruwvmH/u3SHTfNo01pteS4WOE=
|
go.opentelemetry.io/collector/pdata v1.11.0 h1:rzYyV1zfTQQz1DI9hCiaKyyaczqawN75XO9mdXmR/hE=
|
||||||
go.opentelemetry.io/collector/pdata v1.10.0/go.mod h1:IHxHsp+Jq/xfjORQMDJjSH6jvedOSTOyu3nbxqhWSYE=
|
go.opentelemetry.io/collector/pdata v1.11.0/go.mod h1:IHxHsp+Jq/xfjORQMDJjSH6jvedOSTOyu3nbxqhWSYE=
|
||||||
go.opentelemetry.io/collector/semconv v0.103.0 h1:5tlVoZlo9USHAU2Bz4YrEste0Vm5AMufXkYJhAVve1Q=
|
go.opentelemetry.io/collector/semconv v0.104.0 h1:dUvajnh+AYJLEW/XOPk0T0BlwltSdi3vrjO7nSOos3k=
|
||||||
go.opentelemetry.io/collector/semconv v0.103.0/go.mod h1:yMVUCNoQPZVq/IPfrHrnntZTWsLf5YGZ7qwKulIl5hw=
|
go.opentelemetry.io/collector/semconv v0.104.0/go.mod h1:yMVUCNoQPZVq/IPfrHrnntZTWsLf5YGZ7qwKulIl5hw=
|
||||||
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.52.0 h1:vS1Ao/R55RNV4O7TA2Qopok8yN+X0LIP6RVWLFkprck=
|
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.52.0 h1:vS1Ao/R55RNV4O7TA2Qopok8yN+X0LIP6RVWLFkprck=
|
||||||
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.52.0/go.mod h1:BMsdeOxN04K0L5FNUBfjFdvwWGNe/rkmSwH4Aelu/X0=
|
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.52.0/go.mod h1:BMsdeOxN04K0L5FNUBfjFdvwWGNe/rkmSwH4Aelu/X0=
|
||||||
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.52.0 h1:9l89oX4ba9kHbBol3Xin3leYJ+252h0zszDtBwyKe2A=
|
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.52.0 h1:9l89oX4ba9kHbBol3Xin3leYJ+252h0zszDtBwyKe2A=
|
||||||
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.52.0/go.mod h1:XLZfZboOJWHNKUv7eH0inh0E9VV6eWDFB/9yJyTLPp0=
|
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.52.0/go.mod h1:XLZfZboOJWHNKUv7eH0inh0E9VV6eWDFB/9yJyTLPp0=
|
||||||
go.opentelemetry.io/otel v1.27.0 h1:9BZoF3yMK/O1AafMiQTVu0YDj5Ea4hPhxCs7sGva+cg=
|
go.opentelemetry.io/otel v1.28.0 h1:/SqNcYk+idO0CxKEUOtKQClMK/MimZihKYMruSMViUo=
|
||||||
go.opentelemetry.io/otel v1.27.0/go.mod h1:DMpAK8fzYRzs+bi3rS5REupisuqTheUlSZJ1WnZaPAQ=
|
go.opentelemetry.io/otel v1.28.0/go.mod h1:q68ijF8Fc8CnMHKyzqL6akLO46ePnjkgfIMIjUIX9z4=
|
||||||
go.opentelemetry.io/otel/metric v1.27.0 h1:hvj3vdEKyeCi4YaYfNjv2NUje8FqKqUY8IlF0FxV/ik=
|
go.opentelemetry.io/otel/metric v1.28.0 h1:f0HGvSl1KRAU1DLgLGFjrwVyismPlnuU6JD6bOeuA5Q=
|
||||||
go.opentelemetry.io/otel/metric v1.27.0/go.mod h1:mVFgmRlhljgBiuk/MP/oKylr4hs85GZAylncepAX/ak=
|
go.opentelemetry.io/otel/metric v1.28.0/go.mod h1:Fb1eVBFZmLVTMb6PPohq3TO9IIhUisDsbJoL/+uQW4s=
|
||||||
go.opentelemetry.io/otel/sdk v1.27.0 h1:mlk+/Y1gLPLn84U4tI8d3GNJmGT/eXe3ZuOXN9kTWmI=
|
go.opentelemetry.io/otel/sdk v1.27.0 h1:mlk+/Y1gLPLn84U4tI8d3GNJmGT/eXe3ZuOXN9kTWmI=
|
||||||
go.opentelemetry.io/otel/sdk v1.27.0/go.mod h1:Ha9vbLwJE6W86YstIywK2xFfPjbWlCuwPtMkKdz/Y4A=
|
go.opentelemetry.io/otel/sdk v1.27.0/go.mod h1:Ha9vbLwJE6W86YstIywK2xFfPjbWlCuwPtMkKdz/Y4A=
|
||||||
go.opentelemetry.io/otel/trace v1.27.0 h1:IqYb813p7cmbHk0a5y6pD5JPakbVfftRXABGt5/Rscw=
|
go.opentelemetry.io/otel/trace v1.28.0 h1:GhQ9cUuQGmNDd5BTCP2dAvv75RdMxEfTmYejp+lkx9g=
|
||||||
go.opentelemetry.io/otel/trace v1.27.0/go.mod h1:6RiD1hkAprV4/q+yd2ln1HG9GoPx39SuvvstaLBl+l4=
|
go.opentelemetry.io/otel/trace v1.28.0/go.mod h1:jPyXzNPg6da9+38HEwElrQiHlVMTnVfM3/yv2OlIHaI=
|
||||||
go.uber.org/atomic v1.11.0 h1:ZvwS0R+56ePWxUNi+Atn9dWONBPp/AUETXlHW0DxSjE=
|
go.uber.org/atomic v1.11.0 h1:ZvwS0R+56ePWxUNi+Atn9dWONBPp/AUETXlHW0DxSjE=
|
||||||
go.uber.org/atomic v1.11.0/go.mod h1:LUxbIzbOniOlMKjJjyPfpl4v+PKK2cNJn91OQbhoJI0=
|
go.uber.org/atomic v1.11.0/go.mod h1:LUxbIzbOniOlMKjJjyPfpl4v+PKK2cNJn91OQbhoJI0=
|
||||||
go.uber.org/goleak v1.3.0 h1:2K3zAYmnTNqV73imy9J1T3WC+gmCePx2hEGkimedGto=
|
go.uber.org/goleak v1.3.0 h1:2K3zAYmnTNqV73imy9J1T3WC+gmCePx2hEGkimedGto=
|
||||||
|
@ -683,7 +683,6 @@ golang.org/x/sys v0.1.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
|
||||||
golang.org/x/sys v0.6.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
|
golang.org/x/sys v0.6.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
|
||||||
golang.org/x/sys v0.14.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
|
golang.org/x/sys v0.14.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
|
||||||
golang.org/x/sys v0.15.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
|
golang.org/x/sys v0.15.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
|
||||||
golang.org/x/sys v0.18.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
|
|
||||||
golang.org/x/sys v0.21.0 h1:rF+pYz3DAGSQAxAu1CbC7catZg4ebC4UIeIhKxBZvws=
|
golang.org/x/sys v0.21.0 h1:rF+pYz3DAGSQAxAu1CbC7catZg4ebC4UIeIhKxBZvws=
|
||||||
golang.org/x/sys v0.21.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
|
golang.org/x/sys v0.21.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
|
||||||
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo=
|
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo=
|
||||||
|
@ -768,8 +767,8 @@ google.golang.org/api v0.24.0/go.mod h1:lIXQywCXRcnZPGlsd8NbLnOjtAoL6em04bJ9+z0M
|
||||||
google.golang.org/api v0.28.0/go.mod h1:lIXQywCXRcnZPGlsd8NbLnOjtAoL6em04bJ9+z0MncE=
|
google.golang.org/api v0.28.0/go.mod h1:lIXQywCXRcnZPGlsd8NbLnOjtAoL6em04bJ9+z0MncE=
|
||||||
google.golang.org/api v0.29.0/go.mod h1:Lcubydp8VUV7KeIHD9z2Bys/sm/vGKnG1UHuDBSrHWM=
|
google.golang.org/api v0.29.0/go.mod h1:Lcubydp8VUV7KeIHD9z2Bys/sm/vGKnG1UHuDBSrHWM=
|
||||||
google.golang.org/api v0.30.0/go.mod h1:QGmEvQ87FHZNiUVJkT14jQNYJ4ZJjdRF23ZXz5138Fc=
|
google.golang.org/api v0.30.0/go.mod h1:QGmEvQ87FHZNiUVJkT14jQNYJ4ZJjdRF23ZXz5138Fc=
|
||||||
google.golang.org/api v0.185.0 h1:ENEKk1k4jW8SmmaT6RE+ZasxmxezCrD5Vw4npvr+pAU=
|
google.golang.org/api v0.187.0 h1:Mxs7VATVC2v7CY+7Xwm4ndkX71hpElcvx0D1Ji/p1eo=
|
||||||
google.golang.org/api v0.185.0/go.mod h1:HNfvIkJGlgrIlrbYkAm9W9IdkmKZjOTVh33YltygGbg=
|
google.golang.org/api v0.187.0/go.mod h1:KIHlTc4x7N7gKKuVsdmfBXN13yEEWXWFURWY6SBp2gk=
|
||||||
google.golang.org/appengine v1.1.0/go.mod h1:EbEs0AVv82hx2wNQdGPgUI5lhzA/G0D9YwlJXL52JkM=
|
google.golang.org/appengine v1.1.0/go.mod h1:EbEs0AVv82hx2wNQdGPgUI5lhzA/G0D9YwlJXL52JkM=
|
||||||
google.golang.org/appengine v1.4.0/go.mod h1:xpcJRLb0r/rnEns0DIKYYv+WjYCduHsrkT7/EB5XEv4=
|
google.golang.org/appengine v1.4.0/go.mod h1:xpcJRLb0r/rnEns0DIKYYv+WjYCduHsrkT7/EB5XEv4=
|
||||||
google.golang.org/appengine v1.5.0/go.mod h1:xpcJRLb0r/rnEns0DIKYYv+WjYCduHsrkT7/EB5XEv4=
|
google.golang.org/appengine v1.5.0/go.mod h1:xpcJRLb0r/rnEns0DIKYYv+WjYCduHsrkT7/EB5XEv4=
|
||||||
|
@ -805,12 +804,12 @@ google.golang.org/genproto v0.0.0-20200618031413-b414f8b61790/go.mod h1:jDfRM7Fc
|
||||||
google.golang.org/genproto v0.0.0-20200729003335-053ba62fc06f/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no=
|
google.golang.org/genproto v0.0.0-20200729003335-053ba62fc06f/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no=
|
||||||
google.golang.org/genproto v0.0.0-20200804131852-c06518451d9c/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no=
|
google.golang.org/genproto v0.0.0-20200804131852-c06518451d9c/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no=
|
||||||
google.golang.org/genproto v0.0.0-20200825200019-8632dd797987/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no=
|
google.golang.org/genproto v0.0.0-20200825200019-8632dd797987/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no=
|
||||||
google.golang.org/genproto v0.0.0-20240624140628-dc46fd24d27d h1:PksQg4dV6Sem3/HkBX+Ltq8T0ke0PKIRBNBatoDTVls=
|
google.golang.org/genproto v0.0.0-20240701130421-f6361c86f094 h1:6whtk83KtD3FkGrVb2hFXuQ+ZMbCNdakARIn/aHMmG8=
|
||||||
google.golang.org/genproto v0.0.0-20240624140628-dc46fd24d27d/go.mod h1:s7iA721uChleev562UJO2OYB0PPT9CMFjV+Ce7VJH5M=
|
google.golang.org/genproto v0.0.0-20240701130421-f6361c86f094/go.mod h1:Zs4wYw8z1zr6RNF4cwYb31mvN/EGaKAdQjNCF3DW6K4=
|
||||||
google.golang.org/genproto/googleapis/api v0.0.0-20240624140628-dc46fd24d27d h1:Aqf0fiIdUQEj0Gn9mKFFXoQfTTEaNopWpfVyYADxiSg=
|
google.golang.org/genproto/googleapis/api v0.0.0-20240701130421-f6361c86f094 h1:0+ozOGcrp+Y8Aq8TLNN2Aliibms5LEzsq99ZZmAGYm0=
|
||||||
google.golang.org/genproto/googleapis/api v0.0.0-20240624140628-dc46fd24d27d/go.mod h1:Od4k8V1LQSizPRUK4OzZ7TBE/20k+jPczUDAEyvn69Y=
|
google.golang.org/genproto/googleapis/api v0.0.0-20240701130421-f6361c86f094/go.mod h1:fJ/e3If/Q67Mj99hin0hMhiNyCRmt6BQ2aWIJshUSJw=
|
||||||
google.golang.org/genproto/googleapis/rpc v0.0.0-20240624140628-dc46fd24d27d h1:k3zyW3BYYR30e8v3x0bTDdE9vpYFjZHK+HcyqkrppWk=
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20240701130421-f6361c86f094 h1:BwIjyKYGsK9dMCBOorzRri8MQwmi7mT9rGHsCEinZkA=
|
||||||
google.golang.org/genproto/googleapis/rpc v0.0.0-20240624140628-dc46fd24d27d/go.mod h1:Ue6ibwXGpU+dqIcODieyLOcgj7z8+IcskoNIgZxtrFY=
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20240701130421-f6361c86f094/go.mod h1:Ue6ibwXGpU+dqIcODieyLOcgj7z8+IcskoNIgZxtrFY=
|
||||||
google.golang.org/grpc v1.19.0/go.mod h1:mqu4LbDTu4XGKhr4mRzUsmM4RtVoemTSY81AxZiDr8c=
|
google.golang.org/grpc v1.19.0/go.mod h1:mqu4LbDTu4XGKhr4mRzUsmM4RtVoemTSY81AxZiDr8c=
|
||||||
google.golang.org/grpc v1.20.1/go.mod h1:10oTOabMzJvdu6/UiuZezV6QK5dSlG84ov/aaiqXj38=
|
google.golang.org/grpc v1.20.1/go.mod h1:10oTOabMzJvdu6/UiuZezV6QK5dSlG84ov/aaiqXj38=
|
||||||
google.golang.org/grpc v1.21.1/go.mod h1:oYelfM1adQP15Ek0mdvEgi9Df8B9CZIaU1084ijfRaM=
|
google.golang.org/grpc v1.21.1/go.mod h1:oYelfM1adQP15Ek0mdvEgi9Df8B9CZIaU1084ijfRaM=
|
||||||
|
@ -824,8 +823,8 @@ google.golang.org/grpc v1.29.1/go.mod h1:itym6AZVZYACWQqET3MqgPpjcuV5QH3BxFS3Iji
|
||||||
google.golang.org/grpc v1.30.0/go.mod h1:N36X2cJ7JwdamYAgDz+s+rVMFjt3numwzf/HckM8pak=
|
google.golang.org/grpc v1.30.0/go.mod h1:N36X2cJ7JwdamYAgDz+s+rVMFjt3numwzf/HckM8pak=
|
||||||
google.golang.org/grpc v1.31.0/go.mod h1:N36X2cJ7JwdamYAgDz+s+rVMFjt3numwzf/HckM8pak=
|
google.golang.org/grpc v1.31.0/go.mod h1:N36X2cJ7JwdamYAgDz+s+rVMFjt3numwzf/HckM8pak=
|
||||||
google.golang.org/grpc v1.33.2/go.mod h1:JMHMWHQWaTccqQQlmk3MJZS+GWXOdAesneDmEnv2fbc=
|
google.golang.org/grpc v1.33.2/go.mod h1:JMHMWHQWaTccqQQlmk3MJZS+GWXOdAesneDmEnv2fbc=
|
||||||
google.golang.org/grpc v1.64.0 h1:KH3VH9y/MgNQg1dE7b3XfVK0GsPSIzJwdF617gUSbvY=
|
google.golang.org/grpc v1.65.0 h1:bs/cUb4lp1G5iImFFd3u5ixQzweKizoZJAwBNLR42lc=
|
||||||
google.golang.org/grpc v1.64.0/go.mod h1:oxjF8E3FBnjp+/gVFYdWacaLDx9na1aqy9oovLpxQYg=
|
google.golang.org/grpc v1.65.0/go.mod h1:WgYC2ypjlB0EiQi6wdKixMqukr6lBc0Vo+oOgjrM5ZQ=
|
||||||
google.golang.org/protobuf v0.0.0-20200109180630-ec00e32a8dfd/go.mod h1:DFci5gLYBciE7Vtevhsrf46CRTquxDuWsQurQQe4oz8=
|
google.golang.org/protobuf v0.0.0-20200109180630-ec00e32a8dfd/go.mod h1:DFci5gLYBciE7Vtevhsrf46CRTquxDuWsQurQQe4oz8=
|
||||||
google.golang.org/protobuf v0.0.0-20200221191635-4d8936d0db64/go.mod h1:kwYJMbMJ01Woi6D6+Kah6886xMZcty6N08ah7+eCXa0=
|
google.golang.org/protobuf v0.0.0-20200221191635-4d8936d0db64/go.mod h1:kwYJMbMJ01Woi6D6+Kah6886xMZcty6N08ah7+eCXa0=
|
||||||
google.golang.org/protobuf v0.0.0-20200228230310-ab0ca4ff8a60/go.mod h1:cfTl7dwQJ+fmap5saPgwCLgHXTUD7jkjRqWcaiX5VyM=
|
google.golang.org/protobuf v0.0.0-20200228230310-ab0ca4ff8a60/go.mod h1:cfTl7dwQJ+fmap5saPgwCLgHXTUD7jkjRqWcaiX5VyM=
|
||||||
|
|
20
vendor/cloud.google.com/go/auth/CHANGES.md
generated
vendored
20
vendor/cloud.google.com/go/auth/CHANGES.md
generated
vendored
|
@ -1,5 +1,25 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## [0.6.1](https://github.com/googleapis/google-cloud-go/compare/auth/v0.6.0...auth/v0.6.1) (2024-07-01)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* **auth:** Support gRPC API keys ([#10460](https://github.com/googleapis/google-cloud-go/issues/10460)) ([daa6646](https://github.com/googleapis/google-cloud-go/commit/daa6646d2af5d7fb5b30489f4934c7db89868c7c))
|
||||||
|
* **auth:** Update http and grpc transports to support token exchange over mTLS ([#10397](https://github.com/googleapis/google-cloud-go/issues/10397)) ([c6dfdcf](https://github.com/googleapis/google-cloud-go/commit/c6dfdcf893c3f971eba15026c12db0a960ae81f2))
|
||||||
|
|
||||||
|
## [0.6.0](https://github.com/googleapis/google-cloud-go/compare/auth/v0.5.2...auth/v0.6.0) (2024-06-25)
|
||||||
|
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
* **auth:** Add non-blocking token refresh for compute MDS ([#10263](https://github.com/googleapis/google-cloud-go/issues/10263)) ([9ac350d](https://github.com/googleapis/google-cloud-go/commit/9ac350da11a49b8e2174d3fc5b1a5070fec78b4e))
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* **auth:** Return error if envvar detected file returns an error ([#10431](https://github.com/googleapis/google-cloud-go/issues/10431)) ([e52b9a7](https://github.com/googleapis/google-cloud-go/commit/e52b9a7c45468827f5d220ab00965191faeb9d05))
|
||||||
|
|
||||||
## [0.5.2](https://github.com/googleapis/google-cloud-go/compare/auth/v0.5.1...auth/v0.5.2) (2024-06-24)
|
## [0.5.2](https://github.com/googleapis/google-cloud-go/compare/auth/v0.5.1...auth/v0.5.2) (2024-06-24)
|
||||||
|
|
||||||
|
|
||||||
|
|
135
vendor/cloud.google.com/go/auth/auth.go
generated
vendored
135
vendor/cloud.google.com/go/auth/auth.go
generated
vendored
|
@ -44,6 +44,21 @@ const (
|
||||||
universeDomainDefault = "googleapis.com"
|
universeDomainDefault = "googleapis.com"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
// tokenState represents different states for a [Token].
|
||||||
|
type tokenState int
|
||||||
|
|
||||||
|
const (
|
||||||
|
// fresh indicates that the [Token] is valid. It is not expired or close to
|
||||||
|
// expired, or the token has no expiry.
|
||||||
|
fresh tokenState = iota
|
||||||
|
// stale indicates that the [Token] is close to expired, and should be
|
||||||
|
// refreshed. The token can be used normally.
|
||||||
|
stale
|
||||||
|
// invalid indicates that the [Token] is expired or invalid. The token
|
||||||
|
// cannot be used for a normal operation.
|
||||||
|
invalid
|
||||||
|
)
|
||||||
|
|
||||||
var (
|
var (
|
||||||
defaultGrantType = "urn:ietf:params:oauth:grant-type:jwt-bearer"
|
defaultGrantType = "urn:ietf:params:oauth:grant-type:jwt-bearer"
|
||||||
defaultHeader = &jwt.Header{Algorithm: jwt.HeaderAlgRSA256, Type: jwt.HeaderType}
|
defaultHeader = &jwt.Header{Algorithm: jwt.HeaderAlgRSA256, Type: jwt.HeaderType}
|
||||||
|
@ -81,7 +96,7 @@ type Token struct {
|
||||||
|
|
||||||
// IsValid reports that a [Token] is non-nil, has a [Token.Value], and has not
|
// IsValid reports that a [Token] is non-nil, has a [Token.Value], and has not
|
||||||
// expired. A token is considered expired if [Token.Expiry] has passed or will
|
// expired. A token is considered expired if [Token.Expiry] has passed or will
|
||||||
// pass in the next 10 seconds.
|
// pass in the next 225 seconds.
|
||||||
func (t *Token) IsValid() bool {
|
func (t *Token) IsValid() bool {
|
||||||
return t.isValidWithEarlyExpiry(defaultExpiryDelta)
|
return t.isValidWithEarlyExpiry(defaultExpiryDelta)
|
||||||
}
|
}
|
||||||
|
@ -210,11 +225,15 @@ func NewCredentials(opts *CredentialsOptions) *Credentials {
|
||||||
// CachedTokenProvider.
|
// CachedTokenProvider.
|
||||||
type CachedTokenProviderOptions struct {
|
type CachedTokenProviderOptions struct {
|
||||||
// DisableAutoRefresh makes the TokenProvider always return the same token,
|
// DisableAutoRefresh makes the TokenProvider always return the same token,
|
||||||
// even if it is expired.
|
// even if it is expired. The default is false. Optional.
|
||||||
DisableAutoRefresh bool
|
DisableAutoRefresh bool
|
||||||
// ExpireEarly configures the amount of time before a token expires, that it
|
// ExpireEarly configures the amount of time before a token expires, that it
|
||||||
// should be refreshed. If unset, the default value is 10 seconds.
|
// should be refreshed. If unset, the default value is 3 minutes and 45
|
||||||
|
// seconds. Optional.
|
||||||
ExpireEarly time.Duration
|
ExpireEarly time.Duration
|
||||||
|
// DisableAsyncRefresh configures a synchronous workflow that refreshes
|
||||||
|
// stale tokens while blocking. The default is false. Optional.
|
||||||
|
DisableAsyncRefresh bool
|
||||||
}
|
}
|
||||||
|
|
||||||
func (ctpo *CachedTokenProviderOptions) autoRefresh() bool {
|
func (ctpo *CachedTokenProviderOptions) autoRefresh() bool {
|
||||||
|
@ -231,33 +250,125 @@ func (ctpo *CachedTokenProviderOptions) expireEarly() time.Duration {
|
||||||
return ctpo.ExpireEarly
|
return ctpo.ExpireEarly
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func (ctpo *CachedTokenProviderOptions) blockingRefresh() bool {
|
||||||
|
if ctpo == nil {
|
||||||
|
return false
|
||||||
|
}
|
||||||
|
return ctpo.DisableAsyncRefresh
|
||||||
|
}
|
||||||
|
|
||||||
// NewCachedTokenProvider wraps a [TokenProvider] to cache the tokens returned
|
// NewCachedTokenProvider wraps a [TokenProvider] to cache the tokens returned
|
||||||
// by the underlying provider. By default it will refresh tokens ten seconds
|
// by the underlying provider. By default it will refresh tokens asynchronously
|
||||||
// before they expire, but this time can be configured with the optional
|
// (non-blocking mode) within a window that starts 3 minutes and 45 seconds
|
||||||
// options.
|
// before they expire. The asynchronous (non-blocking) refresh can be changed to
|
||||||
|
// a synchronous (blocking) refresh using the
|
||||||
|
// CachedTokenProviderOptions.DisableAsyncRefresh option. The time-before-expiry
|
||||||
|
// duration can be configured using the CachedTokenProviderOptions.ExpireEarly
|
||||||
|
// option.
|
||||||
func NewCachedTokenProvider(tp TokenProvider, opts *CachedTokenProviderOptions) TokenProvider {
|
func NewCachedTokenProvider(tp TokenProvider, opts *CachedTokenProviderOptions) TokenProvider {
|
||||||
if ctp, ok := tp.(*cachedTokenProvider); ok {
|
if ctp, ok := tp.(*cachedTokenProvider); ok {
|
||||||
return ctp
|
return ctp
|
||||||
}
|
}
|
||||||
return &cachedTokenProvider{
|
return &cachedTokenProvider{
|
||||||
tp: tp,
|
tp: tp,
|
||||||
autoRefresh: opts.autoRefresh(),
|
autoRefresh: opts.autoRefresh(),
|
||||||
expireEarly: opts.expireEarly(),
|
expireEarly: opts.expireEarly(),
|
||||||
|
blockingRefresh: opts.blockingRefresh(),
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
type cachedTokenProvider struct {
|
type cachedTokenProvider struct {
|
||||||
tp TokenProvider
|
tp TokenProvider
|
||||||
autoRefresh bool
|
autoRefresh bool
|
||||||
expireEarly time.Duration
|
expireEarly time.Duration
|
||||||
|
blockingRefresh bool
|
||||||
|
|
||||||
mu sync.Mutex
|
mu sync.Mutex
|
||||||
cachedToken *Token
|
cachedToken *Token
|
||||||
|
// isRefreshRunning ensures that the non-blocking refresh will only be
|
||||||
|
// attempted once, even if multiple callers enter the Token method.
|
||||||
|
isRefreshRunning bool
|
||||||
|
// isRefreshErr ensures that the non-blocking refresh will only be attempted
|
||||||
|
// once per refresh window if an error is encountered.
|
||||||
|
isRefreshErr bool
|
||||||
}
|
}
|
||||||
|
|
||||||
func (c *cachedTokenProvider) Token(ctx context.Context) (*Token, error) {
|
func (c *cachedTokenProvider) Token(ctx context.Context) (*Token, error) {
|
||||||
|
if c.blockingRefresh {
|
||||||
|
return c.tokenBlocking(ctx)
|
||||||
|
}
|
||||||
|
return c.tokenNonBlocking(ctx)
|
||||||
|
}
|
||||||
|
|
||||||
|
func (c *cachedTokenProvider) tokenNonBlocking(ctx context.Context) (*Token, error) {
|
||||||
|
switch c.tokenState() {
|
||||||
|
case fresh:
|
||||||
|
c.mu.Lock()
|
||||||
|
defer c.mu.Unlock()
|
||||||
|
return c.cachedToken, nil
|
||||||
|
case stale:
|
||||||
|
c.tokenAsync(ctx)
|
||||||
|
// Return the stale token immediately to not block customer requests to Cloud services.
|
||||||
|
c.mu.Lock()
|
||||||
|
defer c.mu.Unlock()
|
||||||
|
return c.cachedToken, nil
|
||||||
|
default: // invalid
|
||||||
|
return c.tokenBlocking(ctx)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// tokenState reports the token's validity.
|
||||||
|
func (c *cachedTokenProvider) tokenState() tokenState {
|
||||||
c.mu.Lock()
|
c.mu.Lock()
|
||||||
defer c.mu.Unlock()
|
defer c.mu.Unlock()
|
||||||
|
t := c.cachedToken
|
||||||
|
if t == nil || t.Value == "" {
|
||||||
|
return invalid
|
||||||
|
} else if t.Expiry.IsZero() {
|
||||||
|
return fresh
|
||||||
|
} else if timeNow().After(t.Expiry.Round(0)) {
|
||||||
|
return invalid
|
||||||
|
} else if timeNow().After(t.Expiry.Round(0).Add(-c.expireEarly)) {
|
||||||
|
return stale
|
||||||
|
}
|
||||||
|
return fresh
|
||||||
|
}
|
||||||
|
|
||||||
|
// tokenAsync uses a bool to ensure that only one non-blocking token refresh
|
||||||
|
// happens at a time, even if multiple callers have entered this function
|
||||||
|
// concurrently. This avoids creating an arbitrary number of concurrent
|
||||||
|
// goroutines. Retries should be attempted and managed within the Token method.
|
||||||
|
// If the refresh attempt fails, no further attempts are made until the refresh
|
||||||
|
// window expires and the token enters the invalid state, at which point the
|
||||||
|
// blocking call to Token should likely return the same error on the main goroutine.
|
||||||
|
func (c *cachedTokenProvider) tokenAsync(ctx context.Context) {
|
||||||
|
fn := func() {
|
||||||
|
c.mu.Lock()
|
||||||
|
c.isRefreshRunning = true
|
||||||
|
c.mu.Unlock()
|
||||||
|
t, err := c.tp.Token(ctx)
|
||||||
|
c.mu.Lock()
|
||||||
|
defer c.mu.Unlock()
|
||||||
|
c.isRefreshRunning = false
|
||||||
|
if err != nil {
|
||||||
|
// Discard errors from the non-blocking refresh, but prevent further
|
||||||
|
// attempts.
|
||||||
|
c.isRefreshErr = true
|
||||||
|
return
|
||||||
|
}
|
||||||
|
c.cachedToken = t
|
||||||
|
}
|
||||||
|
c.mu.Lock()
|
||||||
|
defer c.mu.Unlock()
|
||||||
|
if !c.isRefreshRunning && !c.isRefreshErr {
|
||||||
|
go fn()
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
func (c *cachedTokenProvider) tokenBlocking(ctx context.Context) (*Token, error) {
|
||||||
|
c.mu.Lock()
|
||||||
|
defer c.mu.Unlock()
|
||||||
|
c.isRefreshErr = false
|
||||||
if c.cachedToken.IsValid() || (!c.autoRefresh && !c.cachedToken.isEmpty()) {
|
if c.cachedToken.IsValid() || (!c.autoRefresh && !c.cachedToken.isEmpty()) {
|
||||||
return c.cachedToken, nil
|
return c.cachedToken, nil
|
||||||
}
|
}
|
||||||
|
|
7
vendor/cloud.google.com/go/auth/credentials/compute.go
generated
vendored
7
vendor/cloud.google.com/go/auth/credentials/compute.go
generated
vendored
|
@ -37,9 +37,10 @@ var (
|
||||||
|
|
||||||
// computeTokenProvider creates a [cloud.google.com/go/auth.TokenProvider] that
|
// computeTokenProvider creates a [cloud.google.com/go/auth.TokenProvider] that
|
||||||
// uses the metadata service to retrieve tokens.
|
// uses the metadata service to retrieve tokens.
|
||||||
func computeTokenProvider(earlyExpiry time.Duration, scope ...string) auth.TokenProvider {
|
func computeTokenProvider(opts *DetectOptions) auth.TokenProvider {
|
||||||
return auth.NewCachedTokenProvider(computeProvider{scopes: scope}, &auth.CachedTokenProviderOptions{
|
return auth.NewCachedTokenProvider(computeProvider{scopes: opts.Scopes}, &auth.CachedTokenProviderOptions{
|
||||||
ExpireEarly: earlyExpiry,
|
ExpireEarly: opts.EarlyTokenRefresh,
|
||||||
|
DisableAsyncRefresh: opts.DisableAsyncRefresh,
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
18
vendor/cloud.google.com/go/auth/credentials/detect.go
generated
vendored
18
vendor/cloud.google.com/go/auth/credentials/detect.go
generated
vendored
|
@ -37,6 +37,9 @@ const (
|
||||||
googleAuthURL = "https://accounts.google.com/o/oauth2/auth"
|
googleAuthURL = "https://accounts.google.com/o/oauth2/auth"
|
||||||
googleTokenURL = "https://oauth2.googleapis.com/token"
|
googleTokenURL = "https://oauth2.googleapis.com/token"
|
||||||
|
|
||||||
|
// GoogleMTLSTokenURL is Google's default OAuth2.0 mTLS endpoint.
|
||||||
|
GoogleMTLSTokenURL = "https://oauth2.mtls.googleapis.com/token"
|
||||||
|
|
||||||
// Help on default credentials
|
// Help on default credentials
|
||||||
adcSetupURL = "https://cloud.google.com/docs/authentication/external/set-up-adc"
|
adcSetupURL = "https://cloud.google.com/docs/authentication/external/set-up-adc"
|
||||||
)
|
)
|
||||||
|
@ -80,9 +83,11 @@ func DetectDefault(opts *DetectOptions) (*auth.Credentials, error) {
|
||||||
return readCredentialsFile(opts.CredentialsFile, opts)
|
return readCredentialsFile(opts.CredentialsFile, opts)
|
||||||
}
|
}
|
||||||
if filename := os.Getenv(credsfile.GoogleAppCredsEnvVar); filename != "" {
|
if filename := os.Getenv(credsfile.GoogleAppCredsEnvVar); filename != "" {
|
||||||
if creds, err := readCredentialsFile(filename, opts); err == nil {
|
creds, err := readCredentialsFile(filename, opts)
|
||||||
return creds, err
|
if err != nil {
|
||||||
|
return nil, err
|
||||||
}
|
}
|
||||||
|
return creds, nil
|
||||||
}
|
}
|
||||||
|
|
||||||
fileName := credsfile.GetWellKnownFileName()
|
fileName := credsfile.GetWellKnownFileName()
|
||||||
|
@ -92,7 +97,7 @@ func DetectDefault(opts *DetectOptions) (*auth.Credentials, error) {
|
||||||
|
|
||||||
if OnGCE() {
|
if OnGCE() {
|
||||||
return auth.NewCredentials(&auth.CredentialsOptions{
|
return auth.NewCredentials(&auth.CredentialsOptions{
|
||||||
TokenProvider: computeTokenProvider(opts.EarlyTokenRefresh, opts.Scopes...),
|
TokenProvider: computeTokenProvider(opts),
|
||||||
ProjectIDProvider: auth.CredentialsPropertyFunc(func(context.Context) (string, error) {
|
ProjectIDProvider: auth.CredentialsPropertyFunc(func(context.Context) (string, error) {
|
||||||
return metadata.ProjectID()
|
return metadata.ProjectID()
|
||||||
}),
|
}),
|
||||||
|
@ -116,8 +121,13 @@ type DetectOptions struct {
|
||||||
// Optional.
|
// Optional.
|
||||||
Subject string
|
Subject string
|
||||||
// EarlyTokenRefresh configures how early before a token expires that it
|
// EarlyTokenRefresh configures how early before a token expires that it
|
||||||
// should be refreshed.
|
// should be refreshed. Once the token’s time until expiration has entered
|
||||||
|
// this refresh window the token is considered valid but stale. If unset,
|
||||||
|
// the default value is 3 minutes and 45 seconds. Optional.
|
||||||
EarlyTokenRefresh time.Duration
|
EarlyTokenRefresh time.Duration
|
||||||
|
// DisableAsyncRefresh configures a synchronous workflow that refreshes
|
||||||
|
// stale tokens while blocking. The default is false. Optional.
|
||||||
|
DisableAsyncRefresh bool
|
||||||
// AuthHandlerOptions configures an authorization handler and other options
|
// AuthHandlerOptions configures an authorization handler and other options
|
||||||
// for 3LO flows. It is required, and only used, for client credential
|
// for 3LO flows. It is required, and only used, for client credential
|
||||||
// flows.
|
// flows.
|
||||||
|
|
67
vendor/cloud.google.com/go/auth/grpctransport/grpctransport.go
generated
vendored
67
vendor/cloud.google.com/go/auth/grpctransport/grpctransport.go
generated
vendored
|
@ -16,6 +16,7 @@ package grpctransport
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"context"
|
"context"
|
||||||
|
"crypto/tls"
|
||||||
"errors"
|
"errors"
|
||||||
"fmt"
|
"fmt"
|
||||||
"net/http"
|
"net/http"
|
||||||
|
@ -45,6 +46,11 @@ var (
|
||||||
timeoutDialerOption grpc.DialOption
|
timeoutDialerOption grpc.DialOption
|
||||||
)
|
)
|
||||||
|
|
||||||
|
// ClientCertProvider is a function that returns a TLS client certificate to be
|
||||||
|
// used when opening TLS connections. It follows the same semantics as
|
||||||
|
// [crypto/tls.Config.GetClientCertificate].
|
||||||
|
type ClientCertProvider = func(*tls.CertificateRequestInfo) (*tls.Certificate, error)
|
||||||
|
|
||||||
// Options used to configure a [GRPCClientConnPool] from [Dial].
|
// Options used to configure a [GRPCClientConnPool] from [Dial].
|
||||||
type Options struct {
|
type Options struct {
|
||||||
// DisableTelemetry disables default telemetry (OpenTelemetry). An example
|
// DisableTelemetry disables default telemetry (OpenTelemetry). An example
|
||||||
|
@ -69,6 +75,10 @@ type Options struct {
|
||||||
// Credentials used to add Authorization metadata to all requests. If set
|
// Credentials used to add Authorization metadata to all requests. If set
|
||||||
// DetectOpts are ignored.
|
// DetectOpts are ignored.
|
||||||
Credentials *auth.Credentials
|
Credentials *auth.Credentials
|
||||||
|
// ClientCertProvider is a function that returns a TLS client certificate to
|
||||||
|
// be used when opening TLS connections. It follows the same semantics as
|
||||||
|
// crypto/tls.Config.GetClientCertificate.
|
||||||
|
ClientCertProvider ClientCertProvider
|
||||||
// DetectOpts configures settings for detect Application Default
|
// DetectOpts configures settings for detect Application Default
|
||||||
// Credentials.
|
// Credentials.
|
||||||
DetectOpts *credentials.DetectOptions
|
DetectOpts *credentials.DetectOptions
|
||||||
|
@ -77,6 +87,9 @@ type Options struct {
|
||||||
// configured for the client, which will be compared to the universe domain
|
// configured for the client, which will be compared to the universe domain
|
||||||
// that is separately configured for the credentials.
|
// that is separately configured for the credentials.
|
||||||
UniverseDomain string
|
UniverseDomain string
|
||||||
|
// APIKey specifies an API key to be used as the basis for authentication.
|
||||||
|
// If set DetectOpts are ignored.
|
||||||
|
APIKey string
|
||||||
|
|
||||||
// InternalOptions are NOT meant to be set directly by consumers of this
|
// InternalOptions are NOT meant to be set directly by consumers of this
|
||||||
// package, they should only be set by generated client code.
|
// package, they should only be set by generated client code.
|
||||||
|
@ -99,7 +112,8 @@ func (o *Options) validate() error {
|
||||||
if o.InternalOptions != nil && o.InternalOptions.SkipValidation {
|
if o.InternalOptions != nil && o.InternalOptions.SkipValidation {
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
hasCreds := o.Credentials != nil ||
|
hasCreds := o.APIKey != "" ||
|
||||||
|
o.Credentials != nil ||
|
||||||
(o.DetectOpts != nil && len(o.DetectOpts.CredentialsJSON) > 0) ||
|
(o.DetectOpts != nil && len(o.DetectOpts.CredentialsJSON) > 0) ||
|
||||||
(o.DetectOpts != nil && o.DetectOpts.CredentialsFile != "")
|
(o.DetectOpts != nil && o.DetectOpts.CredentialsFile != "")
|
||||||
if o.DisableAuthentication && hasCreds {
|
if o.DisableAuthentication && hasCreds {
|
||||||
|
@ -125,6 +139,13 @@ func (o *Options) resolveDetectOptions() *credentials.DetectOptions {
|
||||||
if len(do.Scopes) == 0 && do.Audience == "" && io != nil {
|
if len(do.Scopes) == 0 && do.Audience == "" && io != nil {
|
||||||
do.Audience = o.InternalOptions.DefaultAudience
|
do.Audience = o.InternalOptions.DefaultAudience
|
||||||
}
|
}
|
||||||
|
if o.ClientCertProvider != nil {
|
||||||
|
tlsConfig := &tls.Config{
|
||||||
|
GetClientCertificate: o.ClientCertProvider,
|
||||||
|
}
|
||||||
|
do.Client = transport.DefaultHTTPClientWithTLS(tlsConfig)
|
||||||
|
do.TokenURL = credentials.GoogleMTLSTokenURL
|
||||||
|
}
|
||||||
return do
|
return do
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -189,9 +210,10 @@ func Dial(ctx context.Context, secure bool, opts *Options) (GRPCClientConnPool,
|
||||||
// return a GRPCClientConnPool if pool == 1 or else a pool of of them if >1
|
// return a GRPCClientConnPool if pool == 1 or else a pool of of them if >1
|
||||||
func dial(ctx context.Context, secure bool, opts *Options) (*grpc.ClientConn, error) {
|
func dial(ctx context.Context, secure bool, opts *Options) (*grpc.ClientConn, error) {
|
||||||
tOpts := &transport.Options{
|
tOpts := &transport.Options{
|
||||||
Endpoint: opts.Endpoint,
|
Endpoint: opts.Endpoint,
|
||||||
Client: opts.client(),
|
ClientCertProvider: opts.ClientCertProvider,
|
||||||
UniverseDomain: opts.UniverseDomain,
|
Client: opts.client(),
|
||||||
|
UniverseDomain: opts.UniverseDomain,
|
||||||
}
|
}
|
||||||
if io := opts.InternalOptions; io != nil {
|
if io := opts.InternalOptions; io != nil {
|
||||||
tOpts.DefaultEndpointTemplate = io.DefaultEndpointTemplate
|
tOpts.DefaultEndpointTemplate = io.DefaultEndpointTemplate
|
||||||
|
@ -213,8 +235,21 @@ func dial(ctx context.Context, secure bool, opts *Options) (*grpc.ClientConn, er
|
||||||
grpc.WithTransportCredentials(transportCreds),
|
grpc.WithTransportCredentials(transportCreds),
|
||||||
}
|
}
|
||||||
|
|
||||||
// Authentication can only be sent when communicating over a secure connection.
|
// Ensure the token exchange HTTP transport uses the same ClientCertProvider as the GRPC API transport.
|
||||||
if !opts.DisableAuthentication {
|
opts.ClientCertProvider, err = transport.GetClientCertificateProvider(tOpts)
|
||||||
|
if err != nil {
|
||||||
|
return nil, err
|
||||||
|
}
|
||||||
|
|
||||||
|
if opts.APIKey != "" {
|
||||||
|
grpcOpts = append(grpcOpts,
|
||||||
|
grpc.WithPerRPCCredentials(&grpcKeyProvider{
|
||||||
|
apiKey: opts.APIKey,
|
||||||
|
metadata: opts.Metadata,
|
||||||
|
secure: secure,
|
||||||
|
}),
|
||||||
|
)
|
||||||
|
} else if !opts.DisableAuthentication {
|
||||||
metadata := opts.Metadata
|
metadata := opts.Metadata
|
||||||
|
|
||||||
var creds *auth.Credentials
|
var creds *auth.Credentials
|
||||||
|
@ -259,6 +294,26 @@ func dial(ctx context.Context, secure bool, opts *Options) (*grpc.ClientConn, er
|
||||||
return grpc.DialContext(ctx, endpoint, grpcOpts...)
|
return grpc.DialContext(ctx, endpoint, grpcOpts...)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// grpcKeyProvider satisfies https://pkg.go.dev/google.golang.org/grpc/credentials#PerRPCCredentials.
|
||||||
|
type grpcKeyProvider struct {
|
||||||
|
apiKey string
|
||||||
|
metadata map[string]string
|
||||||
|
secure bool
|
||||||
|
}
|
||||||
|
|
||||||
|
func (g *grpcKeyProvider) GetRequestMetadata(ctx context.Context, uri ...string) (map[string]string, error) {
|
||||||
|
metadata := make(map[string]string, len(g.metadata)+1)
|
||||||
|
metadata["X-goog-api-key"] = g.apiKey
|
||||||
|
for k, v := range g.metadata {
|
||||||
|
metadata[k] = v
|
||||||
|
}
|
||||||
|
return metadata, nil
|
||||||
|
}
|
||||||
|
|
||||||
|
func (g *grpcKeyProvider) RequireTransportSecurity() bool {
|
||||||
|
return g.secure
|
||||||
|
}
|
||||||
|
|
||||||
// grpcCredentialsProvider satisfies https://pkg.go.dev/google.golang.org/grpc/credentials#PerRPCCredentials.
|
// grpcCredentialsProvider satisfies https://pkg.go.dev/google.golang.org/grpc/credentials#PerRPCCredentials.
|
||||||
type grpcCredentialsProvider struct {
|
type grpcCredentialsProvider struct {
|
||||||
creds *auth.Credentials
|
creds *auth.Credentials
|
||||||
|
|
9
vendor/cloud.google.com/go/auth/httptransport/httptransport.go
generated
vendored
9
vendor/cloud.google.com/go/auth/httptransport/httptransport.go
generated
vendored
|
@ -116,6 +116,13 @@ func (o *Options) resolveDetectOptions() *detect.DetectOptions {
|
||||||
if len(do.Scopes) == 0 && do.Audience == "" && io != nil {
|
if len(do.Scopes) == 0 && do.Audience == "" && io != nil {
|
||||||
do.Audience = o.InternalOptions.DefaultAudience
|
do.Audience = o.InternalOptions.DefaultAudience
|
||||||
}
|
}
|
||||||
|
if o.ClientCertProvider != nil {
|
||||||
|
tlsConfig := &tls.Config{
|
||||||
|
GetClientCertificate: o.ClientCertProvider,
|
||||||
|
}
|
||||||
|
do.Client = transport.DefaultHTTPClientWithTLS(tlsConfig)
|
||||||
|
do.TokenURL = detect.GoogleMTLSTokenURL
|
||||||
|
}
|
||||||
return do
|
return do
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -195,6 +202,8 @@ func NewClient(opts *Options) (*http.Client, error) {
|
||||||
if baseRoundTripper == nil {
|
if baseRoundTripper == nil {
|
||||||
baseRoundTripper = defaultBaseTransport(clientCertProvider, dialTLSContext)
|
baseRoundTripper = defaultBaseTransport(clientCertProvider, dialTLSContext)
|
||||||
}
|
}
|
||||||
|
// Ensure the token exchange transport uses the same ClientCertProvider as the API transport.
|
||||||
|
opts.ClientCertProvider = clientCertProvider
|
||||||
trans, err := newTransport(baseRoundTripper, opts)
|
trans, err := newTransport(baseRoundTripper, opts)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return nil, err
|
return nil, err
|
||||||
|
|
6
vendor/cloud.google.com/go/auth/internal/transport/cba.go
generated
vendored
6
vendor/cloud.google.com/go/auth/internal/transport/cba.go
generated
vendored
|
@ -176,7 +176,7 @@ func GetHTTPTransportConfig(opts *Options) (cert.Provider, func(context.Context,
|
||||||
}
|
}
|
||||||
|
|
||||||
func getTransportConfig(opts *Options) (*transportConfig, error) {
|
func getTransportConfig(opts *Options) (*transportConfig, error) {
|
||||||
clientCertSource, err := getClientCertificateSource(opts)
|
clientCertSource, err := GetClientCertificateProvider(opts)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return nil, err
|
return nil, err
|
||||||
}
|
}
|
||||||
|
@ -210,13 +210,13 @@ func getTransportConfig(opts *Options) (*transportConfig, error) {
|
||||||
}, nil
|
}, nil
|
||||||
}
|
}
|
||||||
|
|
||||||
// getClientCertificateSource returns a default client certificate source, if
|
// GetClientCertificateProvider returns a default client certificate source, if
|
||||||
// not provided by the user.
|
// not provided by the user.
|
||||||
//
|
//
|
||||||
// A nil default source can be returned if the source does not exist. Any exceptions
|
// A nil default source can be returned if the source does not exist. Any exceptions
|
||||||
// encountered while initializing the default source will be reported as client
|
// encountered while initializing the default source will be reported as client
|
||||||
// error (ex. corrupt metadata file).
|
// error (ex. corrupt metadata file).
|
||||||
func getClientCertificateSource(opts *Options) (cert.Provider, error) {
|
func GetClientCertificateProvider(opts *Options) (cert.Provider, error) {
|
||||||
if !isClientCertificateEnabled(opts) {
|
if !isClientCertificateEnabled(opts) {
|
||||||
return nil, nil
|
return nil, nil
|
||||||
} else if opts.ClientCertProvider != nil {
|
} else if opts.ClientCertProvider != nil {
|
||||||
|
|
27
vendor/cloud.google.com/go/auth/internal/transport/transport.go
generated
vendored
27
vendor/cloud.google.com/go/auth/internal/transport/transport.go
generated
vendored
|
@ -17,7 +17,11 @@
|
||||||
package transport
|
package transport
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
"crypto/tls"
|
||||||
"fmt"
|
"fmt"
|
||||||
|
"net"
|
||||||
|
"net/http"
|
||||||
|
"time"
|
||||||
|
|
||||||
"cloud.google.com/go/auth/credentials"
|
"cloud.google.com/go/auth/credentials"
|
||||||
)
|
)
|
||||||
|
@ -74,3 +78,26 @@ func ValidateUniverseDomain(clientUniverseDomain, credentialsUniverseDomain stri
|
||||||
}
|
}
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// DefaultHTTPClientWithTLS constructs an HTTPClient using the provided tlsConfig, to support mTLS.
|
||||||
|
func DefaultHTTPClientWithTLS(tlsConfig *tls.Config) *http.Client {
|
||||||
|
trans := baseTransport()
|
||||||
|
trans.TLSClientConfig = tlsConfig
|
||||||
|
return &http.Client{Transport: trans}
|
||||||
|
}
|
||||||
|
|
||||||
|
func baseTransport() *http.Transport {
|
||||||
|
return &http.Transport{
|
||||||
|
Proxy: http.ProxyFromEnvironment,
|
||||||
|
DialContext: (&net.Dialer{
|
||||||
|
Timeout: 30 * time.Second,
|
||||||
|
KeepAlive: 30 * time.Second,
|
||||||
|
DualStack: true,
|
||||||
|
}).DialContext,
|
||||||
|
MaxIdleConns: 100,
|
||||||
|
MaxIdleConnsPerHost: 100,
|
||||||
|
IdleConnTimeout: 90 * time.Second,
|
||||||
|
TLSHandshakeTimeout: 10 * time.Second,
|
||||||
|
ExpectContinueTimeout: 1 * time.Second,
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
3
vendor/cloud.google.com/go/auth/threelegged.go
generated
vendored
3
vendor/cloud.google.com/go/auth/threelegged.go
generated
vendored
|
@ -62,7 +62,8 @@ type Options3LO struct {
|
||||||
// Optional.
|
// Optional.
|
||||||
Client *http.Client
|
Client *http.Client
|
||||||
// EarlyTokenExpiry is the time before the token expires that it should be
|
// EarlyTokenExpiry is the time before the token expires that it should be
|
||||||
// refreshed. If not set the default value is 10 seconds. Optional.
|
// refreshed. If not set the default value is 3 minutes and 45 seconds.
|
||||||
|
// Optional.
|
||||||
EarlyTokenExpiry time.Duration
|
EarlyTokenExpiry time.Duration
|
||||||
|
|
||||||
// AuthHandlerOpts provides a set of options for doing a
|
// AuthHandlerOpts provides a set of options for doing a
|
||||||
|
|
12
vendor/cloud.google.com/go/compute/metadata/CHANGES.md
generated
vendored
12
vendor/cloud.google.com/go/compute/metadata/CHANGES.md
generated
vendored
|
@ -1,5 +1,17 @@
|
||||||
# Changes
|
# Changes
|
||||||
|
|
||||||
|
## [0.4.0](https://github.com/googleapis/google-cloud-go/compare/compute/metadata/v0.3.0...compute/metadata/v0.4.0) (2024-07-01)
|
||||||
|
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
* **compute/metadata:** Add context for all functions/methods ([#10370](https://github.com/googleapis/google-cloud-go/issues/10370)) ([66b8efe](https://github.com/googleapis/google-cloud-go/commit/66b8efe7ad877e052b2987bb4475477e38c67bb3))
|
||||||
|
|
||||||
|
|
||||||
|
### Documentation
|
||||||
|
|
||||||
|
* **compute/metadata:** Update OnGCE description ([#10408](https://github.com/googleapis/google-cloud-go/issues/10408)) ([6a46dca](https://github.com/googleapis/google-cloud-go/commit/6a46dca4eae4f88ec6f88822e01e5bf8aeca787f))
|
||||||
|
|
||||||
## [0.3.0](https://github.com/googleapis/google-cloud-go/compare/compute/metadata/v0.2.3...compute/metadata/v0.3.0) (2024-04-15)
|
## [0.3.0](https://github.com/googleapis/google-cloud-go/compare/compute/metadata/v0.2.3...compute/metadata/v0.3.0) (2024-04-15)
|
||||||
|
|
||||||
|
|
||||||
|
|
366
vendor/cloud.google.com/go/compute/metadata/metadata.go
generated
vendored
366
vendor/cloud.google.com/go/compute/metadata/metadata.go
generated
vendored
|
@ -88,16 +88,16 @@ func (suffix NotDefinedError) Error() string {
|
||||||
return fmt.Sprintf("metadata: GCE metadata %q not defined", string(suffix))
|
return fmt.Sprintf("metadata: GCE metadata %q not defined", string(suffix))
|
||||||
}
|
}
|
||||||
|
|
||||||
func (c *cachedValue) get(cl *Client) (v string, err error) {
|
func (c *cachedValue) get(ctx context.Context, cl *Client) (v string, err error) {
|
||||||
defer c.mu.Unlock()
|
defer c.mu.Unlock()
|
||||||
c.mu.Lock()
|
c.mu.Lock()
|
||||||
if c.v != "" {
|
if c.v != "" {
|
||||||
return c.v, nil
|
return c.v, nil
|
||||||
}
|
}
|
||||||
if c.trim {
|
if c.trim {
|
||||||
v, err = cl.getTrimmed(context.Background(), c.k)
|
v, err = cl.getTrimmed(ctx, c.k)
|
||||||
} else {
|
} else {
|
||||||
v, err = cl.GetWithContext(context.Background(), c.k)
|
v, err = cl.GetWithContext(ctx, c.k)
|
||||||
}
|
}
|
||||||
if err == nil {
|
if err == nil {
|
||||||
c.v = v
|
c.v = v
|
||||||
|
@ -110,7 +110,9 @@ var (
|
||||||
onGCE bool
|
onGCE bool
|
||||||
)
|
)
|
||||||
|
|
||||||
// OnGCE reports whether this process is running on Google Compute Engine.
|
// OnGCE reports whether this process is running on Google Compute Platforms.
|
||||||
|
// NOTE: True returned from `OnGCE` does not guarantee that the metadata server
|
||||||
|
// is accessible from this process and have all the metadata defined.
|
||||||
func OnGCE() bool {
|
func OnGCE() bool {
|
||||||
onGCEOnce.Do(initOnGCE)
|
onGCEOnce.Do(initOnGCE)
|
||||||
return onGCE
|
return onGCE
|
||||||
|
@ -203,6 +205,8 @@ func systemInfoSuggestsGCE() bool {
|
||||||
}
|
}
|
||||||
|
|
||||||
// Subscribe calls Client.SubscribeWithContext on the default client.
|
// Subscribe calls Client.SubscribeWithContext on the default client.
|
||||||
|
//
|
||||||
|
// Deprecated: Please use the context aware variant [SubscribeWithContext].
|
||||||
func Subscribe(suffix string, fn func(v string, ok bool) error) error {
|
func Subscribe(suffix string, fn func(v string, ok bool) error) error {
|
||||||
return defaultClient.SubscribeWithContext(context.Background(), suffix, func(ctx context.Context, v string, ok bool) error { return fn(v, ok) })
|
return defaultClient.SubscribeWithContext(context.Background(), suffix, func(ctx context.Context, v string, ok bool) error { return fn(v, ok) })
|
||||||
}
|
}
|
||||||
|
@ -225,55 +229,188 @@ func GetWithContext(ctx context.Context, suffix string) (string, error) {
|
||||||
}
|
}
|
||||||
|
|
||||||
// ProjectID returns the current instance's project ID string.
|
// ProjectID returns the current instance's project ID string.
|
||||||
func ProjectID() (string, error) { return defaultClient.ProjectID() }
|
//
|
||||||
|
// Deprecated: Please use the context aware variant [ProjectIDWithContext].
|
||||||
|
func ProjectID() (string, error) {
|
||||||
|
return defaultClient.ProjectIDWithContext(context.Background())
|
||||||
|
}
|
||||||
|
|
||||||
|
// ProjectIDWithContext returns the current instance's project ID string.
|
||||||
|
func ProjectIDWithContext(ctx context.Context) (string, error) {
|
||||||
|
return defaultClient.ProjectIDWithContext(ctx)
|
||||||
|
}
|
||||||
|
|
||||||
// NumericProjectID returns the current instance's numeric project ID.
|
// NumericProjectID returns the current instance's numeric project ID.
|
||||||
func NumericProjectID() (string, error) { return defaultClient.NumericProjectID() }
|
//
|
||||||
|
// Deprecated: Please use the context aware variant [NumericProjectIDWithContext].
|
||||||
|
func NumericProjectID() (string, error) {
|
||||||
|
return defaultClient.NumericProjectIDWithContext(context.Background())
|
||||||
|
}
|
||||||
|
|
||||||
|
// NumericProjectIDWithContext returns the current instance's numeric project ID.
|
||||||
|
func NumericProjectIDWithContext(ctx context.Context) (string, error) {
|
||||||
|
return defaultClient.NumericProjectIDWithContext(ctx)
|
||||||
|
}
|
||||||
|
|
||||||
// InternalIP returns the instance's primary internal IP address.
|
// InternalIP returns the instance's primary internal IP address.
|
||||||
func InternalIP() (string, error) { return defaultClient.InternalIP() }
|
//
|
||||||
|
// Deprecated: Please use the context aware variant [InternalIPWithContext].
|
||||||
|
func InternalIP() (string, error) {
|
||||||
|
return defaultClient.InternalIPWithContext(context.Background())
|
||||||
|
}
|
||||||
|
|
||||||
|
// InternalIPWithContext returns the instance's primary internal IP address.
|
||||||
|
func InternalIPWithContext(ctx context.Context) (string, error) {
|
||||||
|
return defaultClient.InternalIPWithContext(ctx)
|
||||||
|
}
|
||||||
|
|
||||||
// ExternalIP returns the instance's primary external (public) IP address.
|
// ExternalIP returns the instance's primary external (public) IP address.
|
||||||
func ExternalIP() (string, error) { return defaultClient.ExternalIP() }
|
//
|
||||||
|
// Deprecated: Please use the context aware variant [ExternalIPWithContext].
|
||||||
|
func ExternalIP() (string, error) {
|
||||||
|
return defaultClient.ExternalIPWithContext(context.Background())
|
||||||
|
}
|
||||||
|
|
||||||
// Email calls Client.Email on the default client.
|
// ExternalIPWithContext returns the instance's primary external (public) IP address.
|
||||||
func Email(serviceAccount string) (string, error) { return defaultClient.Email(serviceAccount) }
|
func ExternalIPWithContext(ctx context.Context) (string, error) {
|
||||||
|
return defaultClient.ExternalIPWithContext(ctx)
|
||||||
|
}
|
||||||
|
|
||||||
|
// Email calls Client.EmailWithContext on the default client.
|
||||||
|
//
|
||||||
|
// Deprecated: Please use the context aware variant [EmailWithContext].
|
||||||
|
func Email(serviceAccount string) (string, error) {
|
||||||
|
return defaultClient.EmailWithContext(context.Background(), serviceAccount)
|
||||||
|
}
|
||||||
|
|
||||||
|
// EmailWithContext calls Client.EmailWithContext on the default client.
|
||||||
|
func EmailWithContext(ctx context.Context, serviceAccount string) (string, error) {
|
||||||
|
return defaultClient.EmailWithContext(ctx, serviceAccount)
|
||||||
|
}
|
||||||
|
|
||||||
// Hostname returns the instance's hostname. This will be of the form
|
// Hostname returns the instance's hostname. This will be of the form
|
||||||
// "<instanceID>.c.<projID>.internal".
|
// "<instanceID>.c.<projID>.internal".
|
||||||
func Hostname() (string, error) { return defaultClient.Hostname() }
|
//
|
||||||
|
// Deprecated: Please use the context aware variant [HostnameWithContext].
|
||||||
|
func Hostname() (string, error) {
|
||||||
|
return defaultClient.HostnameWithContext(context.Background())
|
||||||
|
}
|
||||||
|
|
||||||
|
// HostnameWithContext returns the instance's hostname. This will be of the form
|
||||||
|
// "<instanceID>.c.<projID>.internal".
|
||||||
|
func HostnameWithContext(ctx context.Context) (string, error) {
|
||||||
|
return defaultClient.HostnameWithContext(ctx)
|
||||||
|
}
|
||||||
|
|
||||||
// InstanceTags returns the list of user-defined instance tags,
|
// InstanceTags returns the list of user-defined instance tags,
|
||||||
// assigned when initially creating a GCE instance.
|
// assigned when initially creating a GCE instance.
|
||||||
func InstanceTags() ([]string, error) { return defaultClient.InstanceTags() }
|
//
|
||||||
|
// Deprecated: Please use the context aware variant [InstanceTagsWithContext].
|
||||||
|
func InstanceTags() ([]string, error) {
|
||||||
|
return defaultClient.InstanceTagsWithContext(context.Background())
|
||||||
|
}
|
||||||
|
|
||||||
|
// InstanceTagsWithContext returns the list of user-defined instance tags,
|
||||||
|
// assigned when initially creating a GCE instance.
|
||||||
|
func InstanceTagsWithContext(ctx context.Context) ([]string, error) {
|
||||||
|
return defaultClient.InstanceTagsWithContext(ctx)
|
||||||
|
}
|
||||||
|
|
||||||
// InstanceID returns the current VM's numeric instance ID.
|
// InstanceID returns the current VM's numeric instance ID.
|
||||||
func InstanceID() (string, error) { return defaultClient.InstanceID() }
|
//
|
||||||
|
// Deprecated: Please use the context aware variant [InstanceIDWithContext].
|
||||||
|
func InstanceID() (string, error) {
|
||||||
|
return defaultClient.InstanceIDWithContext(context.Background())
|
||||||
|
}
|
||||||
|
|
||||||
|
// InstanceIDWithContext returns the current VM's numeric instance ID.
|
||||||
|
func InstanceIDWithContext(ctx context.Context) (string, error) {
|
||||||
|
return defaultClient.InstanceIDWithContext(ctx)
|
||||||
|
}
|
||||||
|
|
||||||
// InstanceName returns the current VM's instance ID string.
|
// InstanceName returns the current VM's instance ID string.
|
||||||
func InstanceName() (string, error) { return defaultClient.InstanceName() }
|
//
|
||||||
|
// Deprecated: Please use the context aware variant [InstanceNameWithContext].
|
||||||
|
func InstanceName() (string, error) {
|
||||||
|
return defaultClient.InstanceNameWithContext(context.Background())
|
||||||
|
}
|
||||||
|
|
||||||
|
// InstanceNameWithContext returns the current VM's instance ID string.
|
||||||
|
func InstanceNameWithContext(ctx context.Context) (string, error) {
|
||||||
|
return defaultClient.InstanceNameWithContext(ctx)
|
||||||
|
}
|
||||||
|
|
||||||
// Zone returns the current VM's zone, such as "us-central1-b".
|
// Zone returns the current VM's zone, such as "us-central1-b".
|
||||||
func Zone() (string, error) { return defaultClient.Zone() }
|
//
|
||||||
|
// Deprecated: Please use the context aware variant [ZoneWithContext].
|
||||||
|
func Zone() (string, error) {
|
||||||
|
return defaultClient.ZoneWithContext(context.Background())
|
||||||
|
}
|
||||||
|
|
||||||
// InstanceAttributes calls Client.InstanceAttributes on the default client.
|
// ZoneWithContext returns the current VM's zone, such as "us-central1-b".
|
||||||
func InstanceAttributes() ([]string, error) { return defaultClient.InstanceAttributes() }
|
func ZoneWithContext(ctx context.Context) (string, error) {
|
||||||
|
return defaultClient.ZoneWithContext(ctx)
|
||||||
|
}
|
||||||
|
|
||||||
// ProjectAttributes calls Client.ProjectAttributes on the default client.
|
// InstanceAttributes calls Client.InstanceAttributesWithContext on the default client.
|
||||||
func ProjectAttributes() ([]string, error) { return defaultClient.ProjectAttributes() }
|
//
|
||||||
|
// Deprecated: Please use the context aware variant [InstanceAttributesWithContext.
|
||||||
|
func InstanceAttributes() ([]string, error) {
|
||||||
|
return defaultClient.InstanceAttributesWithContext(context.Background())
|
||||||
|
}
|
||||||
|
|
||||||
// InstanceAttributeValue calls Client.InstanceAttributeValue on the default client.
|
// InstanceAttributesWithContext calls Client.ProjectAttributesWithContext on the default client.
|
||||||
|
func InstanceAttributesWithContext(ctx context.Context) ([]string, error) {
|
||||||
|
return defaultClient.InstanceAttributesWithContext(ctx)
|
||||||
|
}
|
||||||
|
|
||||||
|
// ProjectAttributes calls Client.ProjectAttributesWithContext on the default client.
|
||||||
|
//
|
||||||
|
// Deprecated: Please use the context aware variant [ProjectAttributesWithContext].
|
||||||
|
func ProjectAttributes() ([]string, error) {
|
||||||
|
return defaultClient.ProjectAttributesWithContext(context.Background())
|
||||||
|
}
|
||||||
|
|
||||||
|
// ProjectAttributesWithContext calls Client.ProjectAttributesWithContext on the default client.
|
||||||
|
func ProjectAttributesWithContext(ctx context.Context) ([]string, error) {
|
||||||
|
return defaultClient.ProjectAttributesWithContext(ctx)
|
||||||
|
}
|
||||||
|
|
||||||
|
// InstanceAttributeValue calls Client.InstanceAttributeValueWithContext on the default client.
|
||||||
|
//
|
||||||
|
// Deprecated: Please use the context aware variant [InstanceAttributeValueWithContext].
|
||||||
func InstanceAttributeValue(attr string) (string, error) {
|
func InstanceAttributeValue(attr string) (string, error) {
|
||||||
return defaultClient.InstanceAttributeValue(attr)
|
return defaultClient.InstanceAttributeValueWithContext(context.Background(), attr)
|
||||||
}
|
}
|
||||||
|
|
||||||
// ProjectAttributeValue calls Client.ProjectAttributeValue on the default client.
|
// InstanceAttributeValueWithContext calls Client.InstanceAttributeValueWithContext on the default client.
|
||||||
|
func InstanceAttributeValueWithContext(ctx context.Context, attr string) (string, error) {
|
||||||
|
return defaultClient.InstanceAttributeValueWithContext(ctx, attr)
|
||||||
|
}
|
||||||
|
|
||||||
|
// ProjectAttributeValue calls Client.ProjectAttributeValueWithContext on the default client.
|
||||||
|
//
|
||||||
|
// Deprecated: Please use the context aware variant [ProjectAttributeValueWithContext].
|
||||||
func ProjectAttributeValue(attr string) (string, error) {
|
func ProjectAttributeValue(attr string) (string, error) {
|
||||||
return defaultClient.ProjectAttributeValue(attr)
|
return defaultClient.ProjectAttributeValueWithContext(context.Background(), attr)
|
||||||
}
|
}
|
||||||
|
|
||||||
// Scopes calls Client.Scopes on the default client.
|
// ProjectAttributeValueWithContext calls Client.ProjectAttributeValueWithContext on the default client.
|
||||||
func Scopes(serviceAccount string) ([]string, error) { return defaultClient.Scopes(serviceAccount) }
|
func ProjectAttributeValueWithContext(ctx context.Context, attr string) (string, error) {
|
||||||
|
return defaultClient.ProjectAttributeValueWithContext(ctx, attr)
|
||||||
|
}
|
||||||
|
|
||||||
|
// Scopes calls Client.ScopesWithContext on the default client.
|
||||||
|
//
|
||||||
|
// Deprecated: Please use the context aware variant [ScopesWithContext].
|
||||||
|
func Scopes(serviceAccount string) ([]string, error) {
|
||||||
|
return defaultClient.ScopesWithContext(context.Background(), serviceAccount)
|
||||||
|
}
|
||||||
|
|
||||||
|
// ScopesWithContext calls Client.ScopesWithContext on the default client.
|
||||||
|
func ScopesWithContext(ctx context.Context, serviceAccount string) ([]string, error) {
|
||||||
|
return defaultClient.ScopesWithContext(ctx, serviceAccount)
|
||||||
|
}
|
||||||
|
|
||||||
func strsContains(ss []string, s string) bool {
|
func strsContains(ss []string, s string) bool {
|
||||||
for _, v := range ss {
|
for _, v := range ss {
|
||||||
|
@ -296,7 +433,6 @@ func NewClient(c *http.Client) *Client {
|
||||||
if c == nil {
|
if c == nil {
|
||||||
return defaultClient
|
return defaultClient
|
||||||
}
|
}
|
||||||
|
|
||||||
return &Client{hc: c}
|
return &Client{hc: c}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -381,6 +517,10 @@ func (c *Client) Get(suffix string) (string, error) {
|
||||||
//
|
//
|
||||||
// If the requested metadata is not defined, the returned error will
|
// If the requested metadata is not defined, the returned error will
|
||||||
// be of type NotDefinedError.
|
// be of type NotDefinedError.
|
||||||
|
//
|
||||||
|
// NOTE: Without an extra deadline in the context this call can take in the
|
||||||
|
// worst case, with internal backoff retries, up to 15 seconds (e.g. when server
|
||||||
|
// is responding slowly). Pass context with additional timeouts when needed.
|
||||||
func (c *Client) GetWithContext(ctx context.Context, suffix string) (string, error) {
|
func (c *Client) GetWithContext(ctx context.Context, suffix string) (string, error) {
|
||||||
val, _, err := c.getETag(ctx, suffix)
|
val, _, err := c.getETag(ctx, suffix)
|
||||||
return val, err
|
return val, err
|
||||||
|
@ -392,8 +532,8 @@ func (c *Client) getTrimmed(ctx context.Context, suffix string) (s string, err e
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
func (c *Client) lines(suffix string) ([]string, error) {
|
func (c *Client) lines(ctx context.Context, suffix string) ([]string, error) {
|
||||||
j, err := c.GetWithContext(context.Background(), suffix)
|
j, err := c.GetWithContext(ctx, suffix)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return nil, err
|
return nil, err
|
||||||
}
|
}
|
||||||
|
@ -405,45 +545,104 @@ func (c *Client) lines(suffix string) ([]string, error) {
|
||||||
}
|
}
|
||||||
|
|
||||||
// ProjectID returns the current instance's project ID string.
|
// ProjectID returns the current instance's project ID string.
|
||||||
func (c *Client) ProjectID() (string, error) { return projID.get(c) }
|
//
|
||||||
|
// Deprecated: Please use the context aware variant [Client.ProjectIDWithContext].
|
||||||
|
func (c *Client) ProjectID() (string, error) { return c.ProjectIDWithContext(context.Background()) }
|
||||||
|
|
||||||
|
// ProjectIDWithContext returns the current instance's project ID string.
|
||||||
|
func (c *Client) ProjectIDWithContext(ctx context.Context) (string, error) { return projID.get(ctx, c) }
|
||||||
|
|
||||||
// NumericProjectID returns the current instance's numeric project ID.
|
// NumericProjectID returns the current instance's numeric project ID.
|
||||||
func (c *Client) NumericProjectID() (string, error) { return projNum.get(c) }
|
//
|
||||||
|
// Deprecated: Please use the context aware variant [Client.NumericProjectIDWithContext].
|
||||||
|
func (c *Client) NumericProjectID() (string, error) {
|
||||||
|
return c.NumericProjectIDWithContext(context.Background())
|
||||||
|
}
|
||||||
|
|
||||||
|
// NumericProjectIDWithContext returns the current instance's numeric project ID.
|
||||||
|
func (c *Client) NumericProjectIDWithContext(ctx context.Context) (string, error) {
|
||||||
|
return projNum.get(ctx, c)
|
||||||
|
}
|
||||||
|
|
||||||
// InstanceID returns the current VM's numeric instance ID.
|
// InstanceID returns the current VM's numeric instance ID.
|
||||||
func (c *Client) InstanceID() (string, error) { return instID.get(c) }
|
//
|
||||||
|
// Deprecated: Please use the context aware variant [Client.InstanceIDWithContext].
|
||||||
|
func (c *Client) InstanceID() (string, error) {
|
||||||
|
return c.InstanceIDWithContext(context.Background())
|
||||||
|
}
|
||||||
|
|
||||||
|
// InstanceIDWithContext returns the current VM's numeric instance ID.
|
||||||
|
func (c *Client) InstanceIDWithContext(ctx context.Context) (string, error) {
|
||||||
|
return instID.get(ctx, c)
|
||||||
|
}
|
||||||
|
|
||||||
// InternalIP returns the instance's primary internal IP address.
|
// InternalIP returns the instance's primary internal IP address.
|
||||||
|
//
|
||||||
|
// Deprecated: Please use the context aware variant [Client.InternalIPWithContext].
|
||||||
func (c *Client) InternalIP() (string, error) {
|
func (c *Client) InternalIP() (string, error) {
|
||||||
return c.getTrimmed(context.Background(), "instance/network-interfaces/0/ip")
|
return c.InternalIPWithContext(context.Background())
|
||||||
|
}
|
||||||
|
|
||||||
|
// InternalIPWithContext returns the instance's primary internal IP address.
|
||||||
|
func (c *Client) InternalIPWithContext(ctx context.Context) (string, error) {
|
||||||
|
return c.getTrimmed(ctx, "instance/network-interfaces/0/ip")
|
||||||
}
|
}
|
||||||
|
|
||||||
// Email returns the email address associated with the service account.
|
// Email returns the email address associated with the service account.
|
||||||
// The account may be empty or the string "default" to use the instance's
|
//
|
||||||
// main account.
|
// Deprecated: Please use the context aware variant [Client.EmailWithContext].
|
||||||
func (c *Client) Email(serviceAccount string) (string, error) {
|
func (c *Client) Email(serviceAccount string) (string, error) {
|
||||||
|
return c.EmailWithContext(context.Background(), serviceAccount)
|
||||||
|
}
|
||||||
|
|
||||||
|
// EmailWithContext returns the email address associated with the service account.
|
||||||
|
// The serviceAccount parameter default value (empty string or "default" value)
|
||||||
|
// will use the instance's main account.
|
||||||
|
func (c *Client) EmailWithContext(ctx context.Context, serviceAccount string) (string, error) {
|
||||||
if serviceAccount == "" {
|
if serviceAccount == "" {
|
||||||
serviceAccount = "default"
|
serviceAccount = "default"
|
||||||
}
|
}
|
||||||
return c.getTrimmed(context.Background(), "instance/service-accounts/"+serviceAccount+"/email")
|
return c.getTrimmed(ctx, "instance/service-accounts/"+serviceAccount+"/email")
|
||||||
}
|
}
|
||||||
|
|
||||||
// ExternalIP returns the instance's primary external (public) IP address.
|
// ExternalIP returns the instance's primary external (public) IP address.
|
||||||
|
//
|
||||||
|
// Deprecated: Please use the context aware variant [Client.ExternalIPWithContext].
|
||||||
func (c *Client) ExternalIP() (string, error) {
|
func (c *Client) ExternalIP() (string, error) {
|
||||||
return c.getTrimmed(context.Background(), "instance/network-interfaces/0/access-configs/0/external-ip")
|
return c.ExternalIPWithContext(context.Background())
|
||||||
|
}
|
||||||
|
|
||||||
|
// ExternalIPWithContext returns the instance's primary external (public) IP address.
|
||||||
|
func (c *Client) ExternalIPWithContext(ctx context.Context) (string, error) {
|
||||||
|
return c.getTrimmed(ctx, "instance/network-interfaces/0/access-configs/0/external-ip")
|
||||||
}
|
}
|
||||||
|
|
||||||
// Hostname returns the instance's hostname. This will be of the form
|
// Hostname returns the instance's hostname. This will be of the form
|
||||||
// "<instanceID>.c.<projID>.internal".
|
// "<instanceID>.c.<projID>.internal".
|
||||||
|
//
|
||||||
|
// Deprecated: Please use the context aware variant [Client.HostnameWithContext].
|
||||||
func (c *Client) Hostname() (string, error) {
|
func (c *Client) Hostname() (string, error) {
|
||||||
return c.getTrimmed(context.Background(), "instance/hostname")
|
return c.HostnameWithContext(context.Background())
|
||||||
}
|
}
|
||||||
|
|
||||||
// InstanceTags returns the list of user-defined instance tags,
|
// HostnameWithContext returns the instance's hostname. This will be of the form
|
||||||
// assigned when initially creating a GCE instance.
|
// "<instanceID>.c.<projID>.internal".
|
||||||
|
func (c *Client) HostnameWithContext(ctx context.Context) (string, error) {
|
||||||
|
return c.getTrimmed(ctx, "instance/hostname")
|
||||||
|
}
|
||||||
|
|
||||||
|
// InstanceTags returns the list of user-defined instance tags.
|
||||||
|
//
|
||||||
|
// Deprecated: Please use the context aware variant [Client.InstanceTagsWithContext].
|
||||||
func (c *Client) InstanceTags() ([]string, error) {
|
func (c *Client) InstanceTags() ([]string, error) {
|
||||||
|
return c.InstanceTagsWithContext(context.Background())
|
||||||
|
}
|
||||||
|
|
||||||
|
// InstanceTagsWithContext returns the list of user-defined instance tags,
|
||||||
|
// assigned when initially creating a GCE instance.
|
||||||
|
func (c *Client) InstanceTagsWithContext(ctx context.Context) ([]string, error) {
|
||||||
var s []string
|
var s []string
|
||||||
j, err := c.GetWithContext(context.Background(), "instance/tags")
|
j, err := c.GetWithContext(ctx, "instance/tags")
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return nil, err
|
return nil, err
|
||||||
}
|
}
|
||||||
|
@ -454,13 +653,27 @@ func (c *Client) InstanceTags() ([]string, error) {
|
||||||
}
|
}
|
||||||
|
|
||||||
// InstanceName returns the current VM's instance ID string.
|
// InstanceName returns the current VM's instance ID string.
|
||||||
|
//
|
||||||
|
// Deprecated: Please use the context aware variant [Client.InstanceNameWithContext].
|
||||||
func (c *Client) InstanceName() (string, error) {
|
func (c *Client) InstanceName() (string, error) {
|
||||||
return c.getTrimmed(context.Background(), "instance/name")
|
return c.InstanceNameWithContext(context.Background())
|
||||||
|
}
|
||||||
|
|
||||||
|
// InstanceNameWithContext returns the current VM's instance ID string.
|
||||||
|
func (c *Client) InstanceNameWithContext(ctx context.Context) (string, error) {
|
||||||
|
return c.getTrimmed(ctx, "instance/name")
|
||||||
}
|
}
|
||||||
|
|
||||||
// Zone returns the current VM's zone, such as "us-central1-b".
|
// Zone returns the current VM's zone, such as "us-central1-b".
|
||||||
|
//
|
||||||
|
// Deprecated: Please use the context aware variant [Client.ZoneWithContext].
|
||||||
func (c *Client) Zone() (string, error) {
|
func (c *Client) Zone() (string, error) {
|
||||||
zone, err := c.getTrimmed(context.Background(), "instance/zone")
|
return c.ZoneWithContext(context.Background())
|
||||||
|
}
|
||||||
|
|
||||||
|
// ZoneWithContext returns the current VM's zone, such as "us-central1-b".
|
||||||
|
func (c *Client) ZoneWithContext(ctx context.Context) (string, error) {
|
||||||
|
zone, err := c.getTrimmed(ctx, "instance/zone")
|
||||||
// zone is of the form "projects/<projNum>/zones/<zoneName>".
|
// zone is of the form "projects/<projNum>/zones/<zoneName>".
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return "", err
|
return "", err
|
||||||
|
@ -471,12 +684,34 @@ func (c *Client) Zone() (string, error) {
|
||||||
// InstanceAttributes returns the list of user-defined attributes,
|
// InstanceAttributes returns the list of user-defined attributes,
|
||||||
// assigned when initially creating a GCE VM instance. The value of an
|
// assigned when initially creating a GCE VM instance. The value of an
|
||||||
// attribute can be obtained with InstanceAttributeValue.
|
// attribute can be obtained with InstanceAttributeValue.
|
||||||
func (c *Client) InstanceAttributes() ([]string, error) { return c.lines("instance/attributes/") }
|
//
|
||||||
|
// Deprecated: Please use the context aware variant [Client.InstanceAttributesWithContext].
|
||||||
|
func (c *Client) InstanceAttributes() ([]string, error) {
|
||||||
|
return c.InstanceAttributesWithContext(context.Background())
|
||||||
|
}
|
||||||
|
|
||||||
|
// InstanceAttributesWithContext returns the list of user-defined attributes,
|
||||||
|
// assigned when initially creating a GCE VM instance. The value of an
|
||||||
|
// attribute can be obtained with InstanceAttributeValue.
|
||||||
|
func (c *Client) InstanceAttributesWithContext(ctx context.Context) ([]string, error) {
|
||||||
|
return c.lines(ctx, "instance/attributes/")
|
||||||
|
}
|
||||||
|
|
||||||
// ProjectAttributes returns the list of user-defined attributes
|
// ProjectAttributes returns the list of user-defined attributes
|
||||||
// applying to the project as a whole, not just this VM. The value of
|
// applying to the project as a whole, not just this VM. The value of
|
||||||
// an attribute can be obtained with ProjectAttributeValue.
|
// an attribute can be obtained with ProjectAttributeValue.
|
||||||
func (c *Client) ProjectAttributes() ([]string, error) { return c.lines("project/attributes/") }
|
//
|
||||||
|
// Deprecated: Please use the context aware variant [Client.ProjectAttributesWithContext].
|
||||||
|
func (c *Client) ProjectAttributes() ([]string, error) {
|
||||||
|
return c.ProjectAttributesWithContext(context.Background())
|
||||||
|
}
|
||||||
|
|
||||||
|
// ProjectAttributesWithContext returns the list of user-defined attributes
|
||||||
|
// applying to the project as a whole, not just this VM. The value of
|
||||||
|
// an attribute can be obtained with ProjectAttributeValue.
|
||||||
|
func (c *Client) ProjectAttributesWithContext(ctx context.Context) ([]string, error) {
|
||||||
|
return c.lines(ctx, "project/attributes/")
|
||||||
|
}
|
||||||
|
|
||||||
// InstanceAttributeValue returns the value of the provided VM
|
// InstanceAttributeValue returns the value of the provided VM
|
||||||
// instance attribute.
|
// instance attribute.
|
||||||
|
@ -486,8 +721,22 @@ func (c *Client) ProjectAttributes() ([]string, error) { return c.lines("project
|
||||||
//
|
//
|
||||||
// InstanceAttributeValue may return ("", nil) if the attribute was
|
// InstanceAttributeValue may return ("", nil) if the attribute was
|
||||||
// defined to be the empty string.
|
// defined to be the empty string.
|
||||||
|
//
|
||||||
|
// Deprecated: Please use the context aware variant [Client.InstanceAttributeValueWithContext].
|
||||||
func (c *Client) InstanceAttributeValue(attr string) (string, error) {
|
func (c *Client) InstanceAttributeValue(attr string) (string, error) {
|
||||||
return c.GetWithContext(context.Background(), "instance/attributes/"+attr)
|
return c.InstanceAttributeValueWithContext(context.Background(), attr)
|
||||||
|
}
|
||||||
|
|
||||||
|
// InstanceAttributeValueWithContext returns the value of the provided VM
|
||||||
|
// instance attribute.
|
||||||
|
//
|
||||||
|
// If the requested attribute is not defined, the returned error will
|
||||||
|
// be of type NotDefinedError.
|
||||||
|
//
|
||||||
|
// InstanceAttributeValue may return ("", nil) if the attribute was
|
||||||
|
// defined to be the empty string.
|
||||||
|
func (c *Client) InstanceAttributeValueWithContext(ctx context.Context, attr string) (string, error) {
|
||||||
|
return c.GetWithContext(ctx, "instance/attributes/"+attr)
|
||||||
}
|
}
|
||||||
|
|
||||||
// ProjectAttributeValue returns the value of the provided
|
// ProjectAttributeValue returns the value of the provided
|
||||||
|
@ -498,18 +747,41 @@ func (c *Client) InstanceAttributeValue(attr string) (string, error) {
|
||||||
//
|
//
|
||||||
// ProjectAttributeValue may return ("", nil) if the attribute was
|
// ProjectAttributeValue may return ("", nil) if the attribute was
|
||||||
// defined to be the empty string.
|
// defined to be the empty string.
|
||||||
|
//
|
||||||
|
// Deprecated: Please use the context aware variant [Client.ProjectAttributeValueWithContext].
|
||||||
func (c *Client) ProjectAttributeValue(attr string) (string, error) {
|
func (c *Client) ProjectAttributeValue(attr string) (string, error) {
|
||||||
return c.GetWithContext(context.Background(), "project/attributes/"+attr)
|
return c.ProjectAttributeValueWithContext(context.Background(), attr)
|
||||||
|
}
|
||||||
|
|
||||||
|
// ProjectAttributeValueWithContext returns the value of the provided
|
||||||
|
// project attribute.
|
||||||
|
//
|
||||||
|
// If the requested attribute is not defined, the returned error will
|
||||||
|
// be of type NotDefinedError.
|
||||||
|
//
|
||||||
|
// ProjectAttributeValue may return ("", nil) if the attribute was
|
||||||
|
// defined to be the empty string.
|
||||||
|
func (c *Client) ProjectAttributeValueWithContext(ctx context.Context, attr string) (string, error) {
|
||||||
|
return c.GetWithContext(ctx, "project/attributes/"+attr)
|
||||||
}
|
}
|
||||||
|
|
||||||
// Scopes returns the service account scopes for the given account.
|
// Scopes returns the service account scopes for the given account.
|
||||||
// The account may be empty or the string "default" to use the instance's
|
// The account may be empty or the string "default" to use the instance's
|
||||||
// main account.
|
// main account.
|
||||||
|
//
|
||||||
|
// Deprecated: Please use the context aware variant [Client.ScopesWithContext].
|
||||||
func (c *Client) Scopes(serviceAccount string) ([]string, error) {
|
func (c *Client) Scopes(serviceAccount string) ([]string, error) {
|
||||||
|
return c.ScopesWithContext(context.Background(), serviceAccount)
|
||||||
|
}
|
||||||
|
|
||||||
|
// ScopesWithContext returns the service account scopes for the given account.
|
||||||
|
// The account may be empty or the string "default" to use the instance's
|
||||||
|
// main account.
|
||||||
|
func (c *Client) ScopesWithContext(ctx context.Context, serviceAccount string) ([]string, error) {
|
||||||
if serviceAccount == "" {
|
if serviceAccount == "" {
|
||||||
serviceAccount = "default"
|
serviceAccount = "default"
|
||||||
}
|
}
|
||||||
return c.lines("instance/service-accounts/" + serviceAccount + "/scopes")
|
return c.lines(ctx, "instance/service-accounts/"+serviceAccount+"/scopes")
|
||||||
}
|
}
|
||||||
|
|
||||||
// Subscribe subscribes to a value from the metadata service.
|
// Subscribe subscribes to a value from the metadata service.
|
||||||
|
|
14
vendor/cloud.google.com/go/iam/CHANGES.md
generated
vendored
14
vendor/cloud.google.com/go/iam/CHANGES.md
generated
vendored
|
@ -1,6 +1,20 @@
|
||||||
# Changes
|
# Changes
|
||||||
|
|
||||||
|
|
||||||
|
## [1.1.10](https://github.com/googleapis/google-cloud-go/compare/iam/v1.1.9...iam/v1.1.10) (2024-07-01)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* **iam:** Bump google.golang.org/api@v0.187.0 ([8fa9e39](https://github.com/googleapis/google-cloud-go/commit/8fa9e398e512fd8533fd49060371e61b5725a85b))
|
||||||
|
|
||||||
|
## [1.1.9](https://github.com/googleapis/google-cloud-go/compare/iam/v1.1.8...iam/v1.1.9) (2024-06-26)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* **iam:** Enable new auth lib ([b95805f](https://github.com/googleapis/google-cloud-go/commit/b95805f4c87d3e8d10ea23bd7a2d68d7a4157568))
|
||||||
|
|
||||||
## [1.1.8](https://github.com/googleapis/google-cloud-go/compare/iam/v1.1.7...iam/v1.1.8) (2024-05-01)
|
## [1.1.8](https://github.com/googleapis/google-cloud-go/compare/iam/v1.1.7...iam/v1.1.8) (2024-05-01)
|
||||||
|
|
||||||
|
|
||||||
|
|
14
vendor/cloud.google.com/go/iam/apiv1/iampb/iam_policy.pb.go
generated
vendored
14
vendor/cloud.google.com/go/iam/apiv1/iampb/iam_policy.pb.go
generated
vendored
|
@ -1,4 +1,4 @@
|
||||||
// Copyright 2022 Google LLC
|
// Copyright 2024 Google LLC
|
||||||
//
|
//
|
||||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
// you may not use this file except in compliance with the License.
|
// you may not use this file except in compliance with the License.
|
||||||
|
@ -14,7 +14,7 @@
|
||||||
|
|
||||||
// Code generated by protoc-gen-go. DO NOT EDIT.
|
// Code generated by protoc-gen-go. DO NOT EDIT.
|
||||||
// versions:
|
// versions:
|
||||||
// protoc-gen-go v1.33.0
|
// protoc-gen-go v1.34.2
|
||||||
// protoc v4.25.3
|
// protoc v4.25.3
|
||||||
// source: google/iam/v1/iam_policy.proto
|
// source: google/iam/v1/iam_policy.proto
|
||||||
|
|
||||||
|
@ -388,7 +388,7 @@ func file_google_iam_v1_iam_policy_proto_rawDescGZIP() []byte {
|
||||||
}
|
}
|
||||||
|
|
||||||
var file_google_iam_v1_iam_policy_proto_msgTypes = make([]protoimpl.MessageInfo, 4)
|
var file_google_iam_v1_iam_policy_proto_msgTypes = make([]protoimpl.MessageInfo, 4)
|
||||||
var file_google_iam_v1_iam_policy_proto_goTypes = []interface{}{
|
var file_google_iam_v1_iam_policy_proto_goTypes = []any{
|
||||||
(*SetIamPolicyRequest)(nil), // 0: google.iam.v1.SetIamPolicyRequest
|
(*SetIamPolicyRequest)(nil), // 0: google.iam.v1.SetIamPolicyRequest
|
||||||
(*GetIamPolicyRequest)(nil), // 1: google.iam.v1.GetIamPolicyRequest
|
(*GetIamPolicyRequest)(nil), // 1: google.iam.v1.GetIamPolicyRequest
|
||||||
(*TestIamPermissionsRequest)(nil), // 2: google.iam.v1.TestIamPermissionsRequest
|
(*TestIamPermissionsRequest)(nil), // 2: google.iam.v1.TestIamPermissionsRequest
|
||||||
|
@ -422,7 +422,7 @@ func file_google_iam_v1_iam_policy_proto_init() {
|
||||||
file_google_iam_v1_options_proto_init()
|
file_google_iam_v1_options_proto_init()
|
||||||
file_google_iam_v1_policy_proto_init()
|
file_google_iam_v1_policy_proto_init()
|
||||||
if !protoimpl.UnsafeEnabled {
|
if !protoimpl.UnsafeEnabled {
|
||||||
file_google_iam_v1_iam_policy_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
|
file_google_iam_v1_iam_policy_proto_msgTypes[0].Exporter = func(v any, i int) any {
|
||||||
switch v := v.(*SetIamPolicyRequest); i {
|
switch v := v.(*SetIamPolicyRequest); i {
|
||||||
case 0:
|
case 0:
|
||||||
return &v.state
|
return &v.state
|
||||||
|
@ -434,7 +434,7 @@ func file_google_iam_v1_iam_policy_proto_init() {
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
file_google_iam_v1_iam_policy_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
|
file_google_iam_v1_iam_policy_proto_msgTypes[1].Exporter = func(v any, i int) any {
|
||||||
switch v := v.(*GetIamPolicyRequest); i {
|
switch v := v.(*GetIamPolicyRequest); i {
|
||||||
case 0:
|
case 0:
|
||||||
return &v.state
|
return &v.state
|
||||||
|
@ -446,7 +446,7 @@ func file_google_iam_v1_iam_policy_proto_init() {
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
file_google_iam_v1_iam_policy_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
|
file_google_iam_v1_iam_policy_proto_msgTypes[2].Exporter = func(v any, i int) any {
|
||||||
switch v := v.(*TestIamPermissionsRequest); i {
|
switch v := v.(*TestIamPermissionsRequest); i {
|
||||||
case 0:
|
case 0:
|
||||||
return &v.state
|
return &v.state
|
||||||
|
@ -458,7 +458,7 @@ func file_google_iam_v1_iam_policy_proto_init() {
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
file_google_iam_v1_iam_policy_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
|
file_google_iam_v1_iam_policy_proto_msgTypes[3].Exporter = func(v any, i int) any {
|
||||||
switch v := v.(*TestIamPermissionsResponse); i {
|
switch v := v.(*TestIamPermissionsResponse); i {
|
||||||
case 0:
|
case 0:
|
||||||
return &v.state
|
return &v.state
|
||||||
|
|
8
vendor/cloud.google.com/go/iam/apiv1/iampb/options.pb.go
generated
vendored
8
vendor/cloud.google.com/go/iam/apiv1/iampb/options.pb.go
generated
vendored
|
@ -1,4 +1,4 @@
|
||||||
// Copyright 2022 Google LLC
|
// Copyright 2024 Google LLC
|
||||||
//
|
//
|
||||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
// you may not use this file except in compliance with the License.
|
// you may not use this file except in compliance with the License.
|
||||||
|
@ -14,7 +14,7 @@
|
||||||
|
|
||||||
// Code generated by protoc-gen-go. DO NOT EDIT.
|
// Code generated by protoc-gen-go. DO NOT EDIT.
|
||||||
// versions:
|
// versions:
|
||||||
// protoc-gen-go v1.33.0
|
// protoc-gen-go v1.34.2
|
||||||
// protoc v4.25.3
|
// protoc v4.25.3
|
||||||
// source: google/iam/v1/options.proto
|
// source: google/iam/v1/options.proto
|
||||||
|
|
||||||
|
@ -136,7 +136,7 @@ func file_google_iam_v1_options_proto_rawDescGZIP() []byte {
|
||||||
}
|
}
|
||||||
|
|
||||||
var file_google_iam_v1_options_proto_msgTypes = make([]protoimpl.MessageInfo, 1)
|
var file_google_iam_v1_options_proto_msgTypes = make([]protoimpl.MessageInfo, 1)
|
||||||
var file_google_iam_v1_options_proto_goTypes = []interface{}{
|
var file_google_iam_v1_options_proto_goTypes = []any{
|
||||||
(*GetPolicyOptions)(nil), // 0: google.iam.v1.GetPolicyOptions
|
(*GetPolicyOptions)(nil), // 0: google.iam.v1.GetPolicyOptions
|
||||||
}
|
}
|
||||||
var file_google_iam_v1_options_proto_depIdxs = []int32{
|
var file_google_iam_v1_options_proto_depIdxs = []int32{
|
||||||
|
@ -153,7 +153,7 @@ func file_google_iam_v1_options_proto_init() {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
if !protoimpl.UnsafeEnabled {
|
if !protoimpl.UnsafeEnabled {
|
||||||
file_google_iam_v1_options_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
|
file_google_iam_v1_options_proto_msgTypes[0].Exporter = func(v any, i int) any {
|
||||||
switch v := v.(*GetPolicyOptions); i {
|
switch v := v.(*GetPolicyOptions); i {
|
||||||
case 0:
|
case 0:
|
||||||
return &v.state
|
return &v.state
|
||||||
|
|
20
vendor/cloud.google.com/go/iam/apiv1/iampb/policy.pb.go
generated
vendored
20
vendor/cloud.google.com/go/iam/apiv1/iampb/policy.pb.go
generated
vendored
|
@ -1,4 +1,4 @@
|
||||||
// Copyright 2023 Google LLC
|
// Copyright 2024 Google LLC
|
||||||
//
|
//
|
||||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
// you may not use this file except in compliance with the License.
|
// you may not use this file except in compliance with the License.
|
||||||
|
@ -14,7 +14,7 @@
|
||||||
|
|
||||||
// Code generated by protoc-gen-go. DO NOT EDIT.
|
// Code generated by protoc-gen-go. DO NOT EDIT.
|
||||||
// versions:
|
// versions:
|
||||||
// protoc-gen-go v1.33.0
|
// protoc-gen-go v1.34.2
|
||||||
// protoc v4.25.3
|
// protoc v4.25.3
|
||||||
// source: google/iam/v1/policy.proto
|
// source: google/iam/v1/policy.proto
|
||||||
|
|
||||||
|
@ -1036,7 +1036,7 @@ func file_google_iam_v1_policy_proto_rawDescGZIP() []byte {
|
||||||
|
|
||||||
var file_google_iam_v1_policy_proto_enumTypes = make([]protoimpl.EnumInfo, 3)
|
var file_google_iam_v1_policy_proto_enumTypes = make([]protoimpl.EnumInfo, 3)
|
||||||
var file_google_iam_v1_policy_proto_msgTypes = make([]protoimpl.MessageInfo, 7)
|
var file_google_iam_v1_policy_proto_msgTypes = make([]protoimpl.MessageInfo, 7)
|
||||||
var file_google_iam_v1_policy_proto_goTypes = []interface{}{
|
var file_google_iam_v1_policy_proto_goTypes = []any{
|
||||||
(AuditLogConfig_LogType)(0), // 0: google.iam.v1.AuditLogConfig.LogType
|
(AuditLogConfig_LogType)(0), // 0: google.iam.v1.AuditLogConfig.LogType
|
||||||
(BindingDelta_Action)(0), // 1: google.iam.v1.BindingDelta.Action
|
(BindingDelta_Action)(0), // 1: google.iam.v1.BindingDelta.Action
|
||||||
(AuditConfigDelta_Action)(0), // 2: google.iam.v1.AuditConfigDelta.Action
|
(AuditConfigDelta_Action)(0), // 2: google.iam.v1.AuditConfigDelta.Action
|
||||||
|
@ -1073,7 +1073,7 @@ func file_google_iam_v1_policy_proto_init() {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
if !protoimpl.UnsafeEnabled {
|
if !protoimpl.UnsafeEnabled {
|
||||||
file_google_iam_v1_policy_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
|
file_google_iam_v1_policy_proto_msgTypes[0].Exporter = func(v any, i int) any {
|
||||||
switch v := v.(*Policy); i {
|
switch v := v.(*Policy); i {
|
||||||
case 0:
|
case 0:
|
||||||
return &v.state
|
return &v.state
|
||||||
|
@ -1085,7 +1085,7 @@ func file_google_iam_v1_policy_proto_init() {
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
file_google_iam_v1_policy_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
|
file_google_iam_v1_policy_proto_msgTypes[1].Exporter = func(v any, i int) any {
|
||||||
switch v := v.(*Binding); i {
|
switch v := v.(*Binding); i {
|
||||||
case 0:
|
case 0:
|
||||||
return &v.state
|
return &v.state
|
||||||
|
@ -1097,7 +1097,7 @@ func file_google_iam_v1_policy_proto_init() {
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
file_google_iam_v1_policy_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
|
file_google_iam_v1_policy_proto_msgTypes[2].Exporter = func(v any, i int) any {
|
||||||
switch v := v.(*AuditConfig); i {
|
switch v := v.(*AuditConfig); i {
|
||||||
case 0:
|
case 0:
|
||||||
return &v.state
|
return &v.state
|
||||||
|
@ -1109,7 +1109,7 @@ func file_google_iam_v1_policy_proto_init() {
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
file_google_iam_v1_policy_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
|
file_google_iam_v1_policy_proto_msgTypes[3].Exporter = func(v any, i int) any {
|
||||||
switch v := v.(*AuditLogConfig); i {
|
switch v := v.(*AuditLogConfig); i {
|
||||||
case 0:
|
case 0:
|
||||||
return &v.state
|
return &v.state
|
||||||
|
@ -1121,7 +1121,7 @@ func file_google_iam_v1_policy_proto_init() {
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
file_google_iam_v1_policy_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} {
|
file_google_iam_v1_policy_proto_msgTypes[4].Exporter = func(v any, i int) any {
|
||||||
switch v := v.(*PolicyDelta); i {
|
switch v := v.(*PolicyDelta); i {
|
||||||
case 0:
|
case 0:
|
||||||
return &v.state
|
return &v.state
|
||||||
|
@ -1133,7 +1133,7 @@ func file_google_iam_v1_policy_proto_init() {
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
file_google_iam_v1_policy_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} {
|
file_google_iam_v1_policy_proto_msgTypes[5].Exporter = func(v any, i int) any {
|
||||||
switch v := v.(*BindingDelta); i {
|
switch v := v.(*BindingDelta); i {
|
||||||
case 0:
|
case 0:
|
||||||
return &v.state
|
return &v.state
|
||||||
|
@ -1145,7 +1145,7 @@ func file_google_iam_v1_policy_proto_init() {
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
file_google_iam_v1_policy_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} {
|
file_google_iam_v1_policy_proto_msgTypes[6].Exporter = func(v any, i int) any {
|
||||||
switch v := v.(*AuditConfigDelta); i {
|
switch v := v.(*AuditConfigDelta); i {
|
||||||
case 0:
|
case 0:
|
||||||
return &v.state
|
return &v.state
|
||||||
|
|
80
vendor/github.com/VictoriaMetrics/metricsql/utils.go
generated
vendored
80
vendor/github.com/VictoriaMetrics/metricsql/utils.go
generated
vendored
|
@ -19,7 +19,7 @@ func ExpandWithExprs(q string) (string, error) {
|
||||||
// VisitAll recursively calls f for all the Expr children in e.
|
// VisitAll recursively calls f for all the Expr children in e.
|
||||||
//
|
//
|
||||||
// It visits leaf children at first and then visits parent nodes.
|
// It visits leaf children at first and then visits parent nodes.
|
||||||
// It is safe modifying e in f.
|
// It is safe modifying expr in f.
|
||||||
func VisitAll(e Expr, f func(expr Expr)) {
|
func VisitAll(e Expr, f func(expr Expr)) {
|
||||||
switch expr := e.(type) {
|
switch expr := e.(type) {
|
||||||
case *BinaryOpExpr:
|
case *BinaryOpExpr:
|
||||||
|
@ -38,10 +38,73 @@ func VisitAll(e Expr, f func(expr Expr)) {
|
||||||
VisitAll(&expr.Modifier, f)
|
VisitAll(&expr.Modifier, f)
|
||||||
case *RollupExpr:
|
case *RollupExpr:
|
||||||
VisitAll(expr.Expr, f)
|
VisitAll(expr.Expr, f)
|
||||||
|
if expr.Window != nil {
|
||||||
|
VisitAll(expr.Window, f)
|
||||||
|
}
|
||||||
|
if expr.Step != nil {
|
||||||
|
VisitAll(expr.Step, f)
|
||||||
|
}
|
||||||
|
if expr.Offset != nil {
|
||||||
|
VisitAll(expr.Offset, f)
|
||||||
|
}
|
||||||
|
if expr.At != nil {
|
||||||
|
VisitAll(expr.At, f)
|
||||||
|
}
|
||||||
}
|
}
|
||||||
f(e)
|
f(e)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// IsLikelyInvalid returns true if e contains tricky implicit conversion, which is invalid most of the time.
|
||||||
|
//
|
||||||
|
// Examples of invalid expressions:
|
||||||
|
//
|
||||||
|
// rate(sum(foo))
|
||||||
|
// rate(abs(foo))
|
||||||
|
// rate(foo + bar)
|
||||||
|
// rate(foo > 10)
|
||||||
|
//
|
||||||
|
// These expressions are implicitly converted into another expressions, which returns unexpected results most of the time:
|
||||||
|
//
|
||||||
|
// rate(default_rollup(sum(foo))[1i:1i])
|
||||||
|
// rate(default_rollup(abs(foo))[1i:1i])
|
||||||
|
// rate(default_rollup(foo + bar)[1i:1i])
|
||||||
|
// rate(default_rollup(foo > 10)[1i:1i])
|
||||||
|
//
|
||||||
|
// See https://docs.victoriametrics.com/metricsql/#implicit-query-conversions
|
||||||
|
//
|
||||||
|
// Note that rate(foo) is valid expression, since it returns the expected results most of the time, e.g. rate(foo[1i]).
|
||||||
|
func IsLikelyInvalid(e Expr) bool {
|
||||||
|
hasImplicitConversion := false
|
||||||
|
VisitAll(e, func(expr Expr) {
|
||||||
|
if hasImplicitConversion {
|
||||||
|
return
|
||||||
|
}
|
||||||
|
fe, ok := expr.(*FuncExpr)
|
||||||
|
if !ok {
|
||||||
|
return
|
||||||
|
}
|
||||||
|
idx := GetRollupArgIdx(fe)
|
||||||
|
if idx < 0 {
|
||||||
|
return
|
||||||
|
}
|
||||||
|
arg := fe.Args[idx]
|
||||||
|
re, ok := arg.(*RollupExpr)
|
||||||
|
if !ok {
|
||||||
|
if _, ok = arg.(*MetricExpr); !ok {
|
||||||
|
hasImplicitConversion = true
|
||||||
|
}
|
||||||
|
return
|
||||||
|
}
|
||||||
|
if _, ok := re.Expr.(*MetricExpr); ok {
|
||||||
|
return
|
||||||
|
}
|
||||||
|
if re.Window == nil {
|
||||||
|
hasImplicitConversion = true
|
||||||
|
}
|
||||||
|
})
|
||||||
|
return hasImplicitConversion
|
||||||
|
}
|
||||||
|
|
||||||
// IsSupportedFunction returns true if funcName contains supported MetricsQL function
|
// IsSupportedFunction returns true if funcName contains supported MetricsQL function
|
||||||
func IsSupportedFunction(funcName string) bool {
|
func IsSupportedFunction(funcName string) bool {
|
||||||
funcName = strings.ToLower(funcName)
|
funcName = strings.ToLower(funcName)
|
||||||
|
@ -63,15 +126,12 @@ func checkSupportedFunctions(e Expr) error {
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
switch t := expr.(type) {
|
fe, ok := expr.(*FuncExpr)
|
||||||
case *FuncExpr:
|
if !ok {
|
||||||
if !IsRollupFunc(t.Name) && !IsTransformFunc(t.Name) {
|
return
|
||||||
err = fmt.Errorf("unsupported function %q", t.Name)
|
}
|
||||||
}
|
if !IsRollupFunc(fe.Name) && !IsTransformFunc(fe.Name) {
|
||||||
case *AggrFuncExpr:
|
err = fmt.Errorf("unsupported function %q", fe.Name)
|
||||||
if !IsAggrFunc(t.Name) {
|
|
||||||
err = fmt.Errorf("unsupported aggregate function %q", t.Name)
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
return err
|
return err
|
||||||
|
|
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.30.0"
|
const goModuleVersion = "1.30.1"
|
||||||
|
|
4
vendor/github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream/CHANGELOG.md
generated
vendored
4
vendor/github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream/CHANGELOG.md
generated
vendored
|
@ -1,3 +1,7 @@
|
||||||
|
# v1.6.3 (2024-06-28)
|
||||||
|
|
||||||
|
* No change notes available for this release.
|
||||||
|
|
||||||
# v1.6.2 (2024-03-29)
|
# v1.6.2 (2024-03-29)
|
||||||
|
|
||||||
* No change notes available for this release.
|
* No change notes available for this release.
|
||||||
|
|
2
vendor/github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream/go_module_metadata.go
generated
vendored
2
vendor/github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream/go_module_metadata.go
generated
vendored
|
@ -3,4 +3,4 @@
|
||||||
package eventstream
|
package eventstream
|
||||||
|
|
||||||
// goModuleVersion is the tagged release for this module
|
// goModuleVersion is the tagged release for this module
|
||||||
const goModuleVersion = "1.6.2"
|
const goModuleVersion = "1.6.3"
|
||||||
|
|
8
vendor/github.com/aws/aws-sdk-go-v2/config/CHANGELOG.md
generated
vendored
8
vendor/github.com/aws/aws-sdk-go-v2/config/CHANGELOG.md
generated
vendored
|
@ -1,3 +1,11 @@
|
||||||
|
# v1.27.23 (2024-06-28)
|
||||||
|
|
||||||
|
* **Dependency Update**: Updated to the latest SDK module versions
|
||||||
|
|
||||||
|
# v1.27.22 (2024-06-26)
|
||||||
|
|
||||||
|
* **Dependency Update**: Updated to the latest SDK module versions
|
||||||
|
|
||||||
# v1.27.21 (2024-06-19)
|
# v1.27.21 (2024-06-19)
|
||||||
|
|
||||||
* **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/config/go_module_metadata.go
generated
vendored
2
vendor/github.com/aws/aws-sdk-go-v2/config/go_module_metadata.go
generated
vendored
|
@ -3,4 +3,4 @@
|
||||||
package config
|
package config
|
||||||
|
|
||||||
// goModuleVersion is the tagged release for this module
|
// goModuleVersion is the tagged release for this module
|
||||||
const goModuleVersion = "1.27.21"
|
const goModuleVersion = "1.27.23"
|
||||||
|
|
8
vendor/github.com/aws/aws-sdk-go-v2/credentials/CHANGELOG.md
generated
vendored
8
vendor/github.com/aws/aws-sdk-go-v2/credentials/CHANGELOG.md
generated
vendored
|
@ -1,3 +1,11 @@
|
||||||
|
# v1.17.23 (2024-06-28)
|
||||||
|
|
||||||
|
* **Dependency Update**: Updated to the latest SDK module versions
|
||||||
|
|
||||||
|
# v1.17.22 (2024-06-26)
|
||||||
|
|
||||||
|
* **Dependency Update**: Updated to the latest SDK module versions
|
||||||
|
|
||||||
# v1.17.21 (2024-06-19)
|
# v1.17.21 (2024-06-19)
|
||||||
|
|
||||||
* **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/credentials/go_module_metadata.go
generated
vendored
2
vendor/github.com/aws/aws-sdk-go-v2/credentials/go_module_metadata.go
generated
vendored
|
@ -3,4 +3,4 @@
|
||||||
package credentials
|
package credentials
|
||||||
|
|
||||||
// goModuleVersion is the tagged release for this module
|
// goModuleVersion is the tagged release for this module
|
||||||
const goModuleVersion = "1.17.21"
|
const goModuleVersion = "1.17.23"
|
||||||
|
|
4
vendor/github.com/aws/aws-sdk-go-v2/feature/ec2/imds/CHANGELOG.md
generated
vendored
4
vendor/github.com/aws/aws-sdk-go-v2/feature/ec2/imds/CHANGELOG.md
generated
vendored
|
@ -1,3 +1,7 @@
|
||||||
|
# v1.16.9 (2024-06-28)
|
||||||
|
|
||||||
|
* **Dependency Update**: Updated to the latest SDK module versions
|
||||||
|
|
||||||
# v1.16.8 (2024-06-19)
|
# v1.16.8 (2024-06-19)
|
||||||
|
|
||||||
* **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/feature/ec2/imds/go_module_metadata.go
generated
vendored
2
vendor/github.com/aws/aws-sdk-go-v2/feature/ec2/imds/go_module_metadata.go
generated
vendored
|
@ -3,4 +3,4 @@
|
||||||
package imds
|
package imds
|
||||||
|
|
||||||
// goModuleVersion is the tagged release for this module
|
// goModuleVersion is the tagged release for this module
|
||||||
const goModuleVersion = "1.16.8"
|
const goModuleVersion = "1.16.9"
|
||||||
|
|
12
vendor/github.com/aws/aws-sdk-go-v2/feature/s3/manager/CHANGELOG.md
generated
vendored
12
vendor/github.com/aws/aws-sdk-go-v2/feature/s3/manager/CHANGELOG.md
generated
vendored
|
@ -1,3 +1,15 @@
|
||||||
|
# v1.17.4 (2024-07-02)
|
||||||
|
|
||||||
|
* **Dependency Update**: Updated to the latest SDK module versions
|
||||||
|
|
||||||
|
# v1.17.3 (2024-06-28)
|
||||||
|
|
||||||
|
* **Dependency Update**: Updated to the latest SDK module versions
|
||||||
|
|
||||||
|
# v1.17.2 (2024-06-26)
|
||||||
|
|
||||||
|
* **Dependency Update**: Updated to the latest SDK module versions
|
||||||
|
|
||||||
# v1.17.1 (2024-06-19)
|
# v1.17.1 (2024-06-19)
|
||||||
|
|
||||||
* **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/feature/s3/manager/go_module_metadata.go
generated
vendored
2
vendor/github.com/aws/aws-sdk-go-v2/feature/s3/manager/go_module_metadata.go
generated
vendored
|
@ -3,4 +3,4 @@
|
||||||
package manager
|
package manager
|
||||||
|
|
||||||
// goModuleVersion is the tagged release for this module
|
// goModuleVersion is the tagged release for this module
|
||||||
const goModuleVersion = "1.17.1"
|
const goModuleVersion = "1.17.4"
|
||||||
|
|
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.3.13 (2024-06-28)
|
||||||
|
|
||||||
|
* **Dependency Update**: Updated to the latest SDK module versions
|
||||||
|
|
||||||
# v1.3.12 (2024-06-19)
|
# v1.3.12 (2024-06-19)
|
||||||
|
|
||||||
* **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.3.12"
|
const goModuleVersion = "1.3.13"
|
||||||
|
|
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.6.13 (2024-06-28)
|
||||||
|
|
||||||
|
* **Dependency Update**: Updated to the latest SDK module versions
|
||||||
|
|
||||||
# v2.6.12 (2024-06-19)
|
# v2.6.12 (2024-06-19)
|
||||||
|
|
||||||
* **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.6.12"
|
const goModuleVersion = "2.6.13"
|
||||||
|
|
4
vendor/github.com/aws/aws-sdk-go-v2/internal/v4a/CHANGELOG.md
generated
vendored
4
vendor/github.com/aws/aws-sdk-go-v2/internal/v4a/CHANGELOG.md
generated
vendored
|
@ -1,3 +1,7 @@
|
||||||
|
# v1.3.13 (2024-06-28)
|
||||||
|
|
||||||
|
* **Dependency Update**: Updated to the latest SDK module versions
|
||||||
|
|
||||||
# v1.3.12 (2024-06-19)
|
# v1.3.12 (2024-06-19)
|
||||||
|
|
||||||
* **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/v4a/go_module_metadata.go
generated
vendored
2
vendor/github.com/aws/aws-sdk-go-v2/internal/v4a/go_module_metadata.go
generated
vendored
|
@ -3,4 +3,4 @@
|
||||||
package v4a
|
package v4a
|
||||||
|
|
||||||
// goModuleVersion is the tagged release for this module
|
// goModuleVersion is the tagged release for this module
|
||||||
const goModuleVersion = "1.3.12"
|
const goModuleVersion = "1.3.13"
|
||||||
|
|
4
vendor/github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding/CHANGELOG.md
generated
vendored
4
vendor/github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding/CHANGELOG.md
generated
vendored
|
@ -1,3 +1,7 @@
|
||||||
|
# v1.11.3 (2024-06-28)
|
||||||
|
|
||||||
|
* No change notes available for this release.
|
||||||
|
|
||||||
# v1.11.2 (2024-03-29)
|
# v1.11.2 (2024-03-29)
|
||||||
|
|
||||||
* No change notes available for this release.
|
* No change notes available for this release.
|
||||||
|
|
|
@ -3,4 +3,4 @@
|
||||||
package acceptencoding
|
package acceptencoding
|
||||||
|
|
||||||
// goModuleVersion is the tagged release for this module
|
// goModuleVersion is the tagged release for this module
|
||||||
const goModuleVersion = "1.11.2"
|
const goModuleVersion = "1.11.3"
|
||||||
|
|
4
vendor/github.com/aws/aws-sdk-go-v2/service/internal/checksum/CHANGELOG.md
generated
vendored
4
vendor/github.com/aws/aws-sdk-go-v2/service/internal/checksum/CHANGELOG.md
generated
vendored
|
@ -1,3 +1,7 @@
|
||||||
|
# v1.3.15 (2024-06-28)
|
||||||
|
|
||||||
|
* **Dependency Update**: Updated to the latest SDK module versions
|
||||||
|
|
||||||
# v1.3.14 (2024-06-19)
|
# v1.3.14 (2024-06-19)
|
||||||
|
|
||||||
* **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/service/internal/checksum/go_module_metadata.go
generated
vendored
2
vendor/github.com/aws/aws-sdk-go-v2/service/internal/checksum/go_module_metadata.go
generated
vendored
|
@ -3,4 +3,4 @@
|
||||||
package checksum
|
package checksum
|
||||||
|
|
||||||
// goModuleVersion is the tagged release for this module
|
// goModuleVersion is the tagged release for this module
|
||||||
const goModuleVersion = "1.3.14"
|
const goModuleVersion = "1.3.15"
|
||||||
|
|
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.11.15 (2024-06-28)
|
||||||
|
|
||||||
|
* **Dependency Update**: Updated to the latest SDK module versions
|
||||||
|
|
||||||
# v1.11.14 (2024-06-19)
|
# v1.11.14 (2024-06-19)
|
||||||
|
|
||||||
* **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.11.14"
|
const goModuleVersion = "1.11.15"
|
||||||
|
|
4
vendor/github.com/aws/aws-sdk-go-v2/service/internal/s3shared/CHANGELOG.md
generated
vendored
4
vendor/github.com/aws/aws-sdk-go-v2/service/internal/s3shared/CHANGELOG.md
generated
vendored
|
@ -1,3 +1,7 @@
|
||||||
|
# v1.17.13 (2024-06-28)
|
||||||
|
|
||||||
|
* **Dependency Update**: Updated to the latest SDK module versions
|
||||||
|
|
||||||
# v1.17.12 (2024-06-19)
|
# v1.17.12 (2024-06-19)
|
||||||
|
|
||||||
* **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/service/internal/s3shared/go_module_metadata.go
generated
vendored
2
vendor/github.com/aws/aws-sdk-go-v2/service/internal/s3shared/go_module_metadata.go
generated
vendored
|
@ -3,4 +3,4 @@
|
||||||
package s3shared
|
package s3shared
|
||||||
|
|
||||||
// goModuleVersion is the tagged release for this module
|
// goModuleVersion is the tagged release for this module
|
||||||
const goModuleVersion = "1.17.12"
|
const goModuleVersion = "1.17.13"
|
||||||
|
|
12
vendor/github.com/aws/aws-sdk-go-v2/service/s3/CHANGELOG.md
generated
vendored
12
vendor/github.com/aws/aws-sdk-go-v2/service/s3/CHANGELOG.md
generated
vendored
|
@ -1,3 +1,15 @@
|
||||||
|
# v1.58.0 (2024-07-02)
|
||||||
|
|
||||||
|
* **Feature**: Added response overrides to Head Object requests.
|
||||||
|
|
||||||
|
# v1.57.1 (2024-06-28)
|
||||||
|
|
||||||
|
* **Dependency Update**: Updated to the latest SDK module versions
|
||||||
|
|
||||||
|
# v1.57.0 (2024-06-26)
|
||||||
|
|
||||||
|
* **Feature**: Support list-of-string endpoint parameter.
|
||||||
|
|
||||||
# v1.56.1 (2024-06-19)
|
# v1.56.1 (2024-06-19)
|
||||||
|
|
||||||
* **Dependency Update**: Updated to the latest SDK module versions
|
* **Dependency Update**: Updated to the latest SDK module versions
|
||||||
|
|
1
vendor/github.com/aws/aws-sdk-go-v2/service/s3/api_op_AbortMultipartUpload.go
generated
vendored
1
vendor/github.com/aws/aws-sdk-go-v2/service/s3/api_op_AbortMultipartUpload.go
generated
vendored
|
@ -156,6 +156,7 @@ type AbortMultipartUploadInput struct {
|
||||||
}
|
}
|
||||||
|
|
||||||
func (in *AbortMultipartUploadInput) bindEndpointParams(p *EndpointParameters) {
|
func (in *AbortMultipartUploadInput) bindEndpointParams(p *EndpointParameters) {
|
||||||
|
|
||||||
p.Bucket = in.Bucket
|
p.Bucket = in.Bucket
|
||||||
p.Key = in.Key
|
p.Key = in.Key
|
||||||
|
|
||||||
|
|
1
vendor/github.com/aws/aws-sdk-go-v2/service/s3/api_op_CompleteMultipartUpload.go
generated
vendored
1
vendor/github.com/aws/aws-sdk-go-v2/service/s3/api_op_CompleteMultipartUpload.go
generated
vendored
|
@ -280,6 +280,7 @@ type CompleteMultipartUploadInput struct {
|
||||||
}
|
}
|
||||||
|
|
||||||
func (in *CompleteMultipartUploadInput) bindEndpointParams(p *EndpointParameters) {
|
func (in *CompleteMultipartUploadInput) bindEndpointParams(p *EndpointParameters) {
|
||||||
|
|
||||||
p.Bucket = in.Bucket
|
p.Bucket = in.Bucket
|
||||||
p.Key = in.Key
|
p.Key = in.Key
|
||||||
|
|
||||||
|
|
4
vendor/github.com/aws/aws-sdk-go-v2/service/s3/api_op_CopyObject.go
generated
vendored
4
vendor/github.com/aws/aws-sdk-go-v2/service/s3/api_op_CopyObject.go
generated
vendored
|
@ -86,8 +86,7 @@ import (
|
||||||
// Response and special errors When the request is an HTTP 1.1 request, the
|
// Response and special errors When the request is an HTTP 1.1 request, the
|
||||||
// response is chunk encoded. When the request is not an HTTP 1.1 request, the
|
// response is chunk encoded. When the request is not an HTTP 1.1 request, the
|
||||||
// response would not contain the Content-Length . You always need to read the
|
// response would not contain the Content-Length . You always need to read the
|
||||||
// entire response body to check if the copy succeeds. to keep the connection alive
|
// entire response body to check if the copy succeeds.
|
||||||
// while we copy the data.
|
|
||||||
//
|
//
|
||||||
// - If the copy is successful, you receive a response with information about
|
// - If the copy is successful, you receive a response with information about
|
||||||
// the copied object.
|
// the copied object.
|
||||||
|
@ -735,6 +734,7 @@ type CopyObjectInput struct {
|
||||||
}
|
}
|
||||||
|
|
||||||
func (in *CopyObjectInput) bindEndpointParams(p *EndpointParameters) {
|
func (in *CopyObjectInput) bindEndpointParams(p *EndpointParameters) {
|
||||||
|
|
||||||
p.Bucket = in.Bucket
|
p.Bucket = in.Bucket
|
||||||
p.CopySource = in.CopySource
|
p.CopySource = in.CopySource
|
||||||
p.Key = in.Key
|
p.Key = in.Key
|
||||||
|
|
1
vendor/github.com/aws/aws-sdk-go-v2/service/s3/api_op_CreateBucket.go
generated
vendored
1
vendor/github.com/aws/aws-sdk-go-v2/service/s3/api_op_CreateBucket.go
generated
vendored
|
@ -235,6 +235,7 @@ type CreateBucketInput struct {
|
||||||
}
|
}
|
||||||
|
|
||||||
func (in *CreateBucketInput) bindEndpointParams(p *EndpointParameters) {
|
func (in *CreateBucketInput) bindEndpointParams(p *EndpointParameters) {
|
||||||
|
|
||||||
p.Bucket = in.Bucket
|
p.Bucket = in.Bucket
|
||||||
p.UseS3ExpressControlEndpoint = ptr.Bool(true)
|
p.UseS3ExpressControlEndpoint = ptr.Bool(true)
|
||||||
p.DisableAccessPoints = ptr.Bool(true)
|
p.DisableAccessPoints = ptr.Bool(true)
|
||||||
|
|
1
vendor/github.com/aws/aws-sdk-go-v2/service/s3/api_op_CreateMultipartUpload.go
generated
vendored
1
vendor/github.com/aws/aws-sdk-go-v2/service/s3/api_op_CreateMultipartUpload.go
generated
vendored
|
@ -630,6 +630,7 @@ type CreateMultipartUploadInput struct {
|
||||||
}
|
}
|
||||||
|
|
||||||
func (in *CreateMultipartUploadInput) bindEndpointParams(p *EndpointParameters) {
|
func (in *CreateMultipartUploadInput) bindEndpointParams(p *EndpointParameters) {
|
||||||
|
|
||||||
p.Bucket = in.Bucket
|
p.Bucket = in.Bucket
|
||||||
p.Key = in.Key
|
p.Key = in.Key
|
||||||
|
|
||||||
|
|
3
vendor/github.com/aws/aws-sdk-go-v2/service/s3/api_op_CreateSession.go
generated
vendored
3
vendor/github.com/aws/aws-sdk-go-v2/service/s3/api_op_CreateSession.go
generated
vendored
|
@ -117,13 +117,14 @@ type CreateSessionInput struct {
|
||||||
}
|
}
|
||||||
|
|
||||||
func (in *CreateSessionInput) bindEndpointParams(p *EndpointParameters) {
|
func (in *CreateSessionInput) bindEndpointParams(p *EndpointParameters) {
|
||||||
|
|
||||||
p.Bucket = in.Bucket
|
p.Bucket = in.Bucket
|
||||||
p.DisableS3ExpressSessionAuth = ptr.Bool(true)
|
p.DisableS3ExpressSessionAuth = ptr.Bool(true)
|
||||||
}
|
}
|
||||||
|
|
||||||
type CreateSessionOutput struct {
|
type CreateSessionOutput struct {
|
||||||
|
|
||||||
// The established temporary security credentials for the created session..
|
// The established temporary security credentials for the created session.
|
||||||
//
|
//
|
||||||
// This member is required.
|
// This member is required.
|
||||||
Credentials *types.SessionCredentials
|
Credentials *types.SessionCredentials
|
||||||
|
|
1
vendor/github.com/aws/aws-sdk-go-v2/service/s3/api_op_DeleteBucket.go
generated
vendored
1
vendor/github.com/aws/aws-sdk-go-v2/service/s3/api_op_DeleteBucket.go
generated
vendored
|
@ -98,6 +98,7 @@ type DeleteBucketInput struct {
|
||||||
}
|
}
|
||||||
|
|
||||||
func (in *DeleteBucketInput) bindEndpointParams(p *EndpointParameters) {
|
func (in *DeleteBucketInput) bindEndpointParams(p *EndpointParameters) {
|
||||||
|
|
||||||
p.Bucket = in.Bucket
|
p.Bucket = in.Bucket
|
||||||
p.UseS3ExpressControlEndpoint = ptr.Bool(true)
|
p.UseS3ExpressControlEndpoint = ptr.Bool(true)
|
||||||
}
|
}
|
||||||
|
|
|
@ -75,6 +75,7 @@ type DeleteBucketAnalyticsConfigurationInput struct {
|
||||||
}
|
}
|
||||||
|
|
||||||
func (in *DeleteBucketAnalyticsConfigurationInput) bindEndpointParams(p *EndpointParameters) {
|
func (in *DeleteBucketAnalyticsConfigurationInput) bindEndpointParams(p *EndpointParameters) {
|
||||||
|
|
||||||
p.Bucket = in.Bucket
|
p.Bucket = in.Bucket
|
||||||
p.UseS3ExpressControlEndpoint = ptr.Bool(true)
|
p.UseS3ExpressControlEndpoint = ptr.Bool(true)
|
||||||
}
|
}
|
||||||
|
|
1
vendor/github.com/aws/aws-sdk-go-v2/service/s3/api_op_DeleteBucketCors.go
generated
vendored
1
vendor/github.com/aws/aws-sdk-go-v2/service/s3/api_op_DeleteBucketCors.go
generated
vendored
|
@ -63,6 +63,7 @@ type DeleteBucketCorsInput struct {
|
||||||
}
|
}
|
||||||
|
|
||||||
func (in *DeleteBucketCorsInput) bindEndpointParams(p *EndpointParameters) {
|
func (in *DeleteBucketCorsInput) bindEndpointParams(p *EndpointParameters) {
|
||||||
|
|
||||||
p.Bucket = in.Bucket
|
p.Bucket = in.Bucket
|
||||||
p.UseS3ExpressControlEndpoint = ptr.Bool(true)
|
p.UseS3ExpressControlEndpoint = ptr.Bool(true)
|
||||||
}
|
}
|
||||||
|
|
1
vendor/github.com/aws/aws-sdk-go-v2/service/s3/api_op_DeleteBucketEncryption.go
generated
vendored
1
vendor/github.com/aws/aws-sdk-go-v2/service/s3/api_op_DeleteBucketEncryption.go
generated
vendored
|
@ -68,6 +68,7 @@ type DeleteBucketEncryptionInput struct {
|
||||||
}
|
}
|
||||||
|
|
||||||
func (in *DeleteBucketEncryptionInput) bindEndpointParams(p *EndpointParameters) {
|
func (in *DeleteBucketEncryptionInput) bindEndpointParams(p *EndpointParameters) {
|
||||||
|
|
||||||
p.Bucket = in.Bucket
|
p.Bucket = in.Bucket
|
||||||
p.UseS3ExpressControlEndpoint = ptr.Bool(true)
|
p.UseS3ExpressControlEndpoint = ptr.Bool(true)
|
||||||
}
|
}
|
||||||
|
|
|
@ -77,6 +77,7 @@ type DeleteBucketIntelligentTieringConfigurationInput struct {
|
||||||
}
|
}
|
||||||
|
|
||||||
func (in *DeleteBucketIntelligentTieringConfigurationInput) bindEndpointParams(p *EndpointParameters) {
|
func (in *DeleteBucketIntelligentTieringConfigurationInput) bindEndpointParams(p *EndpointParameters) {
|
||||||
|
|
||||||
p.Bucket = in.Bucket
|
p.Bucket = in.Bucket
|
||||||
p.UseS3ExpressControlEndpoint = ptr.Bool(true)
|
p.UseS3ExpressControlEndpoint = ptr.Bool(true)
|
||||||
}
|
}
|
||||||
|
|
|
@ -75,6 +75,7 @@ type DeleteBucketInventoryConfigurationInput struct {
|
||||||
}
|
}
|
||||||
|
|
||||||
func (in *DeleteBucketInventoryConfigurationInput) bindEndpointParams(p *EndpointParameters) {
|
func (in *DeleteBucketInventoryConfigurationInput) bindEndpointParams(p *EndpointParameters) {
|
||||||
|
|
||||||
p.Bucket = in.Bucket
|
p.Bucket = in.Bucket
|
||||||
p.UseS3ExpressControlEndpoint = ptr.Bool(true)
|
p.UseS3ExpressControlEndpoint = ptr.Bool(true)
|
||||||
}
|
}
|
||||||
|
|
1
vendor/github.com/aws/aws-sdk-go-v2/service/s3/api_op_DeleteBucketLifecycle.go
generated
vendored
1
vendor/github.com/aws/aws-sdk-go-v2/service/s3/api_op_DeleteBucketLifecycle.go
generated
vendored
|
@ -70,6 +70,7 @@ type DeleteBucketLifecycleInput struct {
|
||||||
}
|
}
|
||||||
|
|
||||||
func (in *DeleteBucketLifecycleInput) bindEndpointParams(p *EndpointParameters) {
|
func (in *DeleteBucketLifecycleInput) bindEndpointParams(p *EndpointParameters) {
|
||||||
|
|
||||||
p.Bucket = in.Bucket
|
p.Bucket = in.Bucket
|
||||||
p.UseS3ExpressControlEndpoint = ptr.Bool(true)
|
p.UseS3ExpressControlEndpoint = ptr.Bool(true)
|
||||||
}
|
}
|
||||||
|
|
|
@ -79,6 +79,7 @@ type DeleteBucketMetricsConfigurationInput struct {
|
||||||
}
|
}
|
||||||
|
|
||||||
func (in *DeleteBucketMetricsConfigurationInput) bindEndpointParams(p *EndpointParameters) {
|
func (in *DeleteBucketMetricsConfigurationInput) bindEndpointParams(p *EndpointParameters) {
|
||||||
|
|
||||||
p.Bucket = in.Bucket
|
p.Bucket = in.Bucket
|
||||||
p.UseS3ExpressControlEndpoint = ptr.Bool(true)
|
p.UseS3ExpressControlEndpoint = ptr.Bool(true)
|
||||||
}
|
}
|
||||||
|
|
|
@ -60,6 +60,7 @@ type DeleteBucketOwnershipControlsInput struct {
|
||||||
}
|
}
|
||||||
|
|
||||||
func (in *DeleteBucketOwnershipControlsInput) bindEndpointParams(p *EndpointParameters) {
|
func (in *DeleteBucketOwnershipControlsInput) bindEndpointParams(p *EndpointParameters) {
|
||||||
|
|
||||||
p.Bucket = in.Bucket
|
p.Bucket = in.Bucket
|
||||||
p.UseS3ExpressControlEndpoint = ptr.Bool(true)
|
p.UseS3ExpressControlEndpoint = ptr.Bool(true)
|
||||||
}
|
}
|
||||||
|
|
1
vendor/github.com/aws/aws-sdk-go-v2/service/s3/api_op_DeleteBucketPolicy.go
generated
vendored
1
vendor/github.com/aws/aws-sdk-go-v2/service/s3/api_op_DeleteBucketPolicy.go
generated
vendored
|
@ -110,6 +110,7 @@ type DeleteBucketPolicyInput struct {
|
||||||
}
|
}
|
||||||
|
|
||||||
func (in *DeleteBucketPolicyInput) bindEndpointParams(p *EndpointParameters) {
|
func (in *DeleteBucketPolicyInput) bindEndpointParams(p *EndpointParameters) {
|
||||||
|
|
||||||
p.Bucket = in.Bucket
|
p.Bucket = in.Bucket
|
||||||
p.UseS3ExpressControlEndpoint = ptr.Bool(true)
|
p.UseS3ExpressControlEndpoint = ptr.Bool(true)
|
||||||
}
|
}
|
||||||
|
|
1
vendor/github.com/aws/aws-sdk-go-v2/service/s3/api_op_DeleteBucketReplication.go
generated
vendored
1
vendor/github.com/aws/aws-sdk-go-v2/service/s3/api_op_DeleteBucketReplication.go
generated
vendored
|
@ -70,6 +70,7 @@ type DeleteBucketReplicationInput struct {
|
||||||
}
|
}
|
||||||
|
|
||||||
func (in *DeleteBucketReplicationInput) bindEndpointParams(p *EndpointParameters) {
|
func (in *DeleteBucketReplicationInput) bindEndpointParams(p *EndpointParameters) {
|
||||||
|
|
||||||
p.Bucket = in.Bucket
|
p.Bucket = in.Bucket
|
||||||
p.UseS3ExpressControlEndpoint = ptr.Bool(true)
|
p.UseS3ExpressControlEndpoint = ptr.Bool(true)
|
||||||
}
|
}
|
||||||
|
|
1
vendor/github.com/aws/aws-sdk-go-v2/service/s3/api_op_DeleteBucketTagging.go
generated
vendored
1
vendor/github.com/aws/aws-sdk-go-v2/service/s3/api_op_DeleteBucketTagging.go
generated
vendored
|
@ -60,6 +60,7 @@ type DeleteBucketTaggingInput struct {
|
||||||
}
|
}
|
||||||
|
|
||||||
func (in *DeleteBucketTaggingInput) bindEndpointParams(p *EndpointParameters) {
|
func (in *DeleteBucketTaggingInput) bindEndpointParams(p *EndpointParameters) {
|
||||||
|
|
||||||
p.Bucket = in.Bucket
|
p.Bucket = in.Bucket
|
||||||
p.UseS3ExpressControlEndpoint = ptr.Bool(true)
|
p.UseS3ExpressControlEndpoint = ptr.Bool(true)
|
||||||
}
|
}
|
||||||
|
|
1
vendor/github.com/aws/aws-sdk-go-v2/service/s3/api_op_DeleteBucketWebsite.go
generated
vendored
1
vendor/github.com/aws/aws-sdk-go-v2/service/s3/api_op_DeleteBucketWebsite.go
generated
vendored
|
@ -69,6 +69,7 @@ type DeleteBucketWebsiteInput struct {
|
||||||
}
|
}
|
||||||
|
|
||||||
func (in *DeleteBucketWebsiteInput) bindEndpointParams(p *EndpointParameters) {
|
func (in *DeleteBucketWebsiteInput) bindEndpointParams(p *EndpointParameters) {
|
||||||
|
|
||||||
p.Bucket = in.Bucket
|
p.Bucket = in.Bucket
|
||||||
p.UseS3ExpressControlEndpoint = ptr.Bool(true)
|
p.UseS3ExpressControlEndpoint = ptr.Bool(true)
|
||||||
}
|
}
|
||||||
|
|
1
vendor/github.com/aws/aws-sdk-go-v2/service/s3/api_op_DeleteObject.go
generated
vendored
1
vendor/github.com/aws/aws-sdk-go-v2/service/s3/api_op_DeleteObject.go
generated
vendored
|
@ -203,6 +203,7 @@ type DeleteObjectInput struct {
|
||||||
}
|
}
|
||||||
|
|
||||||
func (in *DeleteObjectInput) bindEndpointParams(p *EndpointParameters) {
|
func (in *DeleteObjectInput) bindEndpointParams(p *EndpointParameters) {
|
||||||
|
|
||||||
p.Bucket = in.Bucket
|
p.Bucket = in.Bucket
|
||||||
p.Key = in.Key
|
p.Key = in.Key
|
||||||
|
|
||||||
|
|
1
vendor/github.com/aws/aws-sdk-go-v2/service/s3/api_op_DeleteObjectTagging.go
generated
vendored
1
vendor/github.com/aws/aws-sdk-go-v2/service/s3/api_op_DeleteObjectTagging.go
generated
vendored
|
@ -92,6 +92,7 @@ type DeleteObjectTaggingInput struct {
|
||||||
}
|
}
|
||||||
|
|
||||||
func (in *DeleteObjectTaggingInput) bindEndpointParams(p *EndpointParameters) {
|
func (in *DeleteObjectTaggingInput) bindEndpointParams(p *EndpointParameters) {
|
||||||
|
|
||||||
p.Bucket = in.Bucket
|
p.Bucket = in.Bucket
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
3
vendor/github.com/aws/aws-sdk-go-v2/service/s3/api_op_DeleteObjects.go
generated
vendored
3
vendor/github.com/aws/aws-sdk-go-v2/service/s3/api_op_DeleteObjects.go
generated
vendored
|
@ -62,7 +62,7 @@ import (
|
||||||
// the s3:DeleteObject permission.
|
// the s3:DeleteObject permission.
|
||||||
//
|
//
|
||||||
// - s3:DeleteObjectVersion - To delete a specific version of an object from a
|
// - s3:DeleteObjectVersion - To delete a specific version of an object from a
|
||||||
// versiong-enabled bucket, you must specify the s3:DeleteObjectVersion
|
// versioning-enabled bucket, you must specify the s3:DeleteObjectVersion
|
||||||
// permission.
|
// permission.
|
||||||
//
|
//
|
||||||
// - Directory bucket permissions - To grant access to this API operation on a
|
// - Directory bucket permissions - To grant access to this API operation on a
|
||||||
|
@ -247,6 +247,7 @@ type DeleteObjectsInput struct {
|
||||||
}
|
}
|
||||||
|
|
||||||
func (in *DeleteObjectsInput) bindEndpointParams(p *EndpointParameters) {
|
func (in *DeleteObjectsInput) bindEndpointParams(p *EndpointParameters) {
|
||||||
|
|
||||||
p.Bucket = in.Bucket
|
p.Bucket = in.Bucket
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
1
vendor/github.com/aws/aws-sdk-go-v2/service/s3/api_op_DeletePublicAccessBlock.go
generated
vendored
1
vendor/github.com/aws/aws-sdk-go-v2/service/s3/api_op_DeletePublicAccessBlock.go
generated
vendored
|
@ -66,6 +66,7 @@ type DeletePublicAccessBlockInput struct {
|
||||||
}
|
}
|
||||||
|
|
||||||
func (in *DeletePublicAccessBlockInput) bindEndpointParams(p *EndpointParameters) {
|
func (in *DeletePublicAccessBlockInput) bindEndpointParams(p *EndpointParameters) {
|
||||||
|
|
||||||
p.Bucket = in.Bucket
|
p.Bucket = in.Bucket
|
||||||
p.UseS3ExpressControlEndpoint = ptr.Bool(true)
|
p.UseS3ExpressControlEndpoint = ptr.Bool(true)
|
||||||
}
|
}
|
||||||
|
|
|
@ -87,6 +87,7 @@ type GetBucketAccelerateConfigurationInput struct {
|
||||||
}
|
}
|
||||||
|
|
||||||
func (in *GetBucketAccelerateConfigurationInput) bindEndpointParams(p *EndpointParameters) {
|
func (in *GetBucketAccelerateConfigurationInput) bindEndpointParams(p *EndpointParameters) {
|
||||||
|
|
||||||
p.Bucket = in.Bucket
|
p.Bucket = in.Bucket
|
||||||
p.UseS3ExpressControlEndpoint = ptr.Bool(true)
|
p.UseS3ExpressControlEndpoint = ptr.Bool(true)
|
||||||
}
|
}
|
||||||
|
|
1
vendor/github.com/aws/aws-sdk-go-v2/service/s3/api_op_GetBucketAcl.go
generated
vendored
1
vendor/github.com/aws/aws-sdk-go-v2/service/s3/api_op_GetBucketAcl.go
generated
vendored
|
@ -85,6 +85,7 @@ type GetBucketAclInput struct {
|
||||||
}
|
}
|
||||||
|
|
||||||
func (in *GetBucketAclInput) bindEndpointParams(p *EndpointParameters) {
|
func (in *GetBucketAclInput) bindEndpointParams(p *EndpointParameters) {
|
||||||
|
|
||||||
p.Bucket = in.Bucket
|
p.Bucket = in.Bucket
|
||||||
p.UseS3ExpressControlEndpoint = ptr.Bool(true)
|
p.UseS3ExpressControlEndpoint = ptr.Bool(true)
|
||||||
}
|
}
|
||||||
|
|
|
@ -77,6 +77,7 @@ type GetBucketAnalyticsConfigurationInput struct {
|
||||||
}
|
}
|
||||||
|
|
||||||
func (in *GetBucketAnalyticsConfigurationInput) bindEndpointParams(p *EndpointParameters) {
|
func (in *GetBucketAnalyticsConfigurationInput) bindEndpointParams(p *EndpointParameters) {
|
||||||
|
|
||||||
p.Bucket = in.Bucket
|
p.Bucket = in.Bucket
|
||||||
p.UseS3ExpressControlEndpoint = ptr.Bool(true)
|
p.UseS3ExpressControlEndpoint = ptr.Bool(true)
|
||||||
}
|
}
|
||||||
|
|
1
vendor/github.com/aws/aws-sdk-go-v2/service/s3/api_op_GetBucketCors.go
generated
vendored
1
vendor/github.com/aws/aws-sdk-go-v2/service/s3/api_op_GetBucketCors.go
generated
vendored
|
@ -86,6 +86,7 @@ type GetBucketCorsInput struct {
|
||||||
}
|
}
|
||||||
|
|
||||||
func (in *GetBucketCorsInput) bindEndpointParams(p *EndpointParameters) {
|
func (in *GetBucketCorsInput) bindEndpointParams(p *EndpointParameters) {
|
||||||
|
|
||||||
p.Bucket = in.Bucket
|
p.Bucket = in.Bucket
|
||||||
p.UseS3ExpressControlEndpoint = ptr.Bool(true)
|
p.UseS3ExpressControlEndpoint = ptr.Bool(true)
|
||||||
}
|
}
|
||||||
|
|
1
vendor/github.com/aws/aws-sdk-go-v2/service/s3/api_op_GetBucketEncryption.go
generated
vendored
1
vendor/github.com/aws/aws-sdk-go-v2/service/s3/api_op_GetBucketEncryption.go
generated
vendored
|
@ -69,6 +69,7 @@ type GetBucketEncryptionInput struct {
|
||||||
}
|
}
|
||||||
|
|
||||||
func (in *GetBucketEncryptionInput) bindEndpointParams(p *EndpointParameters) {
|
func (in *GetBucketEncryptionInput) bindEndpointParams(p *EndpointParameters) {
|
||||||
|
|
||||||
p.Bucket = in.Bucket
|
p.Bucket = in.Bucket
|
||||||
p.UseS3ExpressControlEndpoint = ptr.Bool(true)
|
p.UseS3ExpressControlEndpoint = ptr.Bool(true)
|
||||||
}
|
}
|
||||||
|
|
|
@ -78,6 +78,7 @@ type GetBucketIntelligentTieringConfigurationInput struct {
|
||||||
}
|
}
|
||||||
|
|
||||||
func (in *GetBucketIntelligentTieringConfigurationInput) bindEndpointParams(p *EndpointParameters) {
|
func (in *GetBucketIntelligentTieringConfigurationInput) bindEndpointParams(p *EndpointParameters) {
|
||||||
|
|
||||||
p.Bucket = in.Bucket
|
p.Bucket = in.Bucket
|
||||||
p.UseS3ExpressControlEndpoint = ptr.Bool(true)
|
p.UseS3ExpressControlEndpoint = ptr.Bool(true)
|
||||||
}
|
}
|
||||||
|
|
|
@ -76,6 +76,7 @@ type GetBucketInventoryConfigurationInput struct {
|
||||||
}
|
}
|
||||||
|
|
||||||
func (in *GetBucketInventoryConfigurationInput) bindEndpointParams(p *EndpointParameters) {
|
func (in *GetBucketInventoryConfigurationInput) bindEndpointParams(p *EndpointParameters) {
|
||||||
|
|
||||||
p.Bucket = in.Bucket
|
p.Bucket = in.Bucket
|
||||||
p.UseS3ExpressControlEndpoint = ptr.Bool(true)
|
p.UseS3ExpressControlEndpoint = ptr.Bool(true)
|
||||||
}
|
}
|
||||||
|
|
|
@ -90,6 +90,7 @@ type GetBucketLifecycleConfigurationInput struct {
|
||||||
}
|
}
|
||||||
|
|
||||||
func (in *GetBucketLifecycleConfigurationInput) bindEndpointParams(p *EndpointParameters) {
|
func (in *GetBucketLifecycleConfigurationInput) bindEndpointParams(p *EndpointParameters) {
|
||||||
|
|
||||||
p.Bucket = in.Bucket
|
p.Bucket = in.Bucket
|
||||||
p.UseS3ExpressControlEndpoint = ptr.Bool(true)
|
p.UseS3ExpressControlEndpoint = ptr.Bool(true)
|
||||||
}
|
}
|
||||||
|
|
1
vendor/github.com/aws/aws-sdk-go-v2/service/s3/api_op_GetBucketLocation.go
generated
vendored
1
vendor/github.com/aws/aws-sdk-go-v2/service/s3/api_op_GetBucketLocation.go
generated
vendored
|
@ -90,6 +90,7 @@ type GetBucketLocationInput struct {
|
||||||
}
|
}
|
||||||
|
|
||||||
func (in *GetBucketLocationInput) bindEndpointParams(p *EndpointParameters) {
|
func (in *GetBucketLocationInput) bindEndpointParams(p *EndpointParameters) {
|
||||||
|
|
||||||
p.Bucket = in.Bucket
|
p.Bucket = in.Bucket
|
||||||
p.UseS3ExpressControlEndpoint = ptr.Bool(true)
|
p.UseS3ExpressControlEndpoint = ptr.Bool(true)
|
||||||
}
|
}
|
||||||
|
|
1
vendor/github.com/aws/aws-sdk-go-v2/service/s3/api_op_GetBucketLogging.go
generated
vendored
1
vendor/github.com/aws/aws-sdk-go-v2/service/s3/api_op_GetBucketLogging.go
generated
vendored
|
@ -58,6 +58,7 @@ type GetBucketLoggingInput struct {
|
||||||
}
|
}
|
||||||
|
|
||||||
func (in *GetBucketLoggingInput) bindEndpointParams(p *EndpointParameters) {
|
func (in *GetBucketLoggingInput) bindEndpointParams(p *EndpointParameters) {
|
||||||
|
|
||||||
p.Bucket = in.Bucket
|
p.Bucket = in.Bucket
|
||||||
p.UseS3ExpressControlEndpoint = ptr.Bool(true)
|
p.UseS3ExpressControlEndpoint = ptr.Bool(true)
|
||||||
}
|
}
|
||||||
|
|
|
@ -79,6 +79,7 @@ type GetBucketMetricsConfigurationInput struct {
|
||||||
}
|
}
|
||||||
|
|
||||||
func (in *GetBucketMetricsConfigurationInput) bindEndpointParams(p *EndpointParameters) {
|
func (in *GetBucketMetricsConfigurationInput) bindEndpointParams(p *EndpointParameters) {
|
||||||
|
|
||||||
p.Bucket = in.Bucket
|
p.Bucket = in.Bucket
|
||||||
p.UseS3ExpressControlEndpoint = ptr.Bool(true)
|
p.UseS3ExpressControlEndpoint = ptr.Bool(true)
|
||||||
}
|
}
|
||||||
|
|
|
@ -88,6 +88,7 @@ type GetBucketNotificationConfigurationInput struct {
|
||||||
}
|
}
|
||||||
|
|
||||||
func (in *GetBucketNotificationConfigurationInput) bindEndpointParams(p *EndpointParameters) {
|
func (in *GetBucketNotificationConfigurationInput) bindEndpointParams(p *EndpointParameters) {
|
||||||
|
|
||||||
p.Bucket = in.Bucket
|
p.Bucket = in.Bucket
|
||||||
p.UseS3ExpressControlEndpoint = ptr.Bool(true)
|
p.UseS3ExpressControlEndpoint = ptr.Bool(true)
|
||||||
}
|
}
|
||||||
|
|
1
vendor/github.com/aws/aws-sdk-go-v2/service/s3/api_op_GetBucketOwnershipControls.go
generated
vendored
1
vendor/github.com/aws/aws-sdk-go-v2/service/s3/api_op_GetBucketOwnershipControls.go
generated
vendored
|
@ -61,6 +61,7 @@ type GetBucketOwnershipControlsInput struct {
|
||||||
}
|
}
|
||||||
|
|
||||||
func (in *GetBucketOwnershipControlsInput) bindEndpointParams(p *EndpointParameters) {
|
func (in *GetBucketOwnershipControlsInput) bindEndpointParams(p *EndpointParameters) {
|
||||||
|
|
||||||
p.Bucket = in.Bucket
|
p.Bucket = in.Bucket
|
||||||
p.UseS3ExpressControlEndpoint = ptr.Bool(true)
|
p.UseS3ExpressControlEndpoint = ptr.Bool(true)
|
||||||
}
|
}
|
||||||
|
|
1
vendor/github.com/aws/aws-sdk-go-v2/service/s3/api_op_GetBucketPolicy.go
generated
vendored
1
vendor/github.com/aws/aws-sdk-go-v2/service/s3/api_op_GetBucketPolicy.go
generated
vendored
|
@ -127,6 +127,7 @@ type GetBucketPolicyInput struct {
|
||||||
}
|
}
|
||||||
|
|
||||||
func (in *GetBucketPolicyInput) bindEndpointParams(p *EndpointParameters) {
|
func (in *GetBucketPolicyInput) bindEndpointParams(p *EndpointParameters) {
|
||||||
|
|
||||||
p.Bucket = in.Bucket
|
p.Bucket = in.Bucket
|
||||||
p.UseS3ExpressControlEndpoint = ptr.Bool(true)
|
p.UseS3ExpressControlEndpoint = ptr.Bool(true)
|
||||||
}
|
}
|
||||||
|
|
1
vendor/github.com/aws/aws-sdk-go-v2/service/s3/api_op_GetBucketPolicyStatus.go
generated
vendored
1
vendor/github.com/aws/aws-sdk-go-v2/service/s3/api_op_GetBucketPolicyStatus.go
generated
vendored
|
@ -70,6 +70,7 @@ type GetBucketPolicyStatusInput struct {
|
||||||
}
|
}
|
||||||
|
|
||||||
func (in *GetBucketPolicyStatusInput) bindEndpointParams(p *EndpointParameters) {
|
func (in *GetBucketPolicyStatusInput) bindEndpointParams(p *EndpointParameters) {
|
||||||
|
|
||||||
p.Bucket = in.Bucket
|
p.Bucket = in.Bucket
|
||||||
p.UseS3ExpressControlEndpoint = ptr.Bool(true)
|
p.UseS3ExpressControlEndpoint = ptr.Bool(true)
|
||||||
}
|
}
|
||||||
|
|
1
vendor/github.com/aws/aws-sdk-go-v2/service/s3/api_op_GetBucketReplication.go
generated
vendored
1
vendor/github.com/aws/aws-sdk-go-v2/service/s3/api_op_GetBucketReplication.go
generated
vendored
|
@ -76,6 +76,7 @@ type GetBucketReplicationInput struct {
|
||||||
}
|
}
|
||||||
|
|
||||||
func (in *GetBucketReplicationInput) bindEndpointParams(p *EndpointParameters) {
|
func (in *GetBucketReplicationInput) bindEndpointParams(p *EndpointParameters) {
|
||||||
|
|
||||||
p.Bucket = in.Bucket
|
p.Bucket = in.Bucket
|
||||||
p.UseS3ExpressControlEndpoint = ptr.Bool(true)
|
p.UseS3ExpressControlEndpoint = ptr.Bool(true)
|
||||||
}
|
}
|
||||||
|
|
1
vendor/github.com/aws/aws-sdk-go-v2/service/s3/api_op_GetBucketRequestPayment.go
generated
vendored
1
vendor/github.com/aws/aws-sdk-go-v2/service/s3/api_op_GetBucketRequestPayment.go
generated
vendored
|
@ -56,6 +56,7 @@ type GetBucketRequestPaymentInput struct {
|
||||||
}
|
}
|
||||||
|
|
||||||
func (in *GetBucketRequestPaymentInput) bindEndpointParams(p *EndpointParameters) {
|
func (in *GetBucketRequestPaymentInput) bindEndpointParams(p *EndpointParameters) {
|
||||||
|
|
||||||
p.Bucket = in.Bucket
|
p.Bucket = in.Bucket
|
||||||
p.UseS3ExpressControlEndpoint = ptr.Bool(true)
|
p.UseS3ExpressControlEndpoint = ptr.Bool(true)
|
||||||
}
|
}
|
||||||
|
|
1
vendor/github.com/aws/aws-sdk-go-v2/service/s3/api_op_GetBucketTagging.go
generated
vendored
1
vendor/github.com/aws/aws-sdk-go-v2/service/s3/api_op_GetBucketTagging.go
generated
vendored
|
@ -67,6 +67,7 @@ type GetBucketTaggingInput struct {
|
||||||
}
|
}
|
||||||
|
|
||||||
func (in *GetBucketTaggingInput) bindEndpointParams(p *EndpointParameters) {
|
func (in *GetBucketTaggingInput) bindEndpointParams(p *EndpointParameters) {
|
||||||
|
|
||||||
p.Bucket = in.Bucket
|
p.Bucket = in.Bucket
|
||||||
p.UseS3ExpressControlEndpoint = ptr.Bool(true)
|
p.UseS3ExpressControlEndpoint = ptr.Bool(true)
|
||||||
}
|
}
|
||||||
|
|
1
vendor/github.com/aws/aws-sdk-go-v2/service/s3/api_op_GetBucketVersioning.go
generated
vendored
1
vendor/github.com/aws/aws-sdk-go-v2/service/s3/api_op_GetBucketVersioning.go
generated
vendored
|
@ -66,6 +66,7 @@ type GetBucketVersioningInput struct {
|
||||||
}
|
}
|
||||||
|
|
||||||
func (in *GetBucketVersioningInput) bindEndpointParams(p *EndpointParameters) {
|
func (in *GetBucketVersioningInput) bindEndpointParams(p *EndpointParameters) {
|
||||||
|
|
||||||
p.Bucket = in.Bucket
|
p.Bucket = in.Bucket
|
||||||
p.UseS3ExpressControlEndpoint = ptr.Bool(true)
|
p.UseS3ExpressControlEndpoint = ptr.Bool(true)
|
||||||
}
|
}
|
||||||
|
|
1
vendor/github.com/aws/aws-sdk-go-v2/service/s3/api_op_GetBucketWebsite.go
generated
vendored
1
vendor/github.com/aws/aws-sdk-go-v2/service/s3/api_op_GetBucketWebsite.go
generated
vendored
|
@ -65,6 +65,7 @@ type GetBucketWebsiteInput struct {
|
||||||
}
|
}
|
||||||
|
|
||||||
func (in *GetBucketWebsiteInput) bindEndpointParams(p *EndpointParameters) {
|
func (in *GetBucketWebsiteInput) bindEndpointParams(p *EndpointParameters) {
|
||||||
|
|
||||||
p.Bucket = in.Bucket
|
p.Bucket = in.Bucket
|
||||||
p.UseS3ExpressControlEndpoint = ptr.Bool(true)
|
p.UseS3ExpressControlEndpoint = ptr.Bool(true)
|
||||||
}
|
}
|
||||||
|
|
1
vendor/github.com/aws/aws-sdk-go-v2/service/s3/api_op_GetObject.go
generated
vendored
1
vendor/github.com/aws/aws-sdk-go-v2/service/s3/api_op_GetObject.go
generated
vendored
|
@ -408,6 +408,7 @@ type GetObjectInput struct {
|
||||||
}
|
}
|
||||||
|
|
||||||
func (in *GetObjectInput) bindEndpointParams(p *EndpointParameters) {
|
func (in *GetObjectInput) bindEndpointParams(p *EndpointParameters) {
|
||||||
|
|
||||||
p.Bucket = in.Bucket
|
p.Bucket = in.Bucket
|
||||||
p.Key = in.Key
|
p.Key = in.Key
|
||||||
|
|
||||||
|
|
1
vendor/github.com/aws/aws-sdk-go-v2/service/s3/api_op_GetObjectAcl.go
generated
vendored
1
vendor/github.com/aws/aws-sdk-go-v2/service/s3/api_op_GetObjectAcl.go
generated
vendored
|
@ -110,6 +110,7 @@ type GetObjectAclInput struct {
|
||||||
}
|
}
|
||||||
|
|
||||||
func (in *GetObjectAclInput) bindEndpointParams(p *EndpointParameters) {
|
func (in *GetObjectAclInput) bindEndpointParams(p *EndpointParameters) {
|
||||||
|
|
||||||
p.Bucket = in.Bucket
|
p.Bucket = in.Bucket
|
||||||
p.Key = in.Key
|
p.Key = in.Key
|
||||||
|
|
||||||
|
|
1
vendor/github.com/aws/aws-sdk-go-v2/service/s3/api_op_GetObjectAttributes.go
generated
vendored
1
vendor/github.com/aws/aws-sdk-go-v2/service/s3/api_op_GetObjectAttributes.go
generated
vendored
|
@ -269,6 +269,7 @@ type GetObjectAttributesInput struct {
|
||||||
}
|
}
|
||||||
|
|
||||||
func (in *GetObjectAttributesInput) bindEndpointParams(p *EndpointParameters) {
|
func (in *GetObjectAttributesInput) bindEndpointParams(p *EndpointParameters) {
|
||||||
|
|
||||||
p.Bucket = in.Bucket
|
p.Bucket = in.Bucket
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
1
vendor/github.com/aws/aws-sdk-go-v2/service/s3/api_op_GetObjectLegalHold.go
generated
vendored
1
vendor/github.com/aws/aws-sdk-go-v2/service/s3/api_op_GetObjectLegalHold.go
generated
vendored
|
@ -88,6 +88,7 @@ type GetObjectLegalHoldInput struct {
|
||||||
}
|
}
|
||||||
|
|
||||||
func (in *GetObjectLegalHoldInput) bindEndpointParams(p *EndpointParameters) {
|
func (in *GetObjectLegalHoldInput) bindEndpointParams(p *EndpointParameters) {
|
||||||
|
|
||||||
p.Bucket = in.Bucket
|
p.Bucket = in.Bucket
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
1
vendor/github.com/aws/aws-sdk-go-v2/service/s3/api_op_GetObjectLockConfiguration.go
generated
vendored
1
vendor/github.com/aws/aws-sdk-go-v2/service/s3/api_op_GetObjectLockConfiguration.go
generated
vendored
|
@ -67,6 +67,7 @@ type GetObjectLockConfigurationInput struct {
|
||||||
}
|
}
|
||||||
|
|
||||||
func (in *GetObjectLockConfigurationInput) bindEndpointParams(p *EndpointParameters) {
|
func (in *GetObjectLockConfigurationInput) bindEndpointParams(p *EndpointParameters) {
|
||||||
|
|
||||||
p.Bucket = in.Bucket
|
p.Bucket = in.Bucket
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
1
vendor/github.com/aws/aws-sdk-go-v2/service/s3/api_op_GetObjectRetention.go
generated
vendored
1
vendor/github.com/aws/aws-sdk-go-v2/service/s3/api_op_GetObjectRetention.go
generated
vendored
|
@ -88,6 +88,7 @@ type GetObjectRetentionInput struct {
|
||||||
}
|
}
|
||||||
|
|
||||||
func (in *GetObjectRetentionInput) bindEndpointParams(p *EndpointParameters) {
|
func (in *GetObjectRetentionInput) bindEndpointParams(p *EndpointParameters) {
|
||||||
|
|
||||||
p.Bucket = in.Bucket
|
p.Bucket = in.Bucket
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
1
vendor/github.com/aws/aws-sdk-go-v2/service/s3/api_op_GetObjectTagging.go
generated
vendored
1
vendor/github.com/aws/aws-sdk-go-v2/service/s3/api_op_GetObjectTagging.go
generated
vendored
|
@ -113,6 +113,7 @@ type GetObjectTaggingInput struct {
|
||||||
}
|
}
|
||||||
|
|
||||||
func (in *GetObjectTaggingInput) bindEndpointParams(p *EndpointParameters) {
|
func (in *GetObjectTaggingInput) bindEndpointParams(p *EndpointParameters) {
|
||||||
|
|
||||||
p.Bucket = in.Bucket
|
p.Bucket = in.Bucket
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
1
vendor/github.com/aws/aws-sdk-go-v2/service/s3/api_op_GetObjectTorrent.go
generated
vendored
1
vendor/github.com/aws/aws-sdk-go-v2/service/s3/api_op_GetObjectTorrent.go
generated
vendored
|
@ -80,6 +80,7 @@ type GetObjectTorrentInput struct {
|
||||||
}
|
}
|
||||||
|
|
||||||
func (in *GetObjectTorrentInput) bindEndpointParams(p *EndpointParameters) {
|
func (in *GetObjectTorrentInput) bindEndpointParams(p *EndpointParameters) {
|
||||||
|
|
||||||
p.Bucket = in.Bucket
|
p.Bucket = in.Bucket
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
1
vendor/github.com/aws/aws-sdk-go-v2/service/s3/api_op_GetPublicAccessBlock.go
generated
vendored
1
vendor/github.com/aws/aws-sdk-go-v2/service/s3/api_op_GetPublicAccessBlock.go
generated
vendored
|
@ -78,6 +78,7 @@ type GetPublicAccessBlockInput struct {
|
||||||
}
|
}
|
||||||
|
|
||||||
func (in *GetPublicAccessBlockInput) bindEndpointParams(p *EndpointParameters) {
|
func (in *GetPublicAccessBlockInput) bindEndpointParams(p *EndpointParameters) {
|
||||||
|
|
||||||
p.Bucket = in.Bucket
|
p.Bucket = in.Bucket
|
||||||
p.UseS3ExpressControlEndpoint = ptr.Bool(true)
|
p.UseS3ExpressControlEndpoint = ptr.Bool(true)
|
||||||
}
|
}
|
||||||
|
|
1
vendor/github.com/aws/aws-sdk-go-v2/service/s3/api_op_HeadBucket.go
generated
vendored
1
vendor/github.com/aws/aws-sdk-go-v2/service/s3/api_op_HeadBucket.go
generated
vendored
|
@ -137,6 +137,7 @@ type HeadBucketInput struct {
|
||||||
}
|
}
|
||||||
|
|
||||||
func (in *HeadBucketInput) bindEndpointParams(p *EndpointParameters) {
|
func (in *HeadBucketInput) bindEndpointParams(p *EndpointParameters) {
|
||||||
|
|
||||||
p.Bucket = in.Bucket
|
p.Bucket = in.Bucket
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
19
vendor/github.com/aws/aws-sdk-go-v2/service/s3/api_op_HeadObject.go
generated
vendored
19
vendor/github.com/aws/aws-sdk-go-v2/service/s3/api_op_HeadObject.go
generated
vendored
|
@ -289,6 +289,24 @@ type HeadObjectInput struct {
|
||||||
// [Downloading Objects in Requester Pays Buckets]: https://docs.aws.amazon.com/AmazonS3/latest/dev/ObjectsinRequesterPaysBuckets.html
|
// [Downloading Objects in Requester Pays Buckets]: https://docs.aws.amazon.com/AmazonS3/latest/dev/ObjectsinRequesterPaysBuckets.html
|
||||||
RequestPayer types.RequestPayer
|
RequestPayer types.RequestPayer
|
||||||
|
|
||||||
|
// Sets the Cache-Control header of the response.
|
||||||
|
ResponseCacheControl *string
|
||||||
|
|
||||||
|
// Sets the Content-Disposition header of the response.
|
||||||
|
ResponseContentDisposition *string
|
||||||
|
|
||||||
|
// Sets the Content-Encoding header of the response.
|
||||||
|
ResponseContentEncoding *string
|
||||||
|
|
||||||
|
// Sets the Content-Language header of the response.
|
||||||
|
ResponseContentLanguage *string
|
||||||
|
|
||||||
|
// Sets the Content-Type header of the response.
|
||||||
|
ResponseContentType *string
|
||||||
|
|
||||||
|
// Sets the Expires header of the response.
|
||||||
|
ResponseExpires *time.Time
|
||||||
|
|
||||||
// Specifies the algorithm to use when encrypting the object (for example, AES256).
|
// Specifies the algorithm to use when encrypting the object (for example, AES256).
|
||||||
//
|
//
|
||||||
// This functionality is not supported for directory buckets.
|
// This functionality is not supported for directory buckets.
|
||||||
|
@ -320,6 +338,7 @@ type HeadObjectInput struct {
|
||||||
}
|
}
|
||||||
|
|
||||||
func (in *HeadObjectInput) bindEndpointParams(p *EndpointParameters) {
|
func (in *HeadObjectInput) bindEndpointParams(p *EndpointParameters) {
|
||||||
|
|
||||||
p.Bucket = in.Bucket
|
p.Bucket = in.Bucket
|
||||||
p.Key = in.Key
|
p.Key = in.Key
|
||||||
|
|
||||||
|
|
|
@ -83,6 +83,7 @@ type ListBucketAnalyticsConfigurationsInput struct {
|
||||||
}
|
}
|
||||||
|
|
||||||
func (in *ListBucketAnalyticsConfigurationsInput) bindEndpointParams(p *EndpointParameters) {
|
func (in *ListBucketAnalyticsConfigurationsInput) bindEndpointParams(p *EndpointParameters) {
|
||||||
|
|
||||||
p.Bucket = in.Bucket
|
p.Bucket = in.Bucket
|
||||||
p.UseS3ExpressControlEndpoint = ptr.Bool(true)
|
p.UseS3ExpressControlEndpoint = ptr.Bool(true)
|
||||||
}
|
}
|
||||||
|
|
|
@ -77,6 +77,7 @@ type ListBucketIntelligentTieringConfigurationsInput struct {
|
||||||
}
|
}
|
||||||
|
|
||||||
func (in *ListBucketIntelligentTieringConfigurationsInput) bindEndpointParams(p *EndpointParameters) {
|
func (in *ListBucketIntelligentTieringConfigurationsInput) bindEndpointParams(p *EndpointParameters) {
|
||||||
|
|
||||||
p.Bucket = in.Bucket
|
p.Bucket = in.Bucket
|
||||||
p.UseS3ExpressControlEndpoint = ptr.Bool(true)
|
p.UseS3ExpressControlEndpoint = ptr.Bool(true)
|
||||||
}
|
}
|
||||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue