code.dwrz.net

Go monorepo.
Log | Files | Refs

ModeNameSize
-rw-r--r--.gitignore2L
-rw-r--r--.ignore2L
-rw-r--r--cmd/r53/config/config.go48L
-rw-r--r--cmd/r53/config/config.json.template3L
-rw-r--r--cmd/r53/r53.go130L
-rw-r--r--cmd/sm/sm.go88L
-rw-r--r--go.mod23L
-rw-r--r--go.sum40L
-rw-r--r--pkg/digip/digip.go85L
-rw-r--r--pkg/digip/digip_test.go54L
-rw-r--r--pkg/gmail/auth.go36L
-rw-r--r--pkg/log/log.go27L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/.gitignore12L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/.golangci.toml27L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/.travis.yml31L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/CHANGELOG.md5715L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/CODE_OF_CONDUCT.md4L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/CONTRIBUTING.md178L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/DESIGN.md15L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/LICENSE.txt202L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/Makefile519L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/NOTICE.txt3L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/README.md157L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/aws/config.go179L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/aws/context.go22L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/aws/credential_cache.go218L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/aws/credentials.go131L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/aws/defaults/auto.go38L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/aws/defaults/configuration.go43L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/aws/defaults/defaults.go50L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/aws/defaults/doc.go2L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/aws/defaultsmode.go95L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/aws/doc.go62L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/aws/endpoints.go229L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/aws/errors.go9L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/aws/from_ptr.go365L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/aws/go_module_metadata.go6L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/aws/logging.go119L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/aws/logging_generate.go95L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/aws/middleware/metadata.go180L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/aws/middleware/middleware.go168L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/aws/middleware/osname.go24L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/aws/middleware/osname_go115.go24L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/aws/middleware/request_id.go27L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/aws/middleware/request_id_retriever.go49L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/aws/middleware/user_agent.go243L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/aws/protocol/query/array.go61L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/aws/protocol/query/encoder.go80L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/aws/protocol/query/map.go78L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/aws/protocol/query/middleware.go62L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/aws/protocol/query/object.go56L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/aws/protocol/query/value.go106L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/aws/protocol/restjson/decoder_util.go85L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/aws/protocol/xml/error_utils.go56L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/aws/ratelimit/token_bucket.go96L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/aws/ratelimit/token_rate_limit.go87L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/aws/request.go25L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/aws/retry/adaptive.go156L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/aws/retry/adaptive_ratelimit.go158L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/aws/retry/adaptive_token_bucket.go83L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/aws/retry/doc.go80L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/aws/retry/errors.go20L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/aws/retry/jitter_backoff.go49L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/aws/retry/metadata.go52L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/aws/retry/middleware.go331L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/aws/retry/retry.go90L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/aws/retry/retryable_error.go186L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/aws/retry/standard.go258L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/aws/retry/throttle_error.go60L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/aws/retry/timeout_error.go52L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/aws/retryer.go127L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/aws/runtime.go14L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/aws/signer/internal/v4/cache.go115L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/aws/signer/internal/v4/const.go40L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/aws/signer/internal/v4/header_rules.go82L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/aws/signer/internal/v4/headers.go68L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/aws/signer/internal/v4/hmac.go13L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/aws/signer/internal/v4/host.go75L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/aws/signer/internal/v4/scope.go13L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/aws/signer/internal/v4/time.go36L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/aws/signer/internal/v4/util.go80L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/aws/signer/v4/middleware.go400L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/aws/signer/v4/presign_middleware.go127L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/aws/signer/v4/stream.go86L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/aws/signer/v4/v4.go548L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/aws/to_ptr.go297L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/aws/transport/http/client.go310L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/aws/transport/http/content_type.go42L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/aws/transport/http/response_error.go33L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/aws/transport/http/response_error_middleware.go54L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/aws/transport/http/timeout_read_closer.go104L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/aws/types.go42L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/aws/version.go8L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/buildspec.yml12L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/config/CHANGELOG.md232L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/config/LICENSE.txt202L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/config/config.go201L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/config/defaultsmode.go47L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/config/doc.go20L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/config/env_config.go665L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/config/generate.go4L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/config/go_module_metadata.go6L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/config/load_options.go1005L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/config/local.go51L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/config/provider.go601L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/config/resolve.go307L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/config/resolve_bearer_token.go133L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/config/resolve_credentials.go461L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/config/shared_config.go1364L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/credentials/CHANGELOG.md201L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/credentials/LICENSE.txt202L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/credentials/doc.go4L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/credentials/ec2rolecreds/doc.go58L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/credentials/ec2rolecreds/provider.go229L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/credentials/endpointcreds/internal/client/client.go148L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/credentials/endpointcreds/internal/client/middleware.go120L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/credentials/endpointcreds/provider.go136L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/credentials/go_module_metadata.go6L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/credentials/processcreds/doc.go92L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/credentials/processcreds/provider.go269L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/credentials/ssocreds/doc.go71L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/credentials/ssocreds/sso_cached_token.go233L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/credentials/ssocreds/sso_credentials_provider.go136L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/credentials/ssocreds/sso_token_provider.go147L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/credentials/static_provider.go53L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/credentials/stscreds/assume_role_provider.go320L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/credentials/stscreds/web_identity_provider.go150L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/doc.go58L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/feature/ec2/imds/CHANGELOG.md151L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/feature/ec2/imds/LICENSE.txt202L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/feature/ec2/imds/api_client.go318L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/feature/ec2/imds/api_op_GetDynamicData.go76L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/feature/ec2/imds/api_op_GetIAMInfo.go102L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/feature/ec2/imds/api_op_GetInstanceIdentityDocument.go109L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/feature/ec2/imds/api_op_GetMetadata.go76L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/feature/ec2/imds/api_op_GetRegion.go72L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/feature/ec2/imds/api_op_GetToken.go118L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/feature/ec2/imds/api_op_GetUserData.go60L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/feature/ec2/imds/doc.go11L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/feature/ec2/imds/go_module_metadata.go6L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/feature/ec2/imds/internal/config/resolvers.go98L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/feature/ec2/imds/request_middleware.go266L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/feature/ec2/imds/token_provider.go237L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/internal/configsources/CHANGELOG.md130L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/internal/configsources/LICENSE.txt202L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/internal/configsources/config.go65L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/internal/configsources/go_module_metadata.go6L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/internal/endpoints/v2/CHANGELOG.md103L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/internal/endpoints/v2/LICENSE.txt202L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/internal/endpoints/v2/endpoints.go302L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/internal/endpoints/v2/go_module_metadata.go6L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/internal/ini/CHANGELOG.md144L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/internal/ini/LICENSE.txt202L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/internal/ini/ast.go120L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/internal/ini/comma_token.go11L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/internal/ini/comment_token.go35L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/internal/ini/dependency.go6L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/internal/ini/doc.go43L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/internal/ini/empty_token.go4L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/internal/ini/errors.go22L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/internal/ini/expression.go24L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/internal/ini/go_module_metadata.go6L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/internal/ini/ini.go58L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/internal/ini/ini_lexer.go157L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/internal/ini/ini_parser.go349L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/internal/ini/literal_tokens.go336L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/internal/ini/newline_token.go30L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/internal/ini/number_helper.go152L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/internal/ini/op_tokens.go39L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/internal/ini/parse_error.go19L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/internal/ini/parse_stack.go60L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/internal/ini/sep_tokens.go41L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/internal/ini/skipper.go45L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/internal/ini/statement.go35L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/internal/ini/value_util.go284L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/internal/ini/visitor.go269L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/internal/ini/walker.go25L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/internal/ini/ws_token.go24L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/internal/rand/rand.go33L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/internal/sdk/interfaces.go9L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/internal/sdk/time.go74L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/internal/sdkio/byte.go12L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/internal/strings/strings.go11L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/internal/sync/singleflight/LICENSE28L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/internal/sync/singleflight/docs.go7L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/internal/sync/singleflight/singleflight.go210L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/internal/timeconv/duration.go13L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/local-mod-replace.sh39L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/modman.toml78L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/service/internal/presigned-url/CHANGELOG.md147L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/service/internal/presigned-url/LICENSE.txt202L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/service/internal/presigned-url/context.go48L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/service/internal/presigned-url/doc.go3L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/service/internal/presigned-url/go_module_metadata.go6L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/service/internal/presigned-url/middleware.go110L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/service/route53/CHANGELOG.md189L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/service/route53/LICENSE.txt202L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/service/route53/api_client.go681L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/service/route53/api_op_ActivateKeySigningKey.go135L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/service/route53/api_op_AssociateVPCWithHostedZone.go163L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/service/route53/api_op_ChangeCidrCollection.go158L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/service/route53/api_op_ChangeResourceRecordSets.go200L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/service/route53/api_op_ChangeTagsForResource.go142L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/service/route53/api_op_CreateCidrCollection.go132L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/service/route53/api_op_CreateHealthCheck.go183L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/service/route53/api_op_CreateHostedZone.go245L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/service/route53/api_op_CreateKeySigningKey.go184L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/service/route53/api_op_CreateQueryLoggingConfig.go252L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/service/route53/api_op_CreateReusableDelegationSet.go186L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/service/route53/api_op_CreateTrafficPolicy.go144L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/service/route53/api_op_CreateTrafficPolicyInstance.go166L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/service/route53/api_op_CreateTrafficPolicyVersion.go151L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/service/route53/api_op_CreateVPCAssociationAuthorization.go151L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/service/route53/api_op_DeactivateKeySigningKey.go133L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/service/route53/api_op_DeleteCidrCollection.go117L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/service/route53/api_op_DeleteHealthCheck.go131L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/service/route53/api_op_DeleteHostedZone.go168L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/service/route53/api_op_DeleteKeySigningKey.go139L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/service/route53/api_op_DeleteQueryLoggingConfig.go120L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/service/route53/api_op_DeleteReusableDelegationSet.go127L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/service/route53/api_op_DeleteTrafficPolicy.go137L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/service/route53/api_op_DeleteTrafficPolicyInstance.go122L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/service/route53/api_op_DeleteVPCAssociationAuthorization.go142L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/service/route53/api_op_DisableHostedZoneDNSSEC.go128L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/service/route53/api_op_DisassociateVPCFromHostedZone.go179L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/service/route53/api_op_EnableHostedZoneDNSSEC.go127L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/service/route53/api_op_GetAccountLimit.go167L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/service/route53/api_op_GetChange.go313L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/service/route53/api_op_GetCheckerIpRanges.go122L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/service/route53/api_op_GetDNSSEC.go132L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/service/route53/api_op_GetGeoLocation.go163L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/service/route53/api_op_GetHealthCheck.go128L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/service/route53/api_op_GetHealthCheckCount.go118L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/service/route53/api_op_GetHealthCheckLastFailureReason.go132L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/service/route53/api_op_GetHealthCheckStatus.go133L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/service/route53/api_op_GetHostedZone.go138L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/service/route53/api_op_GetHostedZoneCount.go118L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/service/route53/api_op_GetHostedZoneLimit.go156L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/service/route53/api_op_GetQueryLoggingConfig.go131L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/service/route53/api_op_GetReusableDelegationSet.go131L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/service/route53/api_op_GetReusableDelegationSetLimit.go146L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/service/route53/api_op_GetTrafficPolicy.go133L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/service/route53/api_op_GetTrafficPolicyInstance.go131L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/service/route53/api_op_GetTrafficPolicyInstanceCount.go119L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/service/route53/api_op_ListCidrBlocks.go227L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/service/route53/api_op_ListCidrCollections.go219L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/service/route53/api_op_ListCidrLocations.go226L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/service/route53/api_op_ListGeoLocations.go185L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/service/route53/api_op_ListHealthChecks.go253L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/service/route53/api_op_ListHostedZones.go264L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/service/route53/api_op_ListHostedZonesByName.go221L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/service/route53/api_op_ListHostedZonesByVPC.go188L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/service/route53/api_op_ListQueryLoggingConfigs.go260L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/service/route53/api_op_ListResourceRecordSets.go236L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/service/route53/api_op_ListReusableDelegationSets.go160L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/service/route53/api_op_ListTagsForResource.go140L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/service/route53/api_op_ListTagsForResources.go141L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/service/route53/api_op_ListTrafficPolicies.go160L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/service/route53/api_op_ListTrafficPolicyInstances.go196L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/service/route53/api_op_ListTrafficPolicyInstancesByHostedZone.go189L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/service/route53/api_op_ListTrafficPolicyInstancesByPolicy.go211L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/service/route53/api_op_ListTrafficPolicyVersions.go167L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/service/route53/api_op_ListVPCAssociationAuthorizations.go158L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/service/route53/api_op_TestDNSAnswer.go201L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/service/route53/api_op_UpdateHealthCheck.go392L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/service/route53/api_op_UpdateHostedZoneComment.go134L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/service/route53/api_op_UpdateTrafficPolicyComment.go137L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/service/route53/api_op_UpdateTrafficPolicyInstance.go163L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/service/route53/deserializers.go22379L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/service/route53/doc.go8L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/service/route53/endpoints.go200L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/service/route53/generated.json98L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/service/route53/go_module_metadata.go6L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/service/route53/internal/customizations/custom_error_deser.go94L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/service/route53/internal/customizations/doc.go53L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/service/route53/internal/customizations/sanitizeurl.go63L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/service/route53/internal/endpoints/endpoints.go341L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/service/route53/serializers.go6215L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/service/route53/types/enums.go550L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/service/route53/types/errors.go1493L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/service/route53/types/types.go2067L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/service/route53/validators.go2564L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/service/sso/CHANGELOG.md182L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/service/sso/LICENSE.txt202L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/service/sso/api_client.go433L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/service/sso/api_op_GetRoleCredentials.go127L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/service/sso/api_op_ListAccountRoles.go223L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/service/sso/api_op_ListAccounts.go221L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/service/sso/api_op_Logout.go123L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/service/sso/deserializers.go1151L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/service/sso/doc.go22L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/service/sso/endpoints.go200L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/service/sso/generated.json30L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/service/sso/go_module_metadata.go6L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/service/sso/internal/endpoints/endpoints.go422L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/service/sso/serializers.go256L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/service/sso/types/errors.go87L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/service/sso/types/types.go64L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/service/sso/validators.go175L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/service/ssooidc/CHANGELOG.md172L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/service/ssooidc/LICENSE.txt202L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/service/ssooidc/api_client.go433L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/service/ssooidc/api_op_CreateToken.go179L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/service/ssooidc/api_op_RegisterClient.go141L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/service/ssooidc/api_op_StartDeviceAuthorization.go150L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/service/ssooidc/deserializers.go1689L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/service/ssooidc/doc.go46L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/service/ssooidc/endpoints.go200L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/service/ssooidc/generated.json29L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/service/ssooidc/go_module_metadata.go6L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/service/ssooidc/internal/endpoints/endpoints.go422L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/service/ssooidc/serializers.go288L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/service/ssooidc/types/errors.go282L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/service/ssooidc/types/types.go9L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/service/ssooidc/validators.go142L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/service/sts/CHANGELOG.md176L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/service/sts/LICENSE.txt202L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/service/sts/api_client.go537L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/service/sts/api_op_AssumeRole.go417L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/service/sts/api_op_AssumeRoleWithSAML.go377L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/service/sts/api_op_AssumeRoleWithWebIdentity.go395L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/service/sts/api_op_DecodeAuthorizationMessage.go155L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/service/sts/api_op_GetAccessKeyInfo.go141L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/service/sts/api_op_GetCallerIdentity.go156L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/service/sts/api_op_GetFederationToken.go324L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/service/sts/api_op_GetSessionToken.go201L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/service/sts/deserializers.go2507L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/service/sts/doc.go12L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/service/sts/endpoints.go200L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/service/sts/generated.json35L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/service/sts/go_module_metadata.go6L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/service/sts/internal/endpoints/endpoints.go448L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/service/sts/serializers.go835L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/service/sts/types/errors.go193L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/service/sts/types/types.go124L
-rw-r--r--vendor/github.com/aws/aws-sdk-go-v2/service/sts/validators.go305L
-rw-r--r--vendor/github.com/aws/smithy-go/.gitignore22L
-rw-r--r--vendor/github.com/aws/smithy-go/.travis.yml28L
-rw-r--r--vendor/github.com/aws/smithy-go/CHANGELOG.md157L
-rw-r--r--vendor/github.com/aws/smithy-go/CODE_OF_CONDUCT.md4L
-rw-r--r--vendor/github.com/aws/smithy-go/CONTRIBUTING.md59L
-rw-r--r--vendor/github.com/aws/smithy-go/LICENSE175L
-rw-r--r--vendor/github.com/aws/smithy-go/Makefile63L
-rw-r--r--vendor/github.com/aws/smithy-go/NOTICE1L
-rw-r--r--vendor/github.com/aws/smithy-go/README.md12L
-rw-r--r--vendor/github.com/aws/smithy-go/auth/bearer/docs.go3L
-rw-r--r--vendor/github.com/aws/smithy-go/auth/bearer/middleware.go104L
-rw-r--r--vendor/github.com/aws/smithy-go/auth/bearer/token.go50L
-rw-r--r--vendor/github.com/aws/smithy-go/auth/bearer/token_cache.go208L
-rw-r--r--vendor/github.com/aws/smithy-go/context/suppress_expired.go81L
-rw-r--r--vendor/github.com/aws/smithy-go/doc.go2L
-rw-r--r--vendor/github.com/aws/smithy-go/document.go10L
-rw-r--r--vendor/github.com/aws/smithy-go/document/doc.go12L
-rw-r--r--vendor/github.com/aws/smithy-go/document/document.go153L
-rw-r--r--vendor/github.com/aws/smithy-go/document/errors.go75L
-rw-r--r--vendor/github.com/aws/smithy-go/encoding/doc.go4L
-rw-r--r--vendor/github.com/aws/smithy-go/encoding/encoding.go40L
-rw-r--r--vendor/github.com/aws/smithy-go/encoding/httpbinding/encode.go116L
-rw-r--r--vendor/github.com/aws/smithy-go/encoding/httpbinding/header.go122L
-rw-r--r--vendor/github.com/aws/smithy-go/encoding/httpbinding/path_replace.go108L
-rw-r--r--vendor/github.com/aws/smithy-go/encoding/httpbinding/query.go107L
-rw-r--r--vendor/github.com/aws/smithy-go/encoding/httpbinding/uri.go111L
-rw-r--r--vendor/github.com/aws/smithy-go/encoding/json/array.go35L
-rw-r--r--vendor/github.com/aws/smithy-go/encoding/json/constants.go15L
-rw-r--r--vendor/github.com/aws/smithy-go/encoding/json/decoder_util.go139L
-rw-r--r--vendor/github.com/aws/smithy-go/encoding/json/encoder.go30L
-rw-r--r--vendor/github.com/aws/smithy-go/encoding/json/escape.go198L
-rw-r--r--vendor/github.com/aws/smithy-go/encoding/json/object.go40L
-rw-r--r--vendor/github.com/aws/smithy-go/encoding/json/value.go149L
-rw-r--r--vendor/github.com/aws/smithy-go/encoding/xml/array.go49L
-rw-r--r--vendor/github.com/aws/smithy-go/encoding/xml/constants.go10L
-rw-r--r--vendor/github.com/aws/smithy-go/encoding/xml/doc.go49L
-rw-r--r--vendor/github.com/aws/smithy-go/encoding/xml/element.go91L
-rw-r--r--vendor/github.com/aws/smithy-go/encoding/xml/encoder.go51L
-rw-r--r--vendor/github.com/aws/smithy-go/encoding/xml/error_utils.go51L
-rw-r--r--vendor/github.com/aws/smithy-go/encoding/xml/escape.go137L
-rw-r--r--vendor/github.com/aws/smithy-go/encoding/xml/map.go53L
-rw-r--r--vendor/github.com/aws/smithy-go/encoding/xml/value.go302L
-rw-r--r--vendor/github.com/aws/smithy-go/encoding/xml/xml_decoder.go154L
-rw-r--r--vendor/github.com/aws/smithy-go/errors.go137L
-rw-r--r--vendor/github.com/aws/smithy-go/go_module_metadata.go6L
-rw-r--r--vendor/github.com/aws/smithy-go/internal/sync/singleflight/LICENSE28L
-rw-r--r--vendor/github.com/aws/smithy-go/internal/sync/singleflight/docs.go8L
-rw-r--r--vendor/github.com/aws/smithy-go/internal/sync/singleflight/singleflight.go210L
-rw-r--r--vendor/github.com/aws/smithy-go/io/byte.go12L
-rw-r--r--vendor/github.com/aws/smithy-go/io/doc.go2L
-rw-r--r--vendor/github.com/aws/smithy-go/io/reader.go16L
-rw-r--r--vendor/github.com/aws/smithy-go/io/ringbuffer.go94L
-rw-r--r--vendor/github.com/aws/smithy-go/local-mod-replace.sh39L
-rw-r--r--vendor/github.com/aws/smithy-go/logging/logger.go82L
-rw-r--r--vendor/github.com/aws/smithy-go/middleware/doc.go67L
-rw-r--r--vendor/github.com/aws/smithy-go/middleware/logging.go46L
-rw-r--r--vendor/github.com/aws/smithy-go/middleware/metadata.go65L
-rw-r--r--vendor/github.com/aws/smithy-go/middleware/middleware.go71L
-rw-r--r--vendor/github.com/aws/smithy-go/middleware/ordered_group.go268L
-rw-r--r--vendor/github.com/aws/smithy-go/middleware/stack.go209L
-rw-r--r--vendor/github.com/aws/smithy-go/middleware/stack_values.go100L
-rw-r--r--vendor/github.com/aws/smithy-go/middleware/step_build.go211L
-rw-r--r--vendor/github.com/aws/smithy-go/middleware/step_deserialize.go217L
-rw-r--r--vendor/github.com/aws/smithy-go/middleware/step_finalize.go211L
-rw-r--r--vendor/github.com/aws/smithy-go/middleware/step_initialize.go211L
-rw-r--r--vendor/github.com/aws/smithy-go/middleware/step_serialize.go219L
-rw-r--r--vendor/github.com/aws/smithy-go/modman.toml11L
-rw-r--r--vendor/github.com/aws/smithy-go/ptr/doc.go5L
-rw-r--r--vendor/github.com/aws/smithy-go/ptr/from_ptr.go601L
-rw-r--r--vendor/github.com/aws/smithy-go/ptr/gen_scalars.go83L
-rw-r--r--vendor/github.com/aws/smithy-go/ptr/to_ptr.go499L
-rw-r--r--vendor/github.com/aws/smithy-go/rand/doc.go3L
-rw-r--r--vendor/github.com/aws/smithy-go/rand/rand.go31L
-rw-r--r--vendor/github.com/aws/smithy-go/rand/uuid.go87L
-rw-r--r--vendor/github.com/aws/smithy-go/time/time.go134L
-rw-r--r--vendor/github.com/aws/smithy-go/transport/http/checksum_middleware.go70L
-rw-r--r--vendor/github.com/aws/smithy-go/transport/http/client.go120L
-rw-r--r--vendor/github.com/aws/smithy-go/transport/http/doc.go5L
-rw-r--r--vendor/github.com/aws/smithy-go/transport/http/headerlist.go163L
-rw-r--r--vendor/github.com/aws/smithy-go/transport/http/host.go89L
-rw-r--r--vendor/github.com/aws/smithy-go/transport/http/internal/io/safe.go75L
-rw-r--r--vendor/github.com/aws/smithy-go/transport/http/md5_checksum.go25L
-rw-r--r--vendor/github.com/aws/smithy-go/transport/http/middleware_close_response_body.go79L
-rw-r--r--vendor/github.com/aws/smithy-go/transport/http/middleware_content_length.go84L
-rw-r--r--vendor/github.com/aws/smithy-go/transport/http/middleware_headers.go167L
-rw-r--r--vendor/github.com/aws/smithy-go/transport/http/middleware_http_logging.go75L
-rw-r--r--vendor/github.com/aws/smithy-go/transport/http/middleware_metadata.go51L
-rw-r--r--vendor/github.com/aws/smithy-go/transport/http/middleware_min_proto.go79L
-rw-r--r--vendor/github.com/aws/smithy-go/transport/http/request.go189L
-rw-r--r--vendor/github.com/aws/smithy-go/transport/http/response.go34L
-rw-r--r--vendor/github.com/aws/smithy-go/transport/http/time.go13L
-rw-r--r--vendor/github.com/aws/smithy-go/transport/http/url.go44L
-rw-r--r--vendor/github.com/aws/smithy-go/transport/http/user_agent.go37L
-rw-r--r--vendor/github.com/aws/smithy-go/validation.go140L
-rw-r--r--vendor/github.com/aws/smithy-go/waiter/logger.go36L
-rw-r--r--vendor/github.com/aws/smithy-go/waiter/waiter.go66L
-rw-r--r--vendor/github.com/jmespath/go-jmespath/.gitignore4L
-rw-r--r--vendor/github.com/jmespath/go-jmespath/.travis.yml28L
-rw-r--r--vendor/github.com/jmespath/go-jmespath/LICENSE13L
-rw-r--r--vendor/github.com/jmespath/go-jmespath/Makefile51L
-rw-r--r--vendor/github.com/jmespath/go-jmespath/README.md87L
-rw-r--r--vendor/github.com/jmespath/go-jmespath/api.go49L
-rw-r--r--vendor/github.com/jmespath/go-jmespath/astnodetype_string.go16L
-rw-r--r--vendor/github.com/jmespath/go-jmespath/functions.go842L
-rw-r--r--vendor/github.com/jmespath/go-jmespath/interpreter.go418L
-rw-r--r--vendor/github.com/jmespath/go-jmespath/lexer.go420L
-rw-r--r--vendor/github.com/jmespath/go-jmespath/parser.go603L
-rw-r--r--vendor/github.com/jmespath/go-jmespath/toktype_string.go16L
-rw-r--r--vendor/github.com/jmespath/go-jmespath/util.go185L
-rw-r--r--vendor/modules.txt92L