mirror of https://github.com/pulumi/pulumi.git
6025 lines
222 KiB
Python
6025 lines
222 KiB
Python
load("@bazel_gazelle//:deps.bzl", "go_repository")
|
|
|
|
def go_deps():
|
|
go_repository(
|
|
name = "cat_dario_mergo",
|
|
importpath = "dario.cat/mergo",
|
|
sum = "h1:AGCNq9Evsj31mOgNPcLyXc+4PNABt905YmuqPYYpBWk=",
|
|
version = "v1.0.0",
|
|
)
|
|
go_repository(
|
|
name = "cc_mvdan_editorconfig",
|
|
importpath = "mvdan.cc/editorconfig",
|
|
sum = "h1:XL+7ys6ls/RKrkUNFQvEwIvNHh+JKx8Mj1pUV5wQxQE=",
|
|
version = "v0.2.0",
|
|
)
|
|
go_repository(
|
|
name = "cc_mvdan_gofumpt",
|
|
importpath = "mvdan.cc/gofumpt",
|
|
sum = "h1:hsVv+Y9UsZ/mFZTxJZuHVI6shSQCtzZ11h1JEFPAZLw=",
|
|
version = "v0.1.0",
|
|
)
|
|
go_repository(
|
|
name = "cc_mvdan_sh_v3",
|
|
importpath = "mvdan.cc/sh/v3",
|
|
sum = "h1:lSTjdP/1xsddtaKfGg7Myu7DnlHItd3/M2tomOcNNBg=",
|
|
version = "v3.7.0",
|
|
)
|
|
go_repository(
|
|
name = "co_honnef_go_tools",
|
|
importpath = "honnef.co/go/tools",
|
|
sum = "h1:qTakTkI6ni6LFD5sBwwsdSO+AQqbSIxOauHTTQKZ/7o=",
|
|
version = "v0.1.3",
|
|
)
|
|
go_repository(
|
|
name = "com_github_acarl005_stripansi",
|
|
importpath = "github.com/acarl005/stripansi",
|
|
sum = "h1:licZJFw2RwpHMqeKTCYkitsPqHNxTmd4SNR5r94FGM8=",
|
|
version = "v0.0.0-20180116102854-5a71ef0e047d",
|
|
)
|
|
go_repository(
|
|
name = "com_github_acomagu_bufpipe",
|
|
importpath = "github.com/acomagu/bufpipe",
|
|
sum = "h1:e3H4WUzM3npvo5uv95QuJM3cQspFNtFBzvJ2oNjKIDQ=",
|
|
version = "v1.0.4",
|
|
)
|
|
go_repository(
|
|
name = "com_github_adalogics_go_fuzz_headers",
|
|
importpath = "github.com/AdaLogics/go-fuzz-headers",
|
|
sum = "h1:V8krnnfGj4pV65YLUm3C0/8bl7V5Nry2Pwvy3ru/wLc=",
|
|
version = "v0.0.0-20210715213245-6c3934b029d8",
|
|
)
|
|
go_repository(
|
|
name = "com_github_aead_chacha20",
|
|
importpath = "github.com/aead/chacha20",
|
|
sum = "h1:KjTM2ks9d14ZYCvmHS9iAKVt9AyzRSqNU1qabPih5BY=",
|
|
version = "v0.0.0-20180709150244-8b13a72661da",
|
|
)
|
|
go_repository(
|
|
name = "com_github_afex_hystrix_go",
|
|
importpath = "github.com/afex/hystrix-go",
|
|
sum = "h1:rFw4nCn9iMW+Vajsk51NtYIcwSTkXr+JGrMd36kTDJw=",
|
|
version = "v0.0.0-20180502004556-fa1af6a1f4f5",
|
|
)
|
|
go_repository(
|
|
name = "com_github_agext_levenshtein",
|
|
importpath = "github.com/agext/levenshtein",
|
|
sum = "h1:YB2fHEn0UJagG8T1rrWknE3ZQzWM06O8AMAatNn7lmo=",
|
|
version = "v1.2.3",
|
|
)
|
|
go_repository(
|
|
name = "com_github_ajstarks_deck",
|
|
importpath = "github.com/ajstarks/deck",
|
|
sum = "h1:7kQgkwGRoLzC9K0oyXdJo7nve/bynv/KwUsxbiTlzAM=",
|
|
version = "v0.0.0-20200831202436-30c9fc6549a9",
|
|
)
|
|
go_repository(
|
|
name = "com_github_ajstarks_deck_generate",
|
|
importpath = "github.com/ajstarks/deck/generate",
|
|
sum = "h1:iXUgAaqDcIUGbRoy2TdeofRG/j1zpGRSEmNK05T+bi8=",
|
|
version = "v0.0.0-20210309230005-c3f852c02e19",
|
|
)
|
|
go_repository(
|
|
name = "com_github_ajstarks_svgo",
|
|
importpath = "github.com/ajstarks/svgo",
|
|
sum = "h1:slYM766cy2nI3BwyRiyQj/Ud48djTMtMebDqepE95rw=",
|
|
version = "v0.0.0-20211024235047-1546f124cd8b",
|
|
)
|
|
go_repository(
|
|
name = "com_github_alecaivazis_survey_v2",
|
|
importpath = "github.com/AlecAivazis/survey/v2",
|
|
sum = "h1:6I/u8FvytdGsgonrYsVn2t8t4QiRnh6QSTqkkhIiSjQ=",
|
|
version = "v2.3.7",
|
|
)
|
|
go_repository(
|
|
name = "com_github_alecthomas_chroma",
|
|
importpath = "github.com/alecthomas/chroma",
|
|
sum = "h1:7XDcGkCQopCNKjZHfYrNLraA+M7e0fMiJ/Mfikbfjek=",
|
|
version = "v0.10.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_alecthomas_kingpin_v2",
|
|
importpath = "github.com/alecthomas/kingpin/v2",
|
|
sum = "h1:H0aULhgmSzN8xQ3nX1uxtdlTHYoPLu5AhHxWrKI6ocU=",
|
|
version = "v2.3.2",
|
|
)
|
|
go_repository(
|
|
name = "com_github_alecthomas_template",
|
|
importpath = "github.com/alecthomas/template",
|
|
sum = "h1:JYp7IbQjafoB+tBA3gMyHYHrpOtNuDiK/uB5uXxq5wM=",
|
|
version = "v0.0.0-20190718012654-fb15b899a751",
|
|
)
|
|
go_repository(
|
|
name = "com_github_alecthomas_units",
|
|
importpath = "github.com/alecthomas/units",
|
|
sum = "h1:s6gZFSlWYmbqAuRjVTiNNhvNRfY2Wxp9nhfyel4rklc=",
|
|
version = "v0.0.0-20211218093645-b94a6e3cc137",
|
|
)
|
|
go_repository(
|
|
name = "com_github_alexflint_go_filemutex",
|
|
importpath = "github.com/alexflint/go-filemutex",
|
|
sum = "h1:IAWuUuRYL2hETx5b8vCgwnD+xSdlsTQY6s2JjBsqLdg=",
|
|
version = "v1.1.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_andybalholm_brotli",
|
|
importpath = "github.com/andybalholm/brotli",
|
|
sum = "h1:V7DdXeJtZscaqfNuAdSRuRFzuiKlHSC/Zh3zl9qY3JY=",
|
|
version = "v1.0.4",
|
|
)
|
|
go_repository(
|
|
name = "com_github_anmitsu_go_shlex",
|
|
importpath = "github.com/anmitsu/go-shlex",
|
|
sum = "h1:9AeTilPcZAjCFIImctFaOjnTIavg87rW78vTPkQqLI8=",
|
|
version = "v0.0.0-20200514113438-38f4b401e2be",
|
|
)
|
|
go_repository(
|
|
name = "com_github_antihax_optional",
|
|
importpath = "github.com/antihax/optional",
|
|
sum = "h1:xK2lYat7ZLaVVcIuj82J8kIro4V6kDe0AUDFboUCwcg=",
|
|
version = "v1.0.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_apache_arrow_go_v10",
|
|
importpath = "github.com/apache/arrow/go/v10",
|
|
sum = "h1:n9dERvixoC/1JjDmBcs9FPaEryoANa2sCgVFo6ez9cI=",
|
|
version = "v10.0.1",
|
|
)
|
|
go_repository(
|
|
name = "com_github_apache_arrow_go_v11",
|
|
importpath = "github.com/apache/arrow/go/v11",
|
|
sum = "h1:hqauxvFQxww+0mEU/2XHG6LT7eZternCZq+A5Yly2uM=",
|
|
version = "v11.0.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_apache_arrow_go_v12",
|
|
importpath = "github.com/apache/arrow/go/v12",
|
|
sum = "h1:xtZE63VWl7qLdB0JObIXvvhGjoVNrQ9ciIHG2OK5cmc=",
|
|
version = "v12.0.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_apache_thrift",
|
|
importpath = "github.com/apache/thrift",
|
|
sum = "h1:qEy6UW60iVOlUy+b9ZR0d5WzUWYGOo4HfopoyBaNmoY=",
|
|
version = "v0.16.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_apparentlymart_go_dump",
|
|
importpath = "github.com/apparentlymart/go-dump",
|
|
sum = "h1:ZSTrOEhiM5J5RFxEaFvMZVEAM1KvT1YzbEOwB2EAGjA=",
|
|
version = "v0.0.0-20180507223929-23540a00eaa3",
|
|
)
|
|
go_repository(
|
|
name = "com_github_apparentlymart_go_textseg",
|
|
importpath = "github.com/apparentlymart/go-textseg",
|
|
sum = "h1:rRmlIsPEEhUTIKQb7T++Nz/A5Q6C9IuX2wFoYVvnCs0=",
|
|
version = "v1.0.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_apparentlymart_go_textseg_v13",
|
|
importpath = "github.com/apparentlymart/go-textseg/v13",
|
|
sum = "h1:Y+KvPE1NYz0xl601PVImeQfFyEy6iT90AvPUL1NNfNw=",
|
|
version = "v13.0.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_armon_circbuf",
|
|
importpath = "github.com/armon/circbuf",
|
|
sum = "h1:QEF07wC0T1rKkctt1RINW/+RMTVmiwxETico2l3gxJA=",
|
|
version = "v0.0.0-20150827004946-bbbad097214e",
|
|
)
|
|
go_repository(
|
|
name = "com_github_armon_consul_api",
|
|
importpath = "github.com/armon/consul-api",
|
|
sum = "h1:G1bPvciwNyF7IUmKXNt9Ak3m6u9DE1rF+RmtIkBpVdA=",
|
|
version = "v0.0.0-20180202201655-eb2c6b5be1b6",
|
|
)
|
|
go_repository(
|
|
name = "com_github_armon_go_metrics",
|
|
importpath = "github.com/armon/go-metrics",
|
|
sum = "h1:hR91U9KYmb6bLBYLQjyM+3j+rcd/UhE+G78SFnF8gJA=",
|
|
version = "v0.4.1",
|
|
)
|
|
go_repository(
|
|
name = "com_github_armon_go_radix",
|
|
importpath = "github.com/armon/go-radix",
|
|
sum = "h1:F4z6KzEeeQIMeLFa97iZU6vupzoecKdU5TX24SNppXI=",
|
|
version = "v1.0.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_armon_go_socks5",
|
|
importpath = "github.com/armon/go-socks5",
|
|
sum = "h1:0CwZNZbxp69SHPdPJAN/hZIm0C4OItdklCFmMRWYpio=",
|
|
version = "v0.0.0-20160902184237-e75332964ef5",
|
|
)
|
|
go_repository(
|
|
name = "com_github_aryann_difflib",
|
|
importpath = "github.com/aryann/difflib",
|
|
sum = "h1:pv34s756C4pEXnjgPfGYgdhg/ZdajGhyOvzx8k+23nw=",
|
|
version = "v0.0.0-20170710044230-e206f873d14a",
|
|
)
|
|
go_repository(
|
|
name = "com_github_asaskevich_govalidator",
|
|
importpath = "github.com/asaskevich/govalidator",
|
|
sum = "h1:DklsrG3dyBCFEj5IhUbnKptjxatkF07cF2ak3yi77so=",
|
|
version = "v0.0.0-20230301143203-a9d515a09cc2",
|
|
)
|
|
go_repository(
|
|
name = "com_github_atotto_clipboard",
|
|
importpath = "github.com/atotto/clipboard",
|
|
sum = "h1:EH0zSVneZPSuFR11BlR9YppQTVDbh5+16AmcJi4g1z4=",
|
|
version = "v0.1.4",
|
|
)
|
|
go_repository(
|
|
name = "com_github_aws_aws_lambda_go",
|
|
importpath = "github.com/aws/aws-lambda-go",
|
|
sum = "h1:SuCy7H3NLyp+1Mrfp+m80jcbi9KYWAs9/BXwppwRDzY=",
|
|
version = "v1.13.3",
|
|
)
|
|
go_repository(
|
|
name = "com_github_aws_aws_sdk_go",
|
|
importpath = "github.com/aws/aws-sdk-go",
|
|
sum = "h1:g9BkW1fo9GqKfwg2+zCD+TW/D36Ux+vtfJ8guF4AYmY=",
|
|
version = "v1.49.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_aws_aws_sdk_go_v2",
|
|
importpath = "github.com/aws/aws-sdk-go-v2",
|
|
sum = "h1:890+mqQ+hTpNuw0gGP6/4akolQkSToDJgHfQE7AwGuk=",
|
|
version = "v1.24.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_aws_aws_sdk_go_v2_aws_protocol_eventstream",
|
|
importpath = "github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream",
|
|
sum = "h1:OCs21ST2LrepDfD3lwlQiOqIGp6JiEUqG84GzTDoyJs=",
|
|
version = "v1.5.4",
|
|
)
|
|
go_repository(
|
|
name = "com_github_aws_aws_sdk_go_v2_config",
|
|
importpath = "github.com/aws/aws-sdk-go-v2/config",
|
|
sum = "h1:z6DqMxclFGL3Zfo+4Q0rLnAZ6yVkzCRxhRMsiRQnD1o=",
|
|
version = "v1.26.1",
|
|
)
|
|
go_repository(
|
|
name = "com_github_aws_aws_sdk_go_v2_credentials",
|
|
importpath = "github.com/aws/aws-sdk-go-v2/credentials",
|
|
sum = "h1:v/WgB8NxprNvr5inKIiVVrXPuuTegM+K8nncFkr1usU=",
|
|
version = "v1.16.12",
|
|
)
|
|
go_repository(
|
|
name = "com_github_aws_aws_sdk_go_v2_feature_ec2_imds",
|
|
importpath = "github.com/aws/aws-sdk-go-v2/feature/ec2/imds",
|
|
sum = "h1:w98BT5w+ao1/r5sUuiH6JkVzjowOKeOJRHERyy1vh58=",
|
|
version = "v1.14.10",
|
|
)
|
|
go_repository(
|
|
name = "com_github_aws_aws_sdk_go_v2_feature_s3_manager",
|
|
importpath = "github.com/aws/aws-sdk-go-v2/feature/s3/manager",
|
|
sum = "h1:FnLf60PtjXp8ZOzQfhJVsqF0OtYKQZWQfqOLshh8YXg=",
|
|
version = "v1.15.7",
|
|
)
|
|
go_repository(
|
|
name = "com_github_aws_aws_sdk_go_v2_internal_configsources",
|
|
importpath = "github.com/aws/aws-sdk-go-v2/internal/configsources",
|
|
sum = "h1:v+HbZaCGmOwnTTVS86Fleq0vPzOd7tnJGbFhP0stNLs=",
|
|
version = "v1.2.9",
|
|
)
|
|
go_repository(
|
|
name = "com_github_aws_aws_sdk_go_v2_internal_endpoints_v2",
|
|
importpath = "github.com/aws/aws-sdk-go-v2/internal/endpoints/v2",
|
|
sum = "h1:N94sVhRACtXyVcjXxrwK1SKFIJrA9pOJ5yu2eSHnmls=",
|
|
version = "v2.5.9",
|
|
)
|
|
go_repository(
|
|
name = "com_github_aws_aws_sdk_go_v2_internal_ini",
|
|
importpath = "github.com/aws/aws-sdk-go-v2/internal/ini",
|
|
sum = "h1:GrSw8s0Gs/5zZ0SX+gX4zQjRnRsMJDJ2sLur1gRBhEM=",
|
|
version = "v1.7.2",
|
|
)
|
|
go_repository(
|
|
name = "com_github_aws_aws_sdk_go_v2_internal_v4a",
|
|
importpath = "github.com/aws/aws-sdk-go-v2/internal/v4a",
|
|
sum = "h1:ugD6qzjYtB7zM5PN/ZIeaAIyefPaD82G8+SJopgvUpw=",
|
|
version = "v1.2.9",
|
|
)
|
|
go_repository(
|
|
name = "com_github_aws_aws_sdk_go_v2_service_cloudwatch",
|
|
importpath = "github.com/aws/aws-sdk-go-v2/service/cloudwatch",
|
|
sum = "h1:w/fPGB0t5rWwA43mux4e9ozFSH5zF1moQemlA131PWc=",
|
|
version = "v1.8.1",
|
|
)
|
|
go_repository(
|
|
name = "com_github_aws_aws_sdk_go_v2_service_iam",
|
|
importpath = "github.com/aws/aws-sdk-go-v2/service/iam",
|
|
sum = "h1:9vCynoqC+dgxZKrsjvAniyIopsv3RZFsZ6wkQ+yxtj8=",
|
|
version = "v1.19.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_aws_aws_sdk_go_v2_service_internal_accept_encoding",
|
|
importpath = "github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding",
|
|
sum = "h1:/b31bi3YVNlkzkBrm9LfpaKoaYZUxIAj4sHfOTmLfqw=",
|
|
version = "v1.10.4",
|
|
)
|
|
go_repository(
|
|
name = "com_github_aws_aws_sdk_go_v2_service_internal_checksum",
|
|
importpath = "github.com/aws/aws-sdk-go-v2/service/internal/checksum",
|
|
sum = "h1:/90OR2XbSYfXucBMJ4U14wrjlfleq/0SB6dZDPncgmo=",
|
|
version = "v1.2.9",
|
|
)
|
|
go_repository(
|
|
name = "com_github_aws_aws_sdk_go_v2_service_internal_presigned_url",
|
|
importpath = "github.com/aws/aws-sdk-go-v2/service/internal/presigned-url",
|
|
sum = "h1:Nf2sHxjMJR8CSImIVCONRi4g0Su3J+TSTbS7G0pUeMU=",
|
|
version = "v1.10.9",
|
|
)
|
|
go_repository(
|
|
name = "com_github_aws_aws_sdk_go_v2_service_internal_s3shared",
|
|
importpath = "github.com/aws/aws-sdk-go-v2/service/internal/s3shared",
|
|
sum = "h1:iEAeF6YC3l4FzlJPP9H3Ko1TXpdjdqWffxXjp8SY6uk=",
|
|
version = "v1.16.9",
|
|
)
|
|
go_repository(
|
|
name = "com_github_aws_aws_sdk_go_v2_service_kms",
|
|
importpath = "github.com/aws/aws-sdk-go-v2/service/kms",
|
|
sum = "h1:7lKTr8zJ2nVaVgyII+7hUayTi7xWedMuANiNVXiD2S8=",
|
|
version = "v1.27.5",
|
|
)
|
|
go_repository(
|
|
name = "com_github_aws_aws_sdk_go_v2_service_s3",
|
|
importpath = "github.com/aws/aws-sdk-go-v2/service/s3",
|
|
sum = "h1:Keso8lIOS+IzI2MkPZyK6G0LYcK3My2LQ+T5bxghEAY=",
|
|
version = "v1.47.5",
|
|
)
|
|
go_repository(
|
|
name = "com_github_aws_aws_sdk_go_v2_service_secretsmanager",
|
|
importpath = "github.com/aws/aws-sdk-go-v2/service/secretsmanager",
|
|
sum = "h1:qYi/BfDrWXZxlmRjlKCyFmtI4HKJwW8OKDKhKRAOZQI=",
|
|
version = "v1.25.5",
|
|
)
|
|
go_repository(
|
|
name = "com_github_aws_aws_sdk_go_v2_service_sns",
|
|
importpath = "github.com/aws/aws-sdk-go-v2/service/sns",
|
|
sum = "h1:umyC9zH/A1w8AXrrG7iMxT4Rfgj80FjfvLannWt5vuE=",
|
|
version = "v1.26.5",
|
|
)
|
|
go_repository(
|
|
name = "com_github_aws_aws_sdk_go_v2_service_sqs",
|
|
importpath = "github.com/aws/aws-sdk-go-v2/service/sqs",
|
|
sum = "h1:cJb4I498c1mrOVrRqYTcnLD65AFqUuseHfzHdNZHL9U=",
|
|
version = "v1.29.5",
|
|
)
|
|
go_repository(
|
|
name = "com_github_aws_aws_sdk_go_v2_service_ssm",
|
|
importpath = "github.com/aws/aws-sdk-go-v2/service/ssm",
|
|
sum = "h1:5SI5O2tMp/7E/FqhYnaKdxbWjlCi2yujjNI/UO725iU=",
|
|
version = "v1.44.5",
|
|
)
|
|
go_repository(
|
|
name = "com_github_aws_aws_sdk_go_v2_service_sso",
|
|
importpath = "github.com/aws/aws-sdk-go-v2/service/sso",
|
|
sum = "h1:ldSFWz9tEHAwHNmjx2Cvy1MjP5/L9kNoR0skc6wyOOM=",
|
|
version = "v1.18.5",
|
|
)
|
|
go_repository(
|
|
name = "com_github_aws_aws_sdk_go_v2_service_ssooidc",
|
|
importpath = "github.com/aws/aws-sdk-go-v2/service/ssooidc",
|
|
sum = "h1:2k9KmFawS63euAkY4/ixVNsYYwrwnd5fIvgEKkfZFNM=",
|
|
version = "v1.21.5",
|
|
)
|
|
go_repository(
|
|
name = "com_github_aws_aws_sdk_go_v2_service_sts",
|
|
importpath = "github.com/aws/aws-sdk-go-v2/service/sts",
|
|
sum = "h1:5UYvv8JUvllZsRnfrcMQ+hJ9jNICmcgKPAO1CER25Wg=",
|
|
version = "v1.26.5",
|
|
)
|
|
go_repository(
|
|
name = "com_github_aws_smithy_go",
|
|
importpath = "github.com/aws/smithy-go",
|
|
sum = "h1:KWFKQV80DpP3vJrrA9sVAHQ5gc2z8i4EzrLhLlWXcBM=",
|
|
version = "v1.19.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_aymanbagabas_go_osc52",
|
|
importpath = "github.com/aymanbagabas/go-osc52",
|
|
sum = "h1:DTwqENW7X9arYimJrPeGZcV0ln14sGMt3pHZspWD+Mg=",
|
|
version = "v1.0.3",
|
|
)
|
|
go_repository(
|
|
name = "com_github_aymanbagabas_go_osc52_v2",
|
|
importpath = "github.com/aymanbagabas/go-osc52/v2",
|
|
sum = "h1:HwpRHbFMcZLEVr42D4p7XBqjyuxQH5SMiErDT4WkJ2k=",
|
|
version = "v2.0.1",
|
|
)
|
|
go_repository(
|
|
name = "com_github_aymerick_douceur",
|
|
importpath = "github.com/aymerick/douceur",
|
|
sum = "h1:Mv+mAeH1Q+n9Fr+oyamOlAkUNPWPlA8PPGR0QAaYuPk=",
|
|
version = "v0.2.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_azure_azure_amqp_common_go_v3",
|
|
importpath = "github.com/Azure/azure-amqp-common-go/v3",
|
|
sum = "h1:uDF62mbd9bypXWi19V1bN5NZEO84JqgmI5G73ibAmrk=",
|
|
version = "v3.2.3",
|
|
)
|
|
go_repository(
|
|
name = "com_github_azure_azure_sdk_for_go",
|
|
importpath = "github.com/Azure/azure-sdk-for-go",
|
|
sum = "h1:bmmC38SlE8/E81nNADlgmVGurPWMHDX2YNXVQMrBpEE=",
|
|
version = "v66.0.0+incompatible",
|
|
)
|
|
go_repository(
|
|
name = "com_github_azure_azure_sdk_for_go_sdk_azcore",
|
|
importpath = "github.com/Azure/azure-sdk-for-go/sdk/azcore",
|
|
sum = "h1:fb8kj/Dh4CSwgsOzHeZY4Xh68cFVbzXx+ONXGMY//4w=",
|
|
version = "v1.9.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_azure_azure_sdk_for_go_sdk_azidentity",
|
|
importpath = "github.com/Azure/azure-sdk-for-go/sdk/azidentity",
|
|
sum = "h1:BMAjVKJM0U/CYF27gA0ZMmXGkOcvfFtD0oHVZ1TIPRI=",
|
|
version = "v1.4.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_azure_azure_sdk_for_go_sdk_internal",
|
|
importpath = "github.com/Azure/azure-sdk-for-go/sdk/internal",
|
|
sum = "h1:d81/ng9rET2YqdVkVwkb6EXeRrLJIwyGnJcAlAWKwhs=",
|
|
version = "v1.5.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_azure_azure_sdk_for_go_sdk_keyvault_azkeys",
|
|
importpath = "github.com/Azure/azure-sdk-for-go/sdk/keyvault/azkeys",
|
|
sum = "h1:m/sWOGCREuSBqg2htVQTBY8nOZpyajYztF0vUvSZTuM=",
|
|
version = "v0.10.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_azure_azure_sdk_for_go_sdk_keyvault_internal",
|
|
importpath = "github.com/Azure/azure-sdk-for-go/sdk/keyvault/internal",
|
|
sum = "h1:FbH3BbSb4bvGluTesZZ+ttN/MDsnMmQP36OSnDuSXqw=",
|
|
version = "v0.7.1",
|
|
)
|
|
go_repository(
|
|
name = "com_github_azure_azure_sdk_for_go_sdk_messaging_azservicebus",
|
|
importpath = "github.com/Azure/azure-sdk-for-go/sdk/messaging/azservicebus",
|
|
sum = "h1:HKHkea1fdm18LT8VAxTVZgJpPsLgv+0NZhmtus1UqJQ=",
|
|
version = "v1.5.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_azure_azure_sdk_for_go_sdk_resourcemanager_compute_armcompute_v4",
|
|
importpath = "github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/compute/armcompute/v4",
|
|
sum = "h1:UPeCRD+XY7QlaGQte2EVI2iOcWvUYA2XY8w5T/8v0NQ=",
|
|
version = "v4.2.1",
|
|
)
|
|
go_repository(
|
|
name = "com_github_azure_azure_sdk_for_go_sdk_resourcemanager_internal",
|
|
importpath = "github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/internal",
|
|
sum = "h1:mLY+pNLjCUeKhgnAJWAKhEUQM+RJQo2H1fuGSw1Ky1E=",
|
|
version = "v1.1.2",
|
|
)
|
|
go_repository(
|
|
name = "com_github_azure_azure_sdk_for_go_sdk_resourcemanager_network_armnetwork",
|
|
importpath = "github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/network/armnetwork",
|
|
sum = "h1:QM6sE5k2ZT/vI5BEe0r7mqjsUSnhVBFbOsVkEuaEfiA=",
|
|
version = "v1.1.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_azure_azure_sdk_for_go_sdk_resourcemanager_network_armnetwork_v2",
|
|
importpath = "github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/network/armnetwork/v2",
|
|
sum = "h1:bWh0Z2rOEDfB/ywv/l0iHN1JgyazE6kW/aIA89+CEK0=",
|
|
version = "v2.2.1",
|
|
)
|
|
go_repository(
|
|
name = "com_github_azure_azure_sdk_for_go_sdk_resourcemanager_resources_armresources",
|
|
importpath = "github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/resources/armresources",
|
|
sum = "h1:ECsQtyERDVz3NP3kvDOTLvbQhqWp/x9EsGKtb4ogUr8=",
|
|
version = "v1.0.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_azure_azure_sdk_for_go_sdk_resourcemanager_storage_armstorage",
|
|
importpath = "github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/storage/armstorage",
|
|
sum = "h1:Ma67P/GGprNwsslzEH6+Kb8nybI8jpDTm4Wmzu2ReK8=",
|
|
version = "v1.2.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_azure_azure_sdk_for_go_sdk_security_keyvault_azkeys",
|
|
importpath = "github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/azkeys",
|
|
sum = "h1:yfJe15aSwEQ6Oo6J+gdfdulPNoZ3TEhmbhLIoxZcA+U=",
|
|
version = "v1.0.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_azure_azure_sdk_for_go_sdk_security_keyvault_internal",
|
|
importpath = "github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/internal",
|
|
sum = "h1:T028gtTPiYt/RMUfs8nVsAL7FDQrfLlrm/NnRG/zcC4=",
|
|
version = "v0.8.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_azure_azure_sdk_for_go_sdk_storage_azblob",
|
|
importpath = "github.com/Azure/azure-sdk-for-go/sdk/storage/azblob",
|
|
sum = "h1:gggzg0SUMs6SQbEw+3LoSsYf9YMjkupeAnHMX8O9mmY=",
|
|
version = "v1.2.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_azure_go_amqp",
|
|
importpath = "github.com/Azure/go-amqp",
|
|
sum = "h1:zHCHId+kKC7fO8IkwyZJnWMvtRXhYC0VJtD0GYkHc6M=",
|
|
version = "v1.0.2",
|
|
)
|
|
go_repository(
|
|
name = "com_github_azure_go_ansiterm",
|
|
importpath = "github.com/Azure/go-ansiterm",
|
|
sum = "h1:UQHMgLO+TxOElx5B5HZ4hJQsoJ/PvUvKRhJHDQXO8P8=",
|
|
version = "v0.0.0-20210617225240-d185dfc1b5a1",
|
|
)
|
|
go_repository(
|
|
name = "com_github_azure_go_autorest",
|
|
importpath = "github.com/Azure/go-autorest",
|
|
sum = "h1:V5VMDjClD3GiElqLWO7mz2MxNAK/vTfRHdAubSIPRgs=",
|
|
version = "v14.2.0+incompatible",
|
|
)
|
|
go_repository(
|
|
name = "com_github_azure_go_autorest_autorest",
|
|
importpath = "github.com/Azure/go-autorest/autorest",
|
|
sum = "h1:ndAExarwr5Y+GaHE6VCaY1kyS/HwwGGyuimVhWsHOEM=",
|
|
version = "v0.11.28",
|
|
)
|
|
go_repository(
|
|
name = "com_github_azure_go_autorest_autorest_adal",
|
|
importpath = "github.com/Azure/go-autorest/autorest/adal",
|
|
sum = "h1:jjQnVFXPfekaqb8vIsv2G1lxshoW+oGv4MDlhRtnYZk=",
|
|
version = "v0.9.21",
|
|
)
|
|
go_repository(
|
|
name = "com_github_azure_go_autorest_autorest_azure_auth",
|
|
importpath = "github.com/Azure/go-autorest/autorest/azure/auth",
|
|
sum = "h1:P6bYXFoao05z5uhOQzbC3Qd8JqF3jUoocoTeIxkp2cA=",
|
|
version = "v0.5.11",
|
|
)
|
|
go_repository(
|
|
name = "com_github_azure_go_autorest_autorest_azure_cli",
|
|
importpath = "github.com/Azure/go-autorest/autorest/azure/cli",
|
|
sum = "h1:w77/uPk80ZET2F+AfQExZyEWtn+0Rk/uw17m9fv5Ajc=",
|
|
version = "v0.4.6",
|
|
)
|
|
go_repository(
|
|
name = "com_github_azure_go_autorest_autorest_date",
|
|
importpath = "github.com/Azure/go-autorest/autorest/date",
|
|
sum = "h1:7gUk1U5M/CQbp9WoqinNzJar+8KY+LPI6wiWrP/myHw=",
|
|
version = "v0.3.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_azure_go_autorest_autorest_mocks",
|
|
importpath = "github.com/Azure/go-autorest/autorest/mocks",
|
|
sum = "h1:PGN4EDXnuQbojHbU0UWoNvmu9AGVwYHG9/fkDYhtAfw=",
|
|
version = "v0.4.2",
|
|
)
|
|
go_repository(
|
|
name = "com_github_azure_go_autorest_autorest_to",
|
|
importpath = "github.com/Azure/go-autorest/autorest/to",
|
|
sum = "h1:oXVqrxakqqV1UZdSazDOPOLvOIz+XA683u8EctwboHk=",
|
|
version = "v0.4.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_azure_go_autorest_autorest_validation",
|
|
importpath = "github.com/Azure/go-autorest/autorest/validation",
|
|
sum = "h1:AgyqjAd94fwNAoTjl/WQXg4VvFeRFpO+UhNyRXqF1ac=",
|
|
version = "v0.3.1",
|
|
)
|
|
go_repository(
|
|
name = "com_github_azure_go_autorest_logger",
|
|
importpath = "github.com/Azure/go-autorest/logger",
|
|
sum = "h1:IG7i4p/mDa2Ce4TRyAO8IHnVhAVF3RFU+ZtXWSmf4Tg=",
|
|
version = "v0.2.1",
|
|
)
|
|
go_repository(
|
|
name = "com_github_azure_go_autorest_tracing",
|
|
importpath = "github.com/Azure/go-autorest/tracing",
|
|
sum = "h1:TYi4+3m5t6K48TGI9AUdb+IzbnSxvnvUMfuitfgcfuo=",
|
|
version = "v0.6.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_azuread_microsoft_authentication_library_for_go",
|
|
importpath = "github.com/AzureAD/microsoft-authentication-library-for-go",
|
|
sum = "h1:hVeq+yCyUi+MsoO/CU95yqCIcdzra5ovzk8Q2BBpV2M=",
|
|
version = "v1.2.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_bazelbuild_rules_go",
|
|
importpath = "github.com/bazelbuild/rules_go",
|
|
sum = "h1:CTefzjN/D3Cdn3rkrM6qMWuQj59OBcuOjyIp3m4hZ7s=",
|
|
version = "v0.46.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_benbjohnson_clock",
|
|
importpath = "github.com/benbjohnson/clock",
|
|
sum = "h1:VvXlSJBzZpA/zum6Sj74hxwYI2DIxRWuNIoXAzHZz5o=",
|
|
version = "v1.3.5",
|
|
)
|
|
go_repository(
|
|
name = "com_github_beorn7_perks",
|
|
importpath = "github.com/beorn7/perks",
|
|
sum = "h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM=",
|
|
version = "v1.0.1",
|
|
)
|
|
go_repository(
|
|
name = "com_github_bgentry_speakeasy",
|
|
importpath = "github.com/bgentry/speakeasy",
|
|
sum = "h1:ByYyxL9InA1OWqxJqqp2A5pYHUrCiAL6K3J+LKSsQkY=",
|
|
version = "v0.1.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_bitly_go_simplejson",
|
|
importpath = "github.com/bitly/go-simplejson",
|
|
sum = "h1:6IH+V8/tVMab511d5bn4M7EwGXZf9Hj6i2xSwkNEM+Y=",
|
|
version = "v0.5.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_bits_and_blooms_bitset",
|
|
importpath = "github.com/bits-and-blooms/bitset",
|
|
sum = "h1:Kn4yilvwNtMACtf1eYDlG8H77R07mZSPbMjLyS07ChA=",
|
|
version = "v1.2.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_bketelsen_crypt",
|
|
importpath = "github.com/bketelsen/crypt",
|
|
sum = "h1:+0HFd5KSZ/mm3JmhmrDukiId5iR6w4+BdFtfSy4yWIc=",
|
|
version = "v0.0.3-0.20200106085610-5cbc8cc4026c",
|
|
)
|
|
go_repository(
|
|
name = "com_github_blang_semver",
|
|
importpath = "github.com/blang/semver",
|
|
sum = "h1:cQNTCjp13qL8KC3Nbxr/y2Bqb63oX6wdnnjpJbkM4JQ=",
|
|
version = "v3.5.1+incompatible",
|
|
)
|
|
go_repository(
|
|
name = "com_github_bmizerany_assert",
|
|
importpath = "github.com/bmizerany/assert",
|
|
sum = "h1:DDGfHa7BWjL4YnC6+E63dPcxHo2sUxDIu8g3QgEJdRY=",
|
|
version = "v0.0.0-20160611221934-b7ed37b82869",
|
|
)
|
|
go_repository(
|
|
name = "com_github_boombuler_barcode",
|
|
importpath = "github.com/boombuler/barcode",
|
|
sum = "h1:NDBbPmhS+EqABEs5Kg3n/5ZNjy73Pz7SIV+KCeqyXcs=",
|
|
version = "v1.0.1",
|
|
)
|
|
go_repository(
|
|
name = "com_github_bshuster_repo_logrus_logstash_hook",
|
|
importpath = "github.com/bshuster-repo/logrus-logstash-hook",
|
|
sum = "h1:pgAtgj+A31JBVtEHu2uHuEx0n+2ukqUJnS2vVe5pQNA=",
|
|
version = "v0.4.1",
|
|
)
|
|
go_repository(
|
|
name = "com_github_buger_jsonparser",
|
|
importpath = "github.com/buger/jsonparser",
|
|
sum = "h1:2PnMjfWD7wBILjqQbt530v576A/cAbQvEW9gGIpYMUs=",
|
|
version = "v1.1.1",
|
|
)
|
|
go_repository(
|
|
name = "com_github_bugsnag_bugsnag_go",
|
|
importpath = "github.com/bugsnag/bugsnag-go",
|
|
sum = "h1:rFt+Y/IK1aEZkEHchZRSq9OQbsSzIT/OrI8YFFmRIng=",
|
|
version = "v0.0.0-20141110184014-b1d153021fcd",
|
|
)
|
|
go_repository(
|
|
name = "com_github_bugsnag_osext",
|
|
importpath = "github.com/bugsnag/osext",
|
|
sum = "h1:otBG+dV+YK+Soembjv71DPz3uX/V/6MMlSyD9JBQ6kQ=",
|
|
version = "v0.0.0-20130617224835-0dd3f918b21b",
|
|
)
|
|
go_repository(
|
|
name = "com_github_bugsnag_panicwrap",
|
|
importpath = "github.com/bugsnag/panicwrap",
|
|
sum = "h1:nvj0OLI3YqYXer/kZD8Ri1aaunCxIEsOst1BVJswV0o=",
|
|
version = "v0.0.0-20151223152923-e2c28503fcd0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_burntsushi_toml",
|
|
importpath = "github.com/BurntSushi/toml",
|
|
sum = "h1:9F2/+DoOYIOksmaJFPw1tGFy1eDnIJXg+UHjuD8lTak=",
|
|
version = "v1.2.1",
|
|
)
|
|
go_repository(
|
|
name = "com_github_burntsushi_xgb",
|
|
importpath = "github.com/BurntSushi/xgb",
|
|
sum = "h1:1BDTz0u9nC3//pOCMdNH+CiXJVYJh5UQNCOBG7jbELc=",
|
|
version = "v0.0.0-20160522181843-27f122750802",
|
|
)
|
|
go_repository(
|
|
name = "com_github_bwesterb_go_ristretto",
|
|
importpath = "github.com/bwesterb/go-ristretto",
|
|
sum = "h1:1w53tCkGhCQ5djbat3+MH0BAQ5Kfgbt56UZQ/JMzngw=",
|
|
version = "v1.2.3",
|
|
)
|
|
go_repository(
|
|
name = "com_github_casbin_casbin_v2",
|
|
importpath = "github.com/casbin/casbin/v2",
|
|
sum = "h1:/poEwPSovi4bTOcP752/CsTQiRz2xycyVKFG7GUhbDw=",
|
|
version = "v2.37.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_ccojocar_zxcvbn_go",
|
|
importpath = "github.com/ccojocar/zxcvbn-go",
|
|
sum = "h1:+sxrANSCj6CdadkcMnvde/GWU1vZiiXRbqYSCalV4/4=",
|
|
version = "v1.0.1",
|
|
)
|
|
go_repository(
|
|
name = "com_github_cenkalti_backoff",
|
|
importpath = "github.com/cenkalti/backoff",
|
|
sum = "h1:tNowT99t7UNflLxfYYSlKYsBpXdEet03Pg2g16Swow4=",
|
|
version = "v2.2.1+incompatible",
|
|
)
|
|
go_repository(
|
|
name = "com_github_cenkalti_backoff_v3",
|
|
importpath = "github.com/cenkalti/backoff/v3",
|
|
sum = "h1:cfUAAO3yvKMYKPrvhDuHSwQnhZNk/RMHKdZqKTxfm6M=",
|
|
version = "v3.2.2",
|
|
)
|
|
go_repository(
|
|
name = "com_github_cenkalti_backoff_v4",
|
|
importpath = "github.com/cenkalti/backoff/v4",
|
|
sum = "h1:y4OZtCnogmCPw98Zjyt5a6+QwPLGkiQsYW5oUqylYbM=",
|
|
version = "v4.2.1",
|
|
)
|
|
go_repository(
|
|
name = "com_github_census_instrumentation_opencensus_proto",
|
|
importpath = "github.com/census-instrumentation/opencensus-proto",
|
|
sum = "h1:iKLQ0xPNFxR/2hzXZMrBo8f1j86j5WHzznCCQxV/b8g=",
|
|
version = "v0.4.1",
|
|
)
|
|
go_repository(
|
|
name = "com_github_certifi_gocertifi",
|
|
importpath = "github.com/certifi/gocertifi",
|
|
sum = "h1:uH66TXeswKn5PW5zdZ39xEwfS9an067BirqA+P4QaLI=",
|
|
version = "v0.0.0-20200922220541-2c3bb06c6054",
|
|
)
|
|
go_repository(
|
|
name = "com_github_cespare_xxhash",
|
|
importpath = "github.com/cespare/xxhash",
|
|
sum = "h1:a6HrQnmkObjyL+Gs60czilIUGqrzKutQD6XZog3p+ko=",
|
|
version = "v1.1.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_cespare_xxhash_v2",
|
|
importpath = "github.com/cespare/xxhash/v2",
|
|
sum = "h1:DC2CZ1Ep5Y4k3ZQ899DldepgrayRUGE6BBZ/cd9Cj44=",
|
|
version = "v2.2.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_charmbracelet_bubbles",
|
|
importpath = "github.com/charmbracelet/bubbles",
|
|
sum = "h1:6uzpAAaT9ZqKssntbvZMlksWHruQLNxg49H5WdeuYSY=",
|
|
version = "v0.16.1",
|
|
)
|
|
go_repository(
|
|
name = "com_github_charmbracelet_bubbletea",
|
|
importpath = "github.com/charmbracelet/bubbletea",
|
|
sum = "h1:uaQIKx9Ai6Gdh5zpTbGiWpytMU+CfsPp06RaW2cx/SY=",
|
|
version = "v0.24.2",
|
|
)
|
|
go_repository(
|
|
name = "com_github_charmbracelet_glamour",
|
|
importpath = "github.com/charmbracelet/glamour",
|
|
sum = "h1:wi8fse3Y7nfcabbbDuwolqTqMQPMnVPeZhDM273bISc=",
|
|
version = "v0.6.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_charmbracelet_harmonica",
|
|
importpath = "github.com/charmbracelet/harmonica",
|
|
sum = "h1:8NxJWRWg/bzKqqEaaeFNipOu77YR5t8aSwG4pgaUBiQ=",
|
|
version = "v0.2.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_charmbracelet_lipgloss",
|
|
importpath = "github.com/charmbracelet/lipgloss",
|
|
sum = "h1:17WMwi7N1b1rVWOjMT+rCh7sQkvDU75B2hbZpc5Kc1E=",
|
|
version = "v0.7.1",
|
|
)
|
|
go_repository(
|
|
name = "com_github_checkpoint_restore_go_criu_v4",
|
|
importpath = "github.com/checkpoint-restore/go-criu/v4",
|
|
sum = "h1:WW2B2uxx9KWF6bGlHqhm8Okiafwwx7Y2kcpn8lCpjgo=",
|
|
version = "v4.1.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_checkpoint_restore_go_criu_v5",
|
|
importpath = "github.com/checkpoint-restore/go-criu/v5",
|
|
sum = "h1:wpFFOoomK3389ue2lAb0Boag6XPht5QYpipxmSNL4d8=",
|
|
version = "v5.3.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_cheggaaa_pb",
|
|
importpath = "github.com/cheggaaa/pb",
|
|
sum = "h1:FckUN5ngEk2LpvuG0fw1GEFx6LtyY2pWI/Z2QgCnEYo=",
|
|
version = "v1.0.29",
|
|
)
|
|
go_repository(
|
|
name = "com_github_chromedp_cdproto",
|
|
importpath = "github.com/chromedp/cdproto",
|
|
sum = "h1:aPflPkRFkVwbW6dmcVqfgwp1i+UWGFH6VgR1Jim5Ygc=",
|
|
version = "v0.0.0-20230802225258-3cf4e6d46a89",
|
|
)
|
|
go_repository(
|
|
name = "com_github_chromedp_chromedp",
|
|
importpath = "github.com/chromedp/chromedp",
|
|
sum = "h1:dKtNz4kApb06KuSXoTQIyUC2TrA0fhGDwNZf3bcgfKw=",
|
|
version = "v0.9.2",
|
|
)
|
|
go_repository(
|
|
name = "com_github_chromedp_sysutil",
|
|
importpath = "github.com/chromedp/sysutil",
|
|
sum = "h1:+ZxhTpfpZlmchB58ih/LBHX52ky7w2VhQVKQMucy3Ic=",
|
|
version = "v1.0.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_chzyer_logex",
|
|
importpath = "github.com/chzyer/logex",
|
|
sum = "h1:XHDu3E6q+gdHgsdTPH6ImJMIp436vR6MPtH8gP05QzM=",
|
|
version = "v1.2.1",
|
|
)
|
|
go_repository(
|
|
name = "com_github_chzyer_readline",
|
|
importpath = "github.com/chzyer/readline",
|
|
sum = "h1:upd/6fQk4src78LMRzh5vItIt361/o4uq553V8B5sGI=",
|
|
version = "v1.5.1",
|
|
)
|
|
go_repository(
|
|
name = "com_github_chzyer_test",
|
|
importpath = "github.com/chzyer/test",
|
|
sum = "h1:p3BQDXSxOhOG0P9z6/hGnII4LGiEPOYBhs8asl/fC04=",
|
|
version = "v1.0.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_cilium_ebpf",
|
|
importpath = "github.com/cilium/ebpf",
|
|
sum = "h1:1k/q3ATgxSXRdrmPfH8d7YK0GfqVsEKZAX9dQZvs56k=",
|
|
version = "v0.7.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_circonus_labs_circonus_gometrics",
|
|
importpath = "github.com/circonus-labs/circonus-gometrics",
|
|
sum = "h1:C29Ae4G5GtYyYMm1aztcyj/J5ckgJm2zwdDajFbx1NY=",
|
|
version = "v2.3.1+incompatible",
|
|
)
|
|
go_repository(
|
|
name = "com_github_circonus_labs_circonusllhist",
|
|
importpath = "github.com/circonus-labs/circonusllhist",
|
|
sum = "h1:TJH+oke8D16535+jHExHj4nQvzlZrj7ug5D7I/orNUA=",
|
|
version = "v0.1.3",
|
|
)
|
|
go_repository(
|
|
name = "com_github_clbanning_mxj",
|
|
importpath = "github.com/clbanning/mxj",
|
|
sum = "h1:HuhwZtbyvyOw+3Z1AowPkU87JkJUSv751ELWaiTpj8I=",
|
|
version = "v1.8.4",
|
|
)
|
|
go_repository(
|
|
name = "com_github_clbanning_x2j",
|
|
importpath = "github.com/clbanning/x2j",
|
|
sum = "h1:EdRZT3IeKQmfCSrgo8SZ8V3MEnskuJP0wCYNpe+aiXo=",
|
|
version = "v0.0.0-20191024224557-825249438eec",
|
|
)
|
|
go_repository(
|
|
name = "com_github_client9_misspell",
|
|
importpath = "github.com/client9/misspell",
|
|
sum = "h1:ta993UF76GwbvJcIo3Y68y/M3WxlpEHPWIGDkJYwzJI=",
|
|
version = "v0.3.4",
|
|
)
|
|
go_repository(
|
|
name = "com_github_cloudflare_circl",
|
|
importpath = "github.com/cloudflare/circl",
|
|
patch_args = ["-p1"],
|
|
patches = ["//:bazel-patches/0001-cloudflare.patch"],
|
|
sum = "h1:qlCDlTPz2n9fu58M0Nh1J/JzcFpfgkFHHX3O35r5vcU=",
|
|
version = "v1.3.7",
|
|
)
|
|
go_repository(
|
|
name = "com_github_cncf_udpa_go",
|
|
importpath = "github.com/cncf/udpa/go",
|
|
sum = "h1:QQ3GSy+MqSHxm/d8nCtnAiZdYFd45cYZPs8vOOIYKfk=",
|
|
version = "v0.0.0-20220112060539-c52dc94e7fbe",
|
|
)
|
|
go_repository(
|
|
name = "com_github_cncf_xds_go",
|
|
importpath = "github.com/cncf/xds/go",
|
|
sum = "h1:7To3pQ+pZo0i3dsWEbinPNFs5gPSBOsJtx3wTT94VBY=",
|
|
version = "v0.0.0-20231109132714-523115ebc101",
|
|
)
|
|
go_repository(
|
|
name = "com_github_cockroachdb_apd",
|
|
importpath = "github.com/cockroachdb/apd",
|
|
sum = "h1:3LFP3629v+1aKXU5Q37mxmRxX/pIu1nijXydLShEq5I=",
|
|
version = "v1.1.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_cockroachdb_datadriven",
|
|
importpath = "github.com/cockroachdb/datadriven",
|
|
sum = "h1:xD/lrqdvwsc+O2bjSSi3YqY73Ke3LAiSCx49aCesA0E=",
|
|
version = "v0.0.0-20200714090401-bf6692d28da5",
|
|
)
|
|
go_repository(
|
|
name = "com_github_cockroachdb_errors",
|
|
importpath = "github.com/cockroachdb/errors",
|
|
sum = "h1:Lap807SXTH5tri2TivECb/4abUkMZC9zRoLarvcKDqs=",
|
|
version = "v1.2.4",
|
|
)
|
|
go_repository(
|
|
name = "com_github_cockroachdb_logtags",
|
|
importpath = "github.com/cockroachdb/logtags",
|
|
sum = "h1:o/kfcElHqOiXqcou5a3rIlMc7oJbMQkeLk0VQJ7zgqY=",
|
|
version = "v0.0.0-20190617123548-eb05cc24525f",
|
|
)
|
|
go_repository(
|
|
name = "com_github_codahale_hdrhistogram",
|
|
importpath = "github.com/codahale/hdrhistogram",
|
|
sum = "h1:qMd81Ts1T2OTKmB4acZcyKaMtRnY5Y44NuXGX2GFJ1w=",
|
|
version = "v0.0.0-20161010025455-3a0bb77429bd",
|
|
)
|
|
go_repository(
|
|
name = "com_github_containerd_aufs",
|
|
importpath = "github.com/containerd/aufs",
|
|
sum = "h1:2oeJiwX5HstO7shSrPZjrohJZLzK36wvpdmzDRkL/LY=",
|
|
version = "v1.0.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_containerd_btrfs",
|
|
importpath = "github.com/containerd/btrfs",
|
|
sum = "h1:osn1exbzdub9L5SouXO5swW4ea/xVdJZ3wokxN5GrnA=",
|
|
version = "v1.0.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_containerd_cgroups",
|
|
importpath = "github.com/containerd/cgroups",
|
|
sum = "h1:ADZftAkglvCiD44c77s5YmMqaP2pzVCFZvBmAlBdAP4=",
|
|
version = "v1.0.3",
|
|
)
|
|
go_repository(
|
|
name = "com_github_containerd_console",
|
|
importpath = "github.com/containerd/console",
|
|
sum = "h1:q2hJAaP1k2wIvVRd/hEHD7lacgqrCPS+k8g1MndzfWY=",
|
|
version = "v1.0.4-0.20230313162750-1ae8d489ac81",
|
|
)
|
|
go_repository(
|
|
name = "com_github_containerd_containerd",
|
|
importpath = "github.com/containerd/containerd",
|
|
sum = "h1:oa2uY0/0G+JX4X7hpGCYvkp9FjUancz56kSNnb1sG3o=",
|
|
version = "v1.6.1",
|
|
)
|
|
go_repository(
|
|
name = "com_github_containerd_continuity",
|
|
importpath = "github.com/containerd/continuity",
|
|
sum = "h1:QSqfxcn8c+12slxwu00AtzXrsami0MJb/MQs9lOLHLA=",
|
|
version = "v0.2.2",
|
|
)
|
|
go_repository(
|
|
name = "com_github_containerd_fifo",
|
|
importpath = "github.com/containerd/fifo",
|
|
sum = "h1:6PirWBr9/L7GDamKr+XM0IeUFXu5mf3M/BPpH9gaLBU=",
|
|
version = "v1.0.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_containerd_go_cni",
|
|
importpath = "github.com/containerd/go-cni",
|
|
sum = "h1:t0MQwrtM96SH71Md8tH0uKrVE9v+jxkDTbvFSm3B9VE=",
|
|
version = "v1.1.3",
|
|
)
|
|
go_repository(
|
|
name = "com_github_containerd_go_runc",
|
|
importpath = "github.com/containerd/go-runc",
|
|
sum = "h1:oU+lLv1ULm5taqgV/CJivypVODI4SUz1znWjv3nNYS0=",
|
|
version = "v1.0.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_containerd_imgcrypt",
|
|
importpath = "github.com/containerd/imgcrypt",
|
|
sum = "h1:69UKRsA3Q/lAwo2eDzWshdjimqhmprrWXfNtBeO0fBc=",
|
|
version = "v1.1.3",
|
|
)
|
|
go_repository(
|
|
name = "com_github_containerd_nri",
|
|
importpath = "github.com/containerd/nri",
|
|
sum = "h1:6QioHRlThlKh2RkRTR4kIT3PKAcrLo3gIWnjkM4dQmQ=",
|
|
version = "v0.1.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_containerd_stargz_snapshotter_estargz",
|
|
importpath = "github.com/containerd/stargz-snapshotter/estargz",
|
|
sum = "h1:5e7heayhB7CcgdTkqfZqrNaNv15gABwr3Q2jBTbLlt4=",
|
|
version = "v0.4.1",
|
|
)
|
|
go_repository(
|
|
name = "com_github_containerd_ttrpc",
|
|
importpath = "github.com/containerd/ttrpc",
|
|
sum = "h1:GbtyLRxb0gOLR0TYQWt3O6B0NvT8tMdorEHqIQo/lWI=",
|
|
version = "v1.1.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_containerd_typeurl",
|
|
importpath = "github.com/containerd/typeurl",
|
|
sum = "h1:Chlt8zIieDbzQFzXzAeBEF92KhExuE4p9p92/QmY7aY=",
|
|
version = "v1.0.2",
|
|
)
|
|
go_repository(
|
|
name = "com_github_containerd_zfs",
|
|
importpath = "github.com/containerd/zfs",
|
|
sum = "h1:cXLJbx+4Jj7rNsTiqVfm6i+RNLx6FFA2fMmDlEf+Wm8=",
|
|
version = "v1.0.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_containernetworking_cni",
|
|
importpath = "github.com/containernetworking/cni",
|
|
sum = "h1:9OIL/sZmMYDBe+G8svzILAlulUpaDTUjeAbtH/JNLBo=",
|
|
version = "v1.0.1",
|
|
)
|
|
go_repository(
|
|
name = "com_github_containernetworking_plugins",
|
|
importpath = "github.com/containernetworking/plugins",
|
|
sum = "h1:wwCfYbTCj5FC0EJgyzyjTXmqysOiJE9r712Z+2KVZAk=",
|
|
version = "v1.0.1",
|
|
)
|
|
go_repository(
|
|
name = "com_github_containers_ocicrypt",
|
|
importpath = "github.com/containers/ocicrypt",
|
|
sum = "h1:Ez+GAMP/4GLix5Ywo/fL7O0nY771gsBIigiqUm1aXz0=",
|
|
version = "v1.1.2",
|
|
)
|
|
go_repository(
|
|
name = "com_github_coreos_bbolt",
|
|
importpath = "github.com/coreos/bbolt",
|
|
sum = "h1:wZwiHHUieZCquLkDL0B8UhzreNWsPHooDAG3q34zk0s=",
|
|
version = "v1.3.2",
|
|
)
|
|
go_repository(
|
|
name = "com_github_coreos_etcd",
|
|
importpath = "github.com/coreos/etcd",
|
|
sum = "h1:8F3hqu9fGYLBifCmRCJsicFqDx/D68Rt3q1JMazcgBQ=",
|
|
version = "v3.3.13+incompatible",
|
|
)
|
|
go_repository(
|
|
name = "com_github_coreos_go_iptables",
|
|
importpath = "github.com/coreos/go-iptables",
|
|
sum = "h1:is9qnZMPYjLd8LYqmm/qlE+wwEgJIkTYdhV3rfZo4jk=",
|
|
version = "v0.6.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_coreos_go_oidc",
|
|
importpath = "github.com/coreos/go-oidc",
|
|
sum = "h1:sdJrfw8akMnCuUlaZU3tE/uYXFgfqom8DBE9so9EBsM=",
|
|
version = "v2.1.0+incompatible",
|
|
)
|
|
go_repository(
|
|
name = "com_github_coreos_go_semver",
|
|
importpath = "github.com/coreos/go-semver",
|
|
sum = "h1:wkHLiw0WNATZnSG7epLsujiMCgPAc9xhjJ4tgnAxmfM=",
|
|
version = "v0.3.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_coreos_go_systemd",
|
|
importpath = "github.com/coreos/go-systemd",
|
|
sum = "h1:JOrtw2xFKzlg+cbHpyrpLDmnN1HqhBfnX7WDiW7eG2c=",
|
|
version = "v0.0.0-20190719114852-fd7a80b32e1f",
|
|
)
|
|
go_repository(
|
|
name = "com_github_coreos_go_systemd_v22",
|
|
importpath = "github.com/coreos/go-systemd/v22",
|
|
sum = "h1:RrqgGjYQKalulkV8NGVIfkXQf6YYmOyiJKk8iXXhfZs=",
|
|
version = "v22.5.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_coreos_pkg",
|
|
importpath = "github.com/coreos/pkg",
|
|
sum = "h1:lBNOc5arjvs8E5mO2tbpBpLoyyu8B6e44T7hJy6potg=",
|
|
version = "v0.0.0-20180928190104-399ea9e2e55f",
|
|
)
|
|
go_repository(
|
|
name = "com_github_cpuguy83_go_md2man_v2",
|
|
importpath = "github.com/cpuguy83/go-md2man/v2",
|
|
sum = "h1:p1EgwI/C7NhT0JmVkwCD2ZBK8j4aeHQX2pMHHBfMQ6w=",
|
|
version = "v2.0.2",
|
|
)
|
|
go_repository(
|
|
name = "com_github_creack_pty",
|
|
importpath = "github.com/creack/pty",
|
|
sum = "h1:n56/Zwd5o6whRC5PMGretI4IdRLlmBXYNjScPaBgsbY=",
|
|
version = "v1.1.18",
|
|
)
|
|
go_repository(
|
|
name = "com_github_cyphar_filepath_securejoin",
|
|
importpath = "github.com/cyphar/filepath-securejoin",
|
|
sum = "h1:Ugdm7cg7i6ZK6x3xDF1oEu1nfkyfH53EtKeQYTC3kyg=",
|
|
version = "v0.2.4",
|
|
)
|
|
go_repository(
|
|
name = "com_github_d2g_dhcp4",
|
|
importpath = "github.com/d2g/dhcp4",
|
|
sum = "h1:Xo2rK1pzOm0jO6abTPIQwbAmqBIOj132otexc1mmzFc=",
|
|
version = "v0.0.0-20170904100407-a1d1b6c41b1c",
|
|
)
|
|
go_repository(
|
|
name = "com_github_d2g_dhcp4client",
|
|
importpath = "github.com/d2g/dhcp4client",
|
|
sum = "h1:suYBsYZIkSlUMEz4TAYCczKf62IA2UWC+O8+KtdOhCo=",
|
|
version = "v1.0.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_d2g_dhcp4server",
|
|
importpath = "github.com/d2g/dhcp4server",
|
|
sum = "h1:+CpLbZIeUn94m02LdEKPcgErLJ347NUwxPKs5u8ieiY=",
|
|
version = "v0.0.0-20181031114812-7d4a0a7f59a5",
|
|
)
|
|
go_repository(
|
|
name = "com_github_d2g_hardwareaddr",
|
|
importpath = "github.com/d2g/hardwareaddr",
|
|
sum = "h1:itqmmf1PFpC4n5JW+j4BU7X4MTfVurhYRTjODoPb2Y8=",
|
|
version = "v0.0.0-20190221164911-e7d9fbe030e4",
|
|
)
|
|
go_repository(
|
|
name = "com_github_datadog_datadog_go",
|
|
importpath = "github.com/DataDog/datadog-go",
|
|
sum = "h1:qSG2N4FghB1He/r2mFrWKCaL7dXCilEuNEeAn20fdD4=",
|
|
version = "v3.2.0+incompatible",
|
|
)
|
|
go_repository(
|
|
name = "com_github_davecgh_go_spew",
|
|
importpath = "github.com/davecgh/go-spew",
|
|
sum = "h1:U9qPSI2PIWSS1VwoXQT9A3Wy9MM3WgvqSxFWenqJduM=",
|
|
version = "v1.1.2-0.20180830191138-d8f796af33cc",
|
|
)
|
|
go_repository(
|
|
name = "com_github_deckarep_golang_set_v2",
|
|
importpath = "github.com/deckarep/golang-set/v2",
|
|
sum = "h1:hn6cEZtQ0h3J8kFrHR/NrzyOoTnjgW1+FmNJzQ7y/sA=",
|
|
version = "v2.5.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_denisenkom_go_mssqldb",
|
|
importpath = "github.com/denisenkom/go-mssqldb",
|
|
sum = "h1:1OcPn5GBIobjWNd+8yjfHNIaFX14B1pWI3F9HZy5KXw=",
|
|
version = "v0.12.2",
|
|
)
|
|
go_repository(
|
|
name = "com_github_dennwc_varint",
|
|
importpath = "github.com/dennwc/varint",
|
|
sum = "h1:kGNFFSSw8ToIy3obO/kKr8U9GZYUAxQEVuix4zfDWzE=",
|
|
version = "v1.0.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_denverdino_aliyungo",
|
|
importpath = "github.com/denverdino/aliyungo",
|
|
sum = "h1:p6poVbjHDkKa+wtC8frBMwQtT3BmqGYBjzMwJ63tuR4=",
|
|
version = "v0.0.0-20190125010748-a747050bb1ba",
|
|
)
|
|
go_repository(
|
|
name = "com_github_devigned_tab",
|
|
importpath = "github.com/devigned/tab",
|
|
sum = "h1:3mD6Kb1mUOYeLpJvTVSDwSg5ZsfSxfvxGRTxRsJsITA=",
|
|
version = "v0.1.1",
|
|
)
|
|
go_repository(
|
|
name = "com_github_dgrijalva_jwt_go",
|
|
importpath = "github.com/dgrijalva/jwt-go",
|
|
sum = "h1:7qlOGliEKZXTDg6OTjfoBKDXWrumCAMpl/TFQ4/5kLM=",
|
|
version = "v3.2.0+incompatible",
|
|
)
|
|
go_repository(
|
|
name = "com_github_dgryski_go_sip13",
|
|
importpath = "github.com/dgryski/go-sip13",
|
|
sum = "h1:9cOfvEwjQxdwKuNDTQSaMKNRvwKwgZG+U4HrjeRKHso=",
|
|
version = "v0.0.0-20200911182023-62edffca9245",
|
|
)
|
|
go_repository(
|
|
name = "com_github_digitalocean_godo",
|
|
importpath = "github.com/digitalocean/godo",
|
|
sum = "h1:SZNxjAsskM/su0YW9P8Wx3gU0W1Z13b6tZlYNpl5BnA=",
|
|
version = "v1.104.1",
|
|
)
|
|
go_repository(
|
|
name = "com_github_dimchansky_utfbom",
|
|
importpath = "github.com/dimchansky/utfbom",
|
|
sum = "h1:vV6w1AhK4VMnhBno/TPVCoK9U/LP0PkLCS9tbxHdi/U=",
|
|
version = "v1.1.1",
|
|
)
|
|
go_repository(
|
|
name = "com_github_djherbis_times",
|
|
importpath = "github.com/djherbis/times",
|
|
sum = "h1:79myA211VwPhFTqUk8xehWrsEO+zcIZj0zT8mXPVARU=",
|
|
version = "v1.5.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_dlclark_regexp2",
|
|
importpath = "github.com/dlclark/regexp2",
|
|
sum = "h1:F1rxgk7p4uKjwIQxBs9oAXe5CqrXlCduYEJvrF4u93E=",
|
|
version = "v1.4.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_dnaeon_go_vcr",
|
|
importpath = "github.com/dnaeon/go-vcr",
|
|
sum = "h1:zHCHvJYTMh1N7xnV7zf1m1GPBF9Ad0Jk/whtQ1663qI=",
|
|
version = "v1.2.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_docker_cli",
|
|
importpath = "github.com/docker/cli",
|
|
sum = "h1:2HQmlpI3yI9deH18Q6xiSOIjXD4sLI55Y/gfpa8/558=",
|
|
version = "v0.0.0-20191017083524-a8ff7f821017",
|
|
)
|
|
go_repository(
|
|
name = "com_github_docker_distribution",
|
|
importpath = "github.com/docker/distribution",
|
|
sum = "h1:T3de5rq0dB1j30rp0sA2rER+m322EBzniBPB6ZIzuh8=",
|
|
version = "v2.8.2+incompatible",
|
|
)
|
|
go_repository(
|
|
name = "com_github_docker_docker",
|
|
importpath = "github.com/docker/docker",
|
|
sum = "h1:hceabKCtUgDqPu+qm0NgsaXf28Ljf4/pWFL7xjWWDgE=",
|
|
version = "v24.0.6+incompatible",
|
|
)
|
|
go_repository(
|
|
name = "com_github_docker_docker_credential_helpers",
|
|
importpath = "github.com/docker/docker-credential-helpers",
|
|
sum = "h1:zI2p9+1NQYdnG6sMU26EX4aVGlqbInSQxQXLvzJ4RPQ=",
|
|
version = "v0.6.3",
|
|
)
|
|
go_repository(
|
|
name = "com_github_docker_go_connections",
|
|
importpath = "github.com/docker/go-connections",
|
|
sum = "h1:El9xVISelRB7BuFusrZozjnkIM5YnzCViNKohAFqRJQ=",
|
|
version = "v0.4.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_docker_go_events",
|
|
importpath = "github.com/docker/go-events",
|
|
sum = "h1:+pKlWGMw7gf6bQ+oDZB4KHQFypsfjYlq/C4rfL7D3g8=",
|
|
version = "v0.0.0-20190806004212-e31b211e4f1c",
|
|
)
|
|
go_repository(
|
|
name = "com_github_docker_go_metrics",
|
|
importpath = "github.com/docker/go-metrics",
|
|
sum = "h1:AgB/0SvBxihN0X8OR4SjsblXkbMvalQ8cjmtKQ2rQV8=",
|
|
version = "v0.0.1",
|
|
)
|
|
go_repository(
|
|
name = "com_github_docker_go_units",
|
|
importpath = "github.com/docker/go-units",
|
|
sum = "h1:69rxXcBk27SvSaaxTtLh/8llcHD8vYHT7WSdRZ/jvr4=",
|
|
version = "v0.5.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_docker_libtrust",
|
|
importpath = "github.com/docker/libtrust",
|
|
sum = "h1:ZClxb8laGDf5arXfYcAtECDFgAgHklGI8CxgjHnXKJ4=",
|
|
version = "v0.0.0-20150114040149-fa567046d9b1",
|
|
)
|
|
go_repository(
|
|
name = "com_github_docker_spdystream",
|
|
importpath = "github.com/docker/spdystream",
|
|
sum = "h1:cenwrSVm+Z7QLSV/BsnenAOcDXdX4cMv4wP0B/5QbPg=",
|
|
version = "v0.0.0-20160310174837-449fdfce4d96",
|
|
)
|
|
go_repository(
|
|
name = "com_github_docopt_docopt_go",
|
|
importpath = "github.com/docopt/docopt-go",
|
|
sum = "h1:bWDMxwH3px2JBh6AyO7hdCn/PkvCZXii8TGj7sbtEbQ=",
|
|
version = "v0.0.0-20180111231733-ee0de3bc6815",
|
|
)
|
|
go_repository(
|
|
name = "com_github_dustin_go_humanize",
|
|
importpath = "github.com/dustin/go-humanize",
|
|
sum = "h1:GzkhY7T5VNhEkwH0PVJgjz+fX1rhBrR7pRT3mDkpeCY=",
|
|
version = "v1.0.1",
|
|
)
|
|
go_repository(
|
|
name = "com_github_eapache_go_resiliency",
|
|
importpath = "github.com/eapache/go-resiliency",
|
|
sum = "h1:1NtRmCAqadE2FN4ZcN6g90TP3uk8cg9rn9eNK2197aU=",
|
|
version = "v1.1.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_eapache_go_xerial_snappy",
|
|
importpath = "github.com/eapache/go-xerial-snappy",
|
|
sum = "h1:YEetp8/yCZMuEPMUDHG0CW/brkkEp8mzqk2+ODEitlw=",
|
|
version = "v0.0.0-20180814174437-776d5712da21",
|
|
)
|
|
go_repository(
|
|
name = "com_github_eapache_queue",
|
|
importpath = "github.com/eapache/queue",
|
|
sum = "h1:YOEu7KNc61ntiQlcEeUIoDTJ2o8mQznoNvUhiigpIqc=",
|
|
version = "v1.1.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_edsrzf_mmap_go",
|
|
importpath = "github.com/edsrzf/mmap-go",
|
|
sum = "h1:6EUwBLQ/Mcr1EYLE4Tn1VdW1A4ckqCQWZBw8Hr0kjpQ=",
|
|
version = "v1.1.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_elazarl_goproxy",
|
|
importpath = "github.com/elazarl/goproxy",
|
|
sum = "h1:mATvB/9r/3gvcejNsXKSkQ6lcIaNec2nyfOdlTBR2lU=",
|
|
version = "v0.0.0-20230808193330-2592e75ae04a",
|
|
)
|
|
go_repository(
|
|
name = "com_github_elazarl_goproxy_ext",
|
|
importpath = "github.com/elazarl/goproxy/ext",
|
|
sum = "h1:dWB6v3RcOy03t/bUadywsbyrQwCqZeNIEX6M1OtSZOM=",
|
|
version = "v0.0.0-20190711103511-473e67f1d7d2",
|
|
)
|
|
go_repository(
|
|
name = "com_github_emicklei_go_restful",
|
|
importpath = "github.com/emicklei/go-restful",
|
|
sum = "h1:spTtZBk5DYEvbxMVutUuTyh1Ao2r4iyvLdACqsl/Ljk=",
|
|
version = "v2.9.5+incompatible",
|
|
)
|
|
go_repository(
|
|
name = "com_github_emicklei_go_restful_v3",
|
|
importpath = "github.com/emicklei/go-restful/v3",
|
|
sum = "h1:hIovbnmBTLjHXkqEBUz3HGpXZdM7ZrE9fJIZIqlJLqE=",
|
|
version = "v3.10.2",
|
|
)
|
|
go_repository(
|
|
name = "com_github_emirpasic_gods",
|
|
importpath = "github.com/emirpasic/gods",
|
|
sum = "h1:FXtiHYKDGKCW2KzwZKx0iC0PQmdlorYgdFG9jPXJ1Bc=",
|
|
version = "v1.18.1",
|
|
)
|
|
go_repository(
|
|
name = "com_github_envoyproxy_go_control_plane",
|
|
importpath = "github.com/envoyproxy/go-control-plane",
|
|
sum = "h1:wSUXTlLfiAQRWs2F+p+EKOY9rUyis1MyGqJ2DIk5HpM=",
|
|
version = "v0.11.1",
|
|
)
|
|
go_repository(
|
|
name = "com_github_envoyproxy_protoc_gen_validate",
|
|
importpath = "github.com/envoyproxy/protoc-gen-validate",
|
|
sum = "h1:QkIBuU5k+x7/QXPvPPnWXWlCdaBFApVqftFV6k087DA=",
|
|
version = "v1.0.2",
|
|
)
|
|
go_repository(
|
|
name = "com_github_erikgeiser_promptkit",
|
|
importpath = "github.com/erikgeiser/promptkit",
|
|
sum = "h1:3qL1mS/ntCrXdb8sTP/ka82CJ9kEQaGuYXNrYJkWYBc=",
|
|
version = "v0.9.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_ettle_strcase",
|
|
importpath = "github.com/ettle/strcase",
|
|
sum = "h1:htFueZyVeE1XNnMEfbqp5r67qAN/4r6ya1ysq8Q+Zcw=",
|
|
version = "v0.1.1",
|
|
)
|
|
go_repository(
|
|
name = "com_github_evanphx_json_patch",
|
|
importpath = "github.com/evanphx/json-patch",
|
|
sum = "h1:jBYDEEiFBPxA0v50tFdvOzQQTCvpL6mnFh5mB2/l16U=",
|
|
version = "v5.6.0+incompatible",
|
|
)
|
|
go_repository(
|
|
name = "com_github_evanphx_json_patch_v5",
|
|
importpath = "github.com/evanphx/json-patch/v5",
|
|
sum = "h1:bAmFiUJ+o0o2B4OiTFeE3MqCOtyo+jjPP9iZ0VRxYUc=",
|
|
version = "v5.5.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_fatih_color",
|
|
importpath = "github.com/fatih/color",
|
|
sum = "h1:kOqh6YHBtK8aywxGerMG2Eq3H6Qgoqeo13Bk2Mv/nBs=",
|
|
version = "v1.15.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_fatih_structs",
|
|
importpath = "github.com/fatih/structs",
|
|
sum = "h1:Q7juDM0QtcnhCpeyLGQKyg4TOIghuNXrkL32pHAUMxo=",
|
|
version = "v1.1.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_felixge_httpsnoop",
|
|
importpath = "github.com/felixge/httpsnoop",
|
|
sum = "h1:s/nj+GCswXYzN5v2DpNMuMQYe+0DDwt5WVCU6CWBdXk=",
|
|
version = "v1.0.3",
|
|
)
|
|
go_repository(
|
|
name = "com_github_fogleman_gg",
|
|
importpath = "github.com/fogleman/gg",
|
|
sum = "h1:/7zJX8F6AaYQc57WQCyN9cAIz+4bCJGO9B+dyW29am8=",
|
|
version = "v1.3.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_form3tech_oss_jwt_go",
|
|
importpath = "github.com/form3tech-oss/jwt-go",
|
|
sum = "h1:7ZaBxOI7TMoYBfyA3cQHErNNyAWIKUMIwqxEtgHOs5c=",
|
|
version = "v3.2.3+incompatible",
|
|
)
|
|
go_repository(
|
|
name = "com_github_fortytw2_leaktest",
|
|
importpath = "github.com/fortytw2/leaktest",
|
|
sum = "h1:u8491cBMTQ8ft8aeV+adlcytMZylmA5nnwwkRZjI8vw=",
|
|
version = "v1.3.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_franela_goblin",
|
|
importpath = "github.com/franela/goblin",
|
|
sum = "h1:cZqz+yOJ/R64LcKjNQOdARott/jP7BnUQ9Ah7KaZCvw=",
|
|
version = "v0.0.0-20210519012713-85d372ac71e2",
|
|
)
|
|
go_repository(
|
|
name = "com_github_franela_goreq",
|
|
importpath = "github.com/franela/goreq",
|
|
sum = "h1:a9ENSRDFBUPkJ5lCgVZh26+ZbGyoVJG7yb5SSzF5H54=",
|
|
version = "v0.0.0-20171204163338-bcd34c9993f8",
|
|
)
|
|
go_repository(
|
|
name = "com_github_frankban_quicktest",
|
|
importpath = "github.com/frankban/quicktest",
|
|
sum = "h1:dfYrrRyLtiqT9GyKXgdh+k4inNeTvmGbuSgZ3lx3GhA=",
|
|
version = "v1.14.5",
|
|
)
|
|
go_repository(
|
|
name = "com_github_fsnotify_fsnotify",
|
|
importpath = "github.com/fsnotify/fsnotify",
|
|
sum = "h1:8JEhPFa5W2WU7YfeZzPNqzMP6Lwt7L2715Ggo0nosvA=",
|
|
version = "v1.7.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_fullsailor_pkcs7",
|
|
importpath = "github.com/fullsailor/pkcs7",
|
|
sum = "h1:RDBNVkRviHZtvDvId8XSGPu3rmpmSe+wKRcEWNgsfWU=",
|
|
version = "v0.0.0-20190404230743-d7302db945fa",
|
|
)
|
|
go_repository(
|
|
name = "com_github_garyburd_redigo",
|
|
importpath = "github.com/garyburd/redigo",
|
|
sum = "h1:LofdAjjjqCSXMwLGgOgnE+rdPuvX9DxCqaHwKy7i/ko=",
|
|
version = "v0.0.0-20150301180006-535138d7bcd7",
|
|
)
|
|
go_repository(
|
|
name = "com_github_gedex_inflector",
|
|
importpath = "github.com/gedex/inflector",
|
|
sum = "h1:Uc+IZ7gYqAf/rSGFplbWBSHaGolEQlNLgMgSE3ccnIQ=",
|
|
version = "v0.0.0-20170307190818-16278e9db813",
|
|
)
|
|
go_repository(
|
|
name = "com_github_getkin_kin_openapi",
|
|
importpath = "github.com/getkin/kin-openapi",
|
|
sum = "h1:j77zg3Ec+k+r+GA3d8hBoXpAc6KX9TbBPrwQGBIy2sY=",
|
|
version = "v0.76.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_getsentry_raven_go",
|
|
importpath = "github.com/getsentry/raven-go",
|
|
sum = "h1:no+xWJRb5ZI7eE8TWgIq1jLulQiIoLG0IfYxv5JYMGs=",
|
|
version = "v0.2.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_ghodss_yaml",
|
|
importpath = "github.com/ghodss/yaml",
|
|
sum = "h1:wQHKEahhL6wmXdzwWG11gIVCkOv05bNOh+Rxn0yngAk=",
|
|
version = "v1.0.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_gin_contrib_sse",
|
|
importpath = "github.com/gin-contrib/sse",
|
|
sum = "h1:Y/yl/+YNO8GZSjAhjMsSuLt29uWRFHdHYUb5lYOV9qE=",
|
|
version = "v0.1.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_gin_gonic_gin",
|
|
importpath = "github.com/gin-gonic/gin",
|
|
sum = "h1:3DoBmSbJbZAWqXJC3SLjAPfutPJJRN1U5pALB7EeTTs=",
|
|
version = "v1.7.7",
|
|
)
|
|
go_repository(
|
|
name = "com_github_gliderlabs_ssh",
|
|
importpath = "github.com/gliderlabs/ssh",
|
|
sum = "h1:OcaySEmAQJgyYcArR+gGGTHCyE7nvhEMTlYY+Dp8CpY=",
|
|
version = "v0.3.5",
|
|
)
|
|
go_repository(
|
|
name = "com_github_go_asn1_ber_asn1_ber",
|
|
importpath = "github.com/go-asn1-ber/asn1-ber",
|
|
sum = "h1:gvPdv/Hr++TRFCl0UbPFHC54P9N9jgsRPnmnr419Uck=",
|
|
version = "v1.3.1",
|
|
)
|
|
go_repository(
|
|
name = "com_github_go_fonts_dejavu",
|
|
importpath = "github.com/go-fonts/dejavu",
|
|
sum = "h1:JSajPXURYqpr+Cu8U9bt8K+XcACIHWqWrvWCKyeFmVQ=",
|
|
version = "v0.1.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_go_fonts_latin_modern",
|
|
importpath = "github.com/go-fonts/latin-modern",
|
|
sum = "h1:5/Tv1Ek/QCr20C6ZOz15vw3g7GELYL98KWr8Hgo+3vk=",
|
|
version = "v0.2.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_go_fonts_liberation",
|
|
importpath = "github.com/go-fonts/liberation",
|
|
sum = "h1:jAkAWJP4S+OsrPLZM4/eC9iW7CtHy+HBXrEwZXWo5VM=",
|
|
version = "v0.2.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_go_fonts_stix",
|
|
importpath = "github.com/go-fonts/stix",
|
|
sum = "h1:UlZlgrvvmT/58o573ot7NFw0vZasZ5I6bcIft/oMdgg=",
|
|
version = "v0.1.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_go_git_gcfg",
|
|
importpath = "github.com/go-git/gcfg",
|
|
sum = "h1:+zs/tPmkDkHx3U66DAb0lQFJrpS6731Oaa12ikc+DiI=",
|
|
version = "v1.5.1-0.20230307220236-3a3c6141e376",
|
|
)
|
|
go_repository(
|
|
name = "com_github_go_git_go_billy_v5",
|
|
importpath = "github.com/go-git/go-billy/v5",
|
|
sum = "h1:yEY4yhzCDuMGSv83oGxiBotRzhwhNr8VZyphhiu+mTU=",
|
|
version = "v5.5.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_go_git_go_git_fixtures_v4",
|
|
importpath = "github.com/go-git/go-git-fixtures/v4",
|
|
sum = "h1:eMje31YglSBqCdIqdhKBW8lokaMrL3uTkpGYlE2OOT4=",
|
|
version = "v4.3.2-0.20231010084843-55a94097c399",
|
|
)
|
|
go_repository(
|
|
name = "com_github_go_git_go_git_v5",
|
|
importpath = "github.com/go-git/go-git/v5",
|
|
sum = "h1:XIZc1p+8YzypNr34itUfSvYJcv+eYdTnTvOZ2vD3cA4=",
|
|
version = "v5.11.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_go_gl_glfw",
|
|
importpath = "github.com/go-gl/glfw",
|
|
sum = "h1:QbL/5oDUmRBzO9/Z7Seo6zf912W/a6Sr4Eu0G/3Jho0=",
|
|
version = "v0.0.0-20190409004039-e6da0acd62b1",
|
|
)
|
|
go_repository(
|
|
name = "com_github_go_gl_glfw_v3_3_glfw",
|
|
importpath = "github.com/go-gl/glfw/v3.3/glfw",
|
|
sum = "h1:WtGNWLvXpe6ZudgnXrq0barxBImvnnJoMEhXAzcbM0I=",
|
|
version = "v0.0.0-20200222043503-6f7a984d4dc4",
|
|
)
|
|
go_repository(
|
|
name = "com_github_go_ini_ini",
|
|
importpath = "github.com/go-ini/ini",
|
|
sum = "h1:Mujh4R/dH6YL8bxuISne3xX2+qcQ9p0IxKAP6ExWoUo=",
|
|
version = "v1.25.4",
|
|
)
|
|
go_repository(
|
|
name = "com_github_go_kit_kit",
|
|
importpath = "github.com/go-kit/kit",
|
|
sum = "h1:e4o3o3IsBfAKQh5Qbbiqyfu97Ku7jrO/JbohvztANh4=",
|
|
version = "v0.12.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_go_kit_log",
|
|
importpath = "github.com/go-kit/log",
|
|
sum = "h1:MRVx0/zhvdseW+Gza6N9rVzU/IVzaeE1SFI4raAhmBU=",
|
|
version = "v0.2.1",
|
|
)
|
|
go_repository(
|
|
name = "com_github_go_latex_latex",
|
|
importpath = "github.com/go-latex/latex",
|
|
sum = "h1:6zl3BbBhdnMkpSj2YY30qV3gDcVBGtFgVsV3+/i+mKQ=",
|
|
version = "v0.0.0-20210823091927-c0d11ff05a81",
|
|
)
|
|
go_repository(
|
|
name = "com_github_go_ldap_ldap_v3",
|
|
importpath = "github.com/go-ldap/ldap/v3",
|
|
sum = "h1:7WsKqasmPThNvdl0Q5GPpbTDD/ZD98CfuawrMIuh7qQ=",
|
|
version = "v3.1.10",
|
|
)
|
|
go_repository(
|
|
name = "com_github_go_logfmt_logfmt",
|
|
importpath = "github.com/go-logfmt/logfmt",
|
|
sum = "h1:wGYYu3uicYdqXVgoYbvnkrPVXkuLM1p1ifugDMEdRi4=",
|
|
version = "v0.6.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_go_logr_logr",
|
|
importpath = "github.com/go-logr/logr",
|
|
sum = "h1:g01GSCwiDw2xSZfjJ2/T9M+S6pFdcNtFYsp+Y43HYDQ=",
|
|
version = "v1.2.4",
|
|
)
|
|
go_repository(
|
|
name = "com_github_go_logr_stdr",
|
|
importpath = "github.com/go-logr/stdr",
|
|
sum = "h1:hSWxHoqTgW2S2qGc0LTAI563KZ5YKYRhT3MFKZMbjag=",
|
|
version = "v1.2.2",
|
|
)
|
|
go_repository(
|
|
name = "com_github_go_ole_go_ole",
|
|
importpath = "github.com/go-ole/go-ole",
|
|
sum = "h1:/Fpf6oFPoeFik9ty7siob0G6Ke8QvQEuVcuChpwXzpY=",
|
|
version = "v1.2.6",
|
|
)
|
|
go_repository(
|
|
name = "com_github_go_openapi_analysis",
|
|
importpath = "github.com/go-openapi/analysis",
|
|
sum = "h1:ZDFLvSNxpDaomuCueM0BlSXxpANBlFYiBvr+GXrvIHc=",
|
|
version = "v0.21.4",
|
|
)
|
|
go_repository(
|
|
name = "com_github_go_openapi_errors",
|
|
importpath = "github.com/go-openapi/errors",
|
|
sum = "h1:unTcVm6PispJsMECE3zWgvG4xTiKda1LIR5rCRWLG6M=",
|
|
version = "v0.20.4",
|
|
)
|
|
go_repository(
|
|
name = "com_github_go_openapi_jsonpointer",
|
|
importpath = "github.com/go-openapi/jsonpointer",
|
|
sum = "h1:ESKJdU9ASRfaPNOPRx12IUyA1vn3R9GiE3KYD14BXdQ=",
|
|
version = "v0.20.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_go_openapi_jsonreference",
|
|
importpath = "github.com/go-openapi/jsonreference",
|
|
sum = "h1:3sVjiK66+uXK/6oQ8xgcRKcFgQ5KXa2KvnJRumpMGbE=",
|
|
version = "v0.20.2",
|
|
)
|
|
go_repository(
|
|
name = "com_github_go_openapi_loads",
|
|
importpath = "github.com/go-openapi/loads",
|
|
sum = "h1:r2a/xFIYeZ4Qd2TnGpWDIQNcP80dIaZgf704za8enro=",
|
|
version = "v0.21.2",
|
|
)
|
|
go_repository(
|
|
name = "com_github_go_openapi_runtime",
|
|
importpath = "github.com/go-openapi/runtime",
|
|
sum = "h1:HYOFtG00FM1UvqrcxbEJg/SwvDRvYLQKGhw2zaQjTcc=",
|
|
version = "v0.26.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_go_openapi_spec",
|
|
importpath = "github.com/go-openapi/spec",
|
|
sum = "h1:xnlYNQAwKd2VQRRfwTEI0DcK+2cbuvI/0c7jx3gA8/8=",
|
|
version = "v0.20.9",
|
|
)
|
|
go_repository(
|
|
name = "com_github_go_openapi_strfmt",
|
|
importpath = "github.com/go-openapi/strfmt",
|
|
sum = "h1:rspiXgNWgeUzhjo1YU01do6qsahtJNByjLVbPLNHb8k=",
|
|
version = "v0.21.7",
|
|
)
|
|
go_repository(
|
|
name = "com_github_go_openapi_swag",
|
|
importpath = "github.com/go-openapi/swag",
|
|
sum = "h1:QLMzNJnMGPRNDCbySlcj1x01tzU8/9LTTL9hZZZogBU=",
|
|
version = "v0.22.4",
|
|
)
|
|
go_repository(
|
|
name = "com_github_go_openapi_validate",
|
|
importpath = "github.com/go-openapi/validate",
|
|
sum = "h1:G+c2ub6q47kfX1sOBLwIQwzBVt8qmOAARyo/9Fqs9NU=",
|
|
version = "v0.22.1",
|
|
)
|
|
go_repository(
|
|
name = "com_github_go_pdf_fpdf",
|
|
importpath = "github.com/go-pdf/fpdf",
|
|
sum = "h1:MlgtGIfsdMEEQJr2le6b/HNr1ZlQwxyWr77r2aj2U/8=",
|
|
version = "v0.6.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_go_playground_assert_v2",
|
|
importpath = "github.com/go-playground/assert/v2",
|
|
sum = "h1:MsBgLAaY856+nPRTKrp3/OZK38U/wa0CcBYNjji3q3A=",
|
|
version = "v2.0.1",
|
|
)
|
|
go_repository(
|
|
name = "com_github_go_playground_locales",
|
|
importpath = "github.com/go-playground/locales",
|
|
sum = "h1:HyWk6mgj5qFqCT5fjGBuRArbVDfE4hi8+e8ceBS/t7Q=",
|
|
version = "v0.13.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_go_playground_universal_translator",
|
|
importpath = "github.com/go-playground/universal-translator",
|
|
sum = "h1:icxd5fm+REJzpZx7ZfpaD876Lmtgy7VtROAbHHXk8no=",
|
|
version = "v0.17.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_go_playground_validator_v10",
|
|
importpath = "github.com/go-playground/validator/v10",
|
|
sum = "h1:pH2c5ADXtd66mxoE0Zm9SUhxE20r7aM3F26W0hOn+GE=",
|
|
version = "v10.4.1",
|
|
)
|
|
go_repository(
|
|
name = "com_github_go_resty_resty_v2",
|
|
importpath = "github.com/go-resty/resty/v2",
|
|
sum = "h1:me+K9p3uhSmXtrBZ4k9jcEAfJmuC8IivWHwaLZwPrFY=",
|
|
version = "v2.7.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_go_sql_driver_mysql",
|
|
importpath = "github.com/go-sql-driver/mysql",
|
|
sum = "h1:lUIinVbN1DY0xBg0eMOzmmtGoHwWBbvnWubQUrtU8EI=",
|
|
version = "v1.7.1",
|
|
)
|
|
go_repository(
|
|
name = "com_github_go_stack_stack",
|
|
importpath = "github.com/go-stack/stack",
|
|
sum = "h1:ntEHSVwIt7PNXNpgPmVfMrNhLtgjlmnZha2kOpuRiDw=",
|
|
version = "v1.8.1",
|
|
)
|
|
go_repository(
|
|
name = "com_github_go_task_slim_sprig",
|
|
importpath = "github.com/go-task/slim-sprig",
|
|
sum = "h1:tfuBGBXKqDEevZMzYi5KSi8KkcZtzBcTgAUUtapy0OI=",
|
|
version = "v0.0.0-20230315185526-52ccab3ef572",
|
|
)
|
|
go_repository(
|
|
name = "com_github_go_test_deep",
|
|
importpath = "github.com/go-test/deep",
|
|
sum = "h1:ZrJSEWsXzPOxaZnFteGEfooLba+ju3FYIbOrS+rQd68=",
|
|
version = "v1.0.3",
|
|
)
|
|
go_repository(
|
|
name = "com_github_go_zookeeper_zk",
|
|
importpath = "github.com/go-zookeeper/zk",
|
|
sum = "h1:7M2kwOsc//9VeeFiPtf+uSJlVpU66x9Ba5+8XK7/TDg=",
|
|
version = "v1.0.3",
|
|
)
|
|
go_repository(
|
|
name = "com_github_gobuffalo_attrs",
|
|
importpath = "github.com/gobuffalo/attrs",
|
|
sum = "h1:hSkbZ9XSyjyBirMeqSqUrK+9HboWrweVlzRNqoBi2d4=",
|
|
version = "v0.0.0-20190224210810-a9411de4debd",
|
|
)
|
|
go_repository(
|
|
name = "com_github_gobuffalo_depgen",
|
|
importpath = "github.com/gobuffalo/depgen",
|
|
sum = "h1:31atYa/UW9V5q8vMJ+W6wd64OaaTHUrCUXER358zLM4=",
|
|
version = "v0.1.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_gobuffalo_envy",
|
|
importpath = "github.com/gobuffalo/envy",
|
|
sum = "h1:GlXgaiBkmrYMHco6t4j7SacKO4XUjvh5pwXh0f4uxXU=",
|
|
version = "v1.7.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_gobuffalo_flect",
|
|
importpath = "github.com/gobuffalo/flect",
|
|
sum = "h1:3GQ53z7E3o00C/yy7Ko8VXqQXoJGLkrTQCLTF1EjoXU=",
|
|
version = "v0.1.3",
|
|
)
|
|
go_repository(
|
|
name = "com_github_gobuffalo_genny",
|
|
importpath = "github.com/gobuffalo/genny",
|
|
sum = "h1:iQ0D6SpNXIxu52WESsD+KoQ7af2e3nCfnSBoSF/hKe0=",
|
|
version = "v0.1.1",
|
|
)
|
|
go_repository(
|
|
name = "com_github_gobuffalo_gitgen",
|
|
importpath = "github.com/gobuffalo/gitgen",
|
|
sum = "h1:mSVZ4vj4khv+oThUfS+SQU3UuFIZ5Zo6UNcvK8E8Mz8=",
|
|
version = "v0.0.0-20190315122116-cc086187d211",
|
|
)
|
|
go_repository(
|
|
name = "com_github_gobuffalo_gogen",
|
|
importpath = "github.com/gobuffalo/gogen",
|
|
sum = "h1:dLg+zb+uOyd/mKeQUYIbwbNmfRsr9hd/WtYWepmayhI=",
|
|
version = "v0.1.1",
|
|
)
|
|
go_repository(
|
|
name = "com_github_gobuffalo_logger",
|
|
importpath = "github.com/gobuffalo/logger",
|
|
sum = "h1:8thhT+kUJMTMy3HlX4+y9Da+BNJck+p109tqqKp7WDs=",
|
|
version = "v0.0.0-20190315122211-86e12af44bc2",
|
|
)
|
|
go_repository(
|
|
name = "com_github_gobuffalo_mapi",
|
|
importpath = "github.com/gobuffalo/mapi",
|
|
sum = "h1:fq9WcL1BYrm36SzK6+aAnZ8hcp+SrmnDyAxhNx8dvJk=",
|
|
version = "v1.0.2",
|
|
)
|
|
go_repository(
|
|
name = "com_github_gobuffalo_packd",
|
|
importpath = "github.com/gobuffalo/packd",
|
|
sum = "h1:4sGKOD8yaYJ+dek1FDkwcxCHA40M4kfKgFHx8N2kwbU=",
|
|
version = "v0.1.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_gobuffalo_packr_v2",
|
|
importpath = "github.com/gobuffalo/packr/v2",
|
|
sum = "h1:Ir9W9XIm9j7bhhkKE9cokvtTl1vBm62A/fene/ZCj6A=",
|
|
version = "v2.2.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_gobuffalo_syncx",
|
|
importpath = "github.com/gobuffalo/syncx",
|
|
sum = "h1:tpom+2CJmpzAWj5/VEHync2rJGi+epHNIeRSWjzGA+4=",
|
|
version = "v0.0.0-20190224160051-33c29581e754",
|
|
)
|
|
go_repository(
|
|
name = "com_github_gobwas_httphead",
|
|
importpath = "github.com/gobwas/httphead",
|
|
sum = "h1:exrUm0f4YX0L7EBwZHuCF4GDp8aJfVeBrlLQrs6NqWU=",
|
|
version = "v0.1.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_gobwas_pool",
|
|
importpath = "github.com/gobwas/pool",
|
|
sum = "h1:xfeeEhW7pwmX8nuLVlqbzVc7udMDrwetjEv+TZIz1og=",
|
|
version = "v0.2.1",
|
|
)
|
|
go_repository(
|
|
name = "com_github_gobwas_ws",
|
|
importpath = "github.com/gobwas/ws",
|
|
sum = "h1:F2aeBZrm2NDsc7vbovKrWSogd4wvfAxg0FQ89/iqOTk=",
|
|
version = "v1.2.1",
|
|
)
|
|
go_repository(
|
|
name = "com_github_goccy_go_json",
|
|
importpath = "github.com/goccy/go-json",
|
|
sum = "h1:/pAaQDLHEoCq/5FFmSKBswWmK6H0e8g4159Kc/X/nqk=",
|
|
version = "v0.9.11",
|
|
)
|
|
go_repository(
|
|
name = "com_github_goccy_go_yaml",
|
|
importpath = "github.com/goccy/go-yaml",
|
|
sum = "h1:Eh/+3uk9kLxG4koCX6lRMAPS1OaMSAi+FJcya0INdB0=",
|
|
version = "v1.9.5",
|
|
)
|
|
go_repository(
|
|
name = "com_github_godbus_dbus",
|
|
importpath = "github.com/godbus/dbus",
|
|
sum = "h1:BWhy2j3IXJhjCbC68FptL43tDKIq8FladmaTs3Xs7Z8=",
|
|
version = "v0.0.0-20190422162347-ade71ed3457e",
|
|
)
|
|
go_repository(
|
|
name = "com_github_godbus_dbus_v5",
|
|
importpath = "github.com/godbus/dbus/v5",
|
|
sum = "h1:mkgN1ofwASrYnJ5W6U/BxG15eXXXjirgZc7CLqkcaro=",
|
|
version = "v5.0.6",
|
|
)
|
|
go_repository(
|
|
name = "com_github_gofrs_uuid",
|
|
importpath = "github.com/gofrs/uuid",
|
|
sum = "h1:3qXRTX8/NbyulANqlc0lchS1gqAVxRgsuW1YrTJupqA=",
|
|
version = "v4.4.0+incompatible",
|
|
)
|
|
go_repository(
|
|
name = "com_github_gogo_googleapis",
|
|
importpath = "github.com/gogo/googleapis",
|
|
sum = "h1:zgVt4UpGxcqVOw97aRGxT4svlcmdK35fynLNctY32zI=",
|
|
version = "v1.4.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_gogo_protobuf",
|
|
importpath = "github.com/gogo/protobuf",
|
|
sum = "h1:Ov1cvc58UF3b5XjBnZv7+opcTcQFZebYjWzi34vdm4Q=",
|
|
version = "v1.3.2",
|
|
)
|
|
go_repository(
|
|
name = "com_github_golang_freetype",
|
|
importpath = "github.com/golang/freetype",
|
|
sum = "h1:DACJavvAHhabrF08vX0COfcOBJRhZ8lUbR+ZWIs0Y5g=",
|
|
version = "v0.0.0-20170609003504-e2365dfdc4a0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_golang_glog",
|
|
importpath = "github.com/golang/glog",
|
|
sum = "h1:DVjP2PbBOzHyzA+dn3WhHIq4NdVu3Q+pvivFICf/7fo=",
|
|
version = "v1.1.2",
|
|
)
|
|
go_repository(
|
|
name = "com_github_golang_groupcache",
|
|
importpath = "github.com/golang/groupcache",
|
|
sum = "h1:oI5xCqsCo564l8iNU+DwB5epxmsaqB+rhGL0m5jtYqE=",
|
|
version = "v0.0.0-20210331224755-41bb18bfe9da",
|
|
)
|
|
go_repository(
|
|
name = "com_github_golang_jwt_jwt",
|
|
importpath = "github.com/golang-jwt/jwt",
|
|
sum = "h1:73Z+4BJcrTC+KczS6WvTPvRGOp1WmfEP4Q1lOd9Z/+c=",
|
|
version = "v3.2.1+incompatible",
|
|
)
|
|
go_repository(
|
|
name = "com_github_golang_jwt_jwt_v4",
|
|
importpath = "github.com/golang-jwt/jwt/v4",
|
|
sum = "h1:7cYmW1XlMY7h7ii7UhUyChSgS5wUJEnm9uZVTGqOWzg=",
|
|
version = "v4.5.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_golang_jwt_jwt_v5",
|
|
importpath = "github.com/golang-jwt/jwt/v5",
|
|
sum = "h1:UGKbA/IPjtS6zLcdB7i5TyACMgSbOTiR8qzXgw8HWQU=",
|
|
version = "v5.1.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_golang_mock",
|
|
importpath = "github.com/golang/mock",
|
|
sum = "h1:YojYx61/OLFsiv6Rw1Z96LpldJIy31o+UHmwAUMJ6/U=",
|
|
version = "v1.7.0-rc.1",
|
|
)
|
|
go_repository(
|
|
name = "com_github_golang_protobuf",
|
|
build_file_proto_mode = "disable_global",
|
|
importpath = "github.com/golang/protobuf",
|
|
sum = "h1:i7eJL8qZTpSEXOPTxNKhASYpMn+8e5Q6AdndVa1dWek=",
|
|
version = "v1.5.4",
|
|
)
|
|
go_repository(
|
|
name = "com_github_golang_snappy",
|
|
importpath = "github.com/golang/snappy",
|
|
sum = "h1:yAGX7huGHXlcLOEtBnF4w7FQwA26wojNCwOYAEhLjQM=",
|
|
version = "v0.0.4",
|
|
)
|
|
go_repository(
|
|
name = "com_github_golang_sql_civil",
|
|
importpath = "github.com/golang-sql/civil",
|
|
sum = "h1:au07oEsX2xN0ktxqI+Sida1w446QrXBRJ0nee3SNZlA=",
|
|
version = "v0.0.0-20220223132316-b832511892a9",
|
|
)
|
|
go_repository(
|
|
name = "com_github_golang_sql_sqlexp",
|
|
importpath = "github.com/golang-sql/sqlexp",
|
|
sum = "h1:ZCD6MBpcuOVfGVqsEmY5/4FtYiKz6tSyUv9LPEDei6A=",
|
|
version = "v0.1.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_google_btree",
|
|
importpath = "github.com/google/btree",
|
|
sum = "h1:gK4Kx5IaGY9CD5sPJ36FHiBJ6ZXl0kilRiiCj+jdYp4=",
|
|
version = "v1.0.1",
|
|
)
|
|
go_repository(
|
|
name = "com_github_google_flatbuffers",
|
|
importpath = "github.com/google/flatbuffers",
|
|
sum = "h1:ivUb1cGomAB101ZM1T0nOiWz9pSrTMoa9+EiY7igmkM=",
|
|
version = "v2.0.8+incompatible",
|
|
)
|
|
go_repository(
|
|
name = "com_github_google_gnostic",
|
|
importpath = "github.com/google/gnostic",
|
|
sum = "h1:FhTMOKj2VhjpouxvWJAV1TL304uMlb9zcDqkl6cEI54=",
|
|
version = "v0.5.7-v3refs",
|
|
)
|
|
go_repository(
|
|
name = "com_github_google_gnostic_models",
|
|
importpath = "github.com/google/gnostic-models",
|
|
sum = "h1:yo/ABAfM5IMRsS1VnXjTBvUb61tFIHozhlYvRgGre9I=",
|
|
version = "v0.6.8",
|
|
)
|
|
go_repository(
|
|
name = "com_github_google_go_cmp",
|
|
importpath = "github.com/google/go-cmp",
|
|
sum = "h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI=",
|
|
version = "v0.6.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_google_go_containerregistry",
|
|
importpath = "github.com/google/go-containerregistry",
|
|
sum = "h1:/+mFTs4AlwsJ/mJe8NDtKb7BxLtbZFpcn8vDsneEkwQ=",
|
|
version = "v0.5.1",
|
|
)
|
|
go_repository(
|
|
name = "com_github_google_go_pkcs11",
|
|
importpath = "github.com/google/go-pkcs11",
|
|
sum = "h1:OF1IPgv+F4NmqmJ98KTjdN97Vs1JxDPB3vbmYzV2dpk=",
|
|
version = "v0.2.1-0.20230907215043-c6f79328ddf9",
|
|
)
|
|
go_repository(
|
|
name = "com_github_google_go_querystring",
|
|
importpath = "github.com/google/go-querystring",
|
|
sum = "h1:AnCroh3fv4ZBgVIf1Iwtovgjaw/GiKJo8M8yD/fhyJ8=",
|
|
version = "v1.1.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_google_go_replayers_grpcreplay",
|
|
importpath = "github.com/google/go-replayers/grpcreplay",
|
|
sum = "h1:S5+I3zYyZ+GQz68OfbURDdt/+cSMqCK1wrvNx7WBzTE=",
|
|
version = "v1.1.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_google_go_replayers_httpreplay",
|
|
importpath = "github.com/google/go-replayers/httpreplay",
|
|
sum = "h1:VM1wEyyjaoU53BwrOnaf9VhAyQQEEioJvFYxYcLRKzk=",
|
|
version = "v1.2.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_google_gofuzz",
|
|
importpath = "github.com/google/gofuzz",
|
|
sum = "h1:xRy4A+RhZaiKjJ1bPfwQ8sedCA+YS2YcCHW6ec7JMi0=",
|
|
version = "v1.2.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_google_martian",
|
|
importpath = "github.com/google/martian",
|
|
sum = "h1:xmapqc1AyLoB+ddYT6r04bD9lIjlOqGaREovi0SzFaE=",
|
|
version = "v2.1.1-0.20190517191504-25dcb96d9e51+incompatible",
|
|
)
|
|
go_repository(
|
|
name = "com_github_google_martian_v3",
|
|
importpath = "github.com/google/martian/v3",
|
|
sum = "h1:IqNFLAmvJOgVlpdEBiQbDc2EwKW77amAycfTuWKdfvw=",
|
|
version = "v3.3.2",
|
|
)
|
|
go_repository(
|
|
name = "com_github_google_pprof",
|
|
importpath = "github.com/google/pprof",
|
|
sum = "h1:pUa4ghanp6q4IJHwE9RwLgmVFfReJN+KbQ8ExNEUUoQ=",
|
|
version = "v0.0.0-20230926050212-f7f687d19a98",
|
|
)
|
|
go_repository(
|
|
name = "com_github_google_renameio",
|
|
importpath = "github.com/google/renameio",
|
|
sum = "h1:GOZbcHa3HfsPKPlmyPyN2KEohoMXOhdMbHrvbpl2QaA=",
|
|
version = "v0.1.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_google_renameio_v2",
|
|
importpath = "github.com/google/renameio/v2",
|
|
sum = "h1:UifI23ZTGY8Tt29JbYFiuyIU3eX+RNFtUwefq9qAhxg=",
|
|
version = "v2.0.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_google_s2a_go",
|
|
importpath = "github.com/google/s2a-go",
|
|
sum = "h1:60BLSyTrOV4/haCDW4zb1guZItoSq8foHCXrAnjBo/o=",
|
|
version = "v0.1.7",
|
|
)
|
|
go_repository(
|
|
name = "com_github_google_shlex",
|
|
importpath = "github.com/google/shlex",
|
|
sum = "h1:El6M4kTTCOh6aBiKaUGG7oYTSPP8MxqL4YI3kZKwcP4=",
|
|
version = "v0.0.0-20191202100458-e7afc7fbc510",
|
|
)
|
|
go_repository(
|
|
name = "com_github_google_subcommands",
|
|
importpath = "github.com/google/subcommands",
|
|
sum = "h1:/eqq+otEXm5vhfBrbREPCSVQbvofip6kIz+mX5TUH7k=",
|
|
version = "v1.0.1",
|
|
)
|
|
go_repository(
|
|
name = "com_github_google_uuid",
|
|
importpath = "github.com/google/uuid",
|
|
sum = "h1:MtMxsa51/r9yyhkyLsVeVt0B+BGQZzpQiTQ4eHZ8bc4=",
|
|
version = "v1.4.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_google_wire",
|
|
importpath = "github.com/google/wire",
|
|
sum = "h1:I7ELFeVBr3yfPIcc8+MWvrjk+3VjbcSzoXm3JVa+jD8=",
|
|
version = "v0.5.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_googleapis_enterprise_certificate_proxy",
|
|
importpath = "github.com/googleapis/enterprise-certificate-proxy",
|
|
sum = "h1:Vie5ybvEvT75RniqhfFxPRy3Bf7vr3h0cechB90XaQs=",
|
|
version = "v0.3.2",
|
|
)
|
|
go_repository(
|
|
name = "com_github_googleapis_gax_go_v2",
|
|
build_file_proto_mode = "disable_global",
|
|
importpath = "github.com/googleapis/gax-go/v2",
|
|
sum = "h1:A+gCJKdRfqXkr+BIRGtZLibNXf0m1f9E4HG56etFpas=",
|
|
version = "v2.12.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_googleapis_gnostic",
|
|
importpath = "github.com/googleapis/gnostic",
|
|
sum = "h1:9fHAtK0uDfpveeqqo1hkEZJcFvYXAiCN3UutL8F9xHw=",
|
|
version = "v0.5.5",
|
|
)
|
|
go_repository(
|
|
name = "com_github_googleapis_go_type_adapters",
|
|
importpath = "github.com/googleapis/go-type-adapters",
|
|
sum = "h1:9XdMn+d/G57qq1s8dNc5IesGCXHf6V2HZ2JwRxfA2tA=",
|
|
version = "v1.0.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_googleapis_google_cloud_go_testing",
|
|
importpath = "github.com/googleapis/google-cloud-go-testing",
|
|
sum = "h1:tlyzajkF3030q6M8SvmJSemC9DTHL/xaMa18b65+JM4=",
|
|
version = "v0.0.0-20200911160855-bcd43fbb19e8",
|
|
)
|
|
go_repository(
|
|
name = "com_github_googlecloudplatform_cloudsql_proxy",
|
|
importpath = "github.com/GoogleCloudPlatform/cloudsql-proxy",
|
|
sum = "h1:9bRF9/edlX1kycHVm/icATaIWfVyHcUB9c68iWWeNok=",
|
|
version = "v1.33.14",
|
|
)
|
|
go_repository(
|
|
name = "com_github_gophercloud_gophercloud",
|
|
importpath = "github.com/gophercloud/gophercloud",
|
|
sum = "h1:fyJGKh0LBvIZKLvBWvQdIgkaV5yTM3Jh9EYUh+UNCAs=",
|
|
version = "v1.7.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_gopherjs_gopherjs",
|
|
importpath = "github.com/gopherjs/gopherjs",
|
|
sum = "h1:EGx4pi6eqNxGaHF6qqu48+N2wcFQ5qg5FXgOdqsJ5d8=",
|
|
version = "v0.0.0-20181017120253-0766667cb4d1",
|
|
)
|
|
go_repository(
|
|
name = "com_github_gorilla_context",
|
|
importpath = "github.com/gorilla/context",
|
|
sum = "h1:AWwleXJkX/nhcU9bZSnZoi3h/qGYqQAGhq6zZe/aQW8=",
|
|
version = "v1.1.1",
|
|
)
|
|
go_repository(
|
|
name = "com_github_gorilla_css",
|
|
importpath = "github.com/gorilla/css",
|
|
sum = "h1:BQqNyPTi50JCFMTw/b67hByjMVXZRwGha6wxVGkeihY=",
|
|
version = "v1.0.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_gorilla_handlers",
|
|
importpath = "github.com/gorilla/handlers",
|
|
sum = "h1:893HsJqtxp9z1SF76gg6hY70hRY1wVlTSnC/h1yUDCo=",
|
|
version = "v0.0.0-20150720190736-60c7bfde3e33",
|
|
)
|
|
go_repository(
|
|
name = "com_github_gorilla_mux",
|
|
importpath = "github.com/gorilla/mux",
|
|
sum = "h1:i40aqfkR1h2SlN9hojwV5ZA91wcXFOvkdNIeFDP5koI=",
|
|
version = "v1.8.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_gorilla_securecookie",
|
|
importpath = "github.com/gorilla/securecookie",
|
|
sum = "h1:miw7JPhV+b/lAHSXz4qd/nN9jRiAFV5FwjeKyCS8BvQ=",
|
|
version = "v1.1.1",
|
|
)
|
|
go_repository(
|
|
name = "com_github_gorilla_sessions",
|
|
importpath = "github.com/gorilla/sessions",
|
|
sum = "h1:DHd3rPN5lE3Ts3D8rKkQ8x/0kqfeNmBAaiSi+o7FsgI=",
|
|
version = "v1.2.1",
|
|
)
|
|
go_repository(
|
|
name = "com_github_gorilla_websocket",
|
|
importpath = "github.com/gorilla/websocket",
|
|
sum = "h1:PPwGk2jz7EePpoHN/+ClbZu8SPxiqlu12wZP/3sWmnc=",
|
|
version = "v1.5.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_grafana_regexp",
|
|
importpath = "github.com/grafana/regexp",
|
|
sum = "h1:PpuIBO5P3e9hpqBD0O/HjhShYuM6XE0i/lbE6J94kww=",
|
|
version = "v0.0.0-20221122212121-6b5c0a4cb7fd",
|
|
)
|
|
go_repository(
|
|
name = "com_github_grapl_security_pulumi_hcp_sdk",
|
|
importpath = "github.com/grapl-security/pulumi-hcp/sdk",
|
|
sum = "h1:oYKCD2yT2j7tvA93wSfIrZ0GYbbO8qZLY/laIvx0CkE=",
|
|
version = "v0.1.14",
|
|
)
|
|
go_repository(
|
|
name = "com_github_gregjones_httpcache",
|
|
importpath = "github.com/gregjones/httpcache",
|
|
sum = "h1:pdN6V1QBWetyv/0+wjACpqVH+eVULgEjkurDLq3goeM=",
|
|
version = "v0.0.0-20180305231024-9cad4c3443a7",
|
|
)
|
|
go_repository(
|
|
name = "com_github_grpc_ecosystem_go_grpc_middleware",
|
|
importpath = "github.com/grpc-ecosystem/go-grpc-middleware",
|
|
sum = "h1:+9834+KizmvFV7pXQGSXQTsaWhq2GjuNUt0aUU0YBYw=",
|
|
version = "v1.3.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_grpc_ecosystem_go_grpc_prometheus",
|
|
importpath = "github.com/grpc-ecosystem/go-grpc-prometheus",
|
|
sum = "h1:Ovs26xHkKqVztRpIrF/92BcuyuQ/YW4NSIpoGtfXNho=",
|
|
version = "v1.2.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_grpc_ecosystem_grpc_gateway",
|
|
importpath = "github.com/grpc-ecosystem/grpc-gateway",
|
|
sum = "h1:gmcG1KaJ57LophUzW0Hy8NmPhnMZb4M0+kPpLofRdBo=",
|
|
version = "v1.16.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_grpc_ecosystem_grpc_gateway_v2",
|
|
importpath = "github.com/grpc-ecosystem/grpc-gateway/v2",
|
|
sum = "h1:/c3QmbOGMGTOumP2iT/rCwB7b0QDGLKzqOmktBjT+Is=",
|
|
version = "v2.19.1",
|
|
)
|
|
go_repository(
|
|
name = "com_github_grpc_ecosystem_grpc_opentracing",
|
|
importpath = "github.com/grpc-ecosystem/grpc-opentracing",
|
|
sum = "h1:MJG/KsmcqMwFAkh8mTnAwhyKoB+sTAnY4CACC110tbU=",
|
|
version = "v0.0.0-20180507213350-8e809c8a8645",
|
|
)
|
|
go_repository(
|
|
name = "com_github_hanwen_go_fuse",
|
|
importpath = "github.com/hanwen/go-fuse",
|
|
sum = "h1:GxS9Zrn6c35/BnfiVsZVWmsG803xwE7eVRDvcf/BEVc=",
|
|
version = "v1.0.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_hanwen_go_fuse_v2",
|
|
importpath = "github.com/hanwen/go-fuse/v2",
|
|
sum = "h1:12OhD7CkXXQdvxG2osIdBQLdXh+nmLXY9unkUIe/xaU=",
|
|
version = "v2.4.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_hashicorp_consul_api",
|
|
importpath = "github.com/hashicorp/consul/api",
|
|
sum = "h1:CqrdhYzc8XZuPnhIYZWH45toM0LB9ZeYr/gvpLVI3PE=",
|
|
version = "v1.25.1",
|
|
)
|
|
go_repository(
|
|
name = "com_github_hashicorp_consul_sdk",
|
|
importpath = "github.com/hashicorp/consul/sdk",
|
|
sum = "h1:ZiwE2bKb+zro68sWzZ1SgHF3kRMBZ94TwOCFRF4ylPs=",
|
|
version = "v0.14.1",
|
|
)
|
|
go_repository(
|
|
name = "com_github_hashicorp_cronexpr",
|
|
importpath = "github.com/hashicorp/cronexpr",
|
|
sum = "h1:wG/ZYIKT+RT3QkOdgYc+xsKWVRgnxJ1OJtjjy84fJ9A=",
|
|
version = "v1.1.2",
|
|
)
|
|
go_repository(
|
|
name = "com_github_hashicorp_errwrap",
|
|
importpath = "github.com/hashicorp/errwrap",
|
|
sum = "h1:OxrOeh75EUXMY8TBjag2fzXGZ40LB6IKw45YeGUDY2I=",
|
|
version = "v1.1.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_hashicorp_go_cleanhttp",
|
|
importpath = "github.com/hashicorp/go-cleanhttp",
|
|
sum = "h1:035FKYIWjmULyFRBKPs8TBQoi0x6d9G4xc9neXJWAZQ=",
|
|
version = "v0.5.2",
|
|
)
|
|
go_repository(
|
|
name = "com_github_hashicorp_go_hclog",
|
|
importpath = "github.com/hashicorp/go-hclog",
|
|
sum = "h1:bI2ocEMgcVlz55Oj1xZNBsVi900c7II+fWDyV9o+13c=",
|
|
version = "v1.5.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_hashicorp_go_immutable_radix",
|
|
importpath = "github.com/hashicorp/go-immutable-radix",
|
|
sum = "h1:DKHmCUm2hRBK510BaiZlwvpD40f8bJFeZnpfm2KLowc=",
|
|
version = "v1.3.1",
|
|
)
|
|
go_repository(
|
|
name = "com_github_hashicorp_go_kms_wrapping_entropy",
|
|
importpath = "github.com/hashicorp/go-kms-wrapping/entropy",
|
|
sum = "h1:xuTi5ZwjimfpvpL09jDE71smCBRpnF5xfo871BSX4gs=",
|
|
version = "v0.1.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_hashicorp_go_kms_wrapping_entropy_v2",
|
|
importpath = "github.com/hashicorp/go-kms-wrapping/entropy/v2",
|
|
sum = "h1:pSjQfW3vPtrOTcasTUKgCTQT7OGPPTTMVRrOfU6FJD8=",
|
|
version = "v2.0.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_hashicorp_go_msgpack",
|
|
importpath = "github.com/hashicorp/go-msgpack",
|
|
sum = "h1:i9R9JSrqIz0QVLz3sz+i3YJdT7TTSLcfLLzJi9aZTuI=",
|
|
version = "v0.5.5",
|
|
)
|
|
go_repository(
|
|
name = "com_github_hashicorp_go_multierror",
|
|
importpath = "github.com/hashicorp/go-multierror",
|
|
sum = "h1:H5DkEtf6CXdFp0N0Em5UCwQpXMWke8IA0+lD48awMYo=",
|
|
version = "v1.1.1",
|
|
)
|
|
go_repository(
|
|
name = "com_github_hashicorp_go_net",
|
|
importpath = "github.com/hashicorp/go.net",
|
|
sum = "h1:sNCoNyDEvN1xa+X0baata4RdcpKwcMS6DH+xwfqPgjw=",
|
|
version = "v0.0.1",
|
|
)
|
|
go_repository(
|
|
name = "com_github_hashicorp_go_plugin",
|
|
importpath = "github.com/hashicorp/go-plugin",
|
|
sum = "h1:MDV3UrKQBM3du3G7MApDGvOsMYy3JQJ4exhSoKBAeVA=",
|
|
version = "v1.4.6",
|
|
)
|
|
go_repository(
|
|
name = "com_github_hashicorp_go_retryablehttp",
|
|
importpath = "github.com/hashicorp/go-retryablehttp",
|
|
sum = "h1:ZQgVdpTdAL7WpMIwLzCfbalOcSUdkDZnpUv3/+BxzFA=",
|
|
version = "v0.7.4",
|
|
)
|
|
go_repository(
|
|
name = "com_github_hashicorp_go_rootcerts",
|
|
importpath = "github.com/hashicorp/go-rootcerts",
|
|
sum = "h1:jzhAVGtqPKbwpyCPELlgNWhE1znq+qwJtW5Oi2viEzc=",
|
|
version = "v1.0.2",
|
|
)
|
|
go_repository(
|
|
name = "com_github_hashicorp_go_secure_stdlib_base62",
|
|
importpath = "github.com/hashicorp/go-secure-stdlib/base62",
|
|
sum = "h1:6KMBnfEv0/kLAz0O76sliN5mXbCDcLfs2kP7ssP7+DQ=",
|
|
version = "v0.1.1",
|
|
)
|
|
go_repository(
|
|
name = "com_github_hashicorp_go_secure_stdlib_mlock",
|
|
importpath = "github.com/hashicorp/go-secure-stdlib/mlock",
|
|
sum = "h1:p4AKXPPS24tO8Wc8i1gLvSKdmkiSY5xuju57czJ/IJQ=",
|
|
version = "v0.1.2",
|
|
)
|
|
go_repository(
|
|
name = "com_github_hashicorp_go_secure_stdlib_parseutil",
|
|
importpath = "github.com/hashicorp/go-secure-stdlib/parseutil",
|
|
sum = "h1:om4Al8Oy7kCm/B86rLCLah4Dt5Aa0Fr5rYBG60OzwHQ=",
|
|
version = "v0.1.6",
|
|
)
|
|
go_repository(
|
|
name = "com_github_hashicorp_go_secure_stdlib_password",
|
|
importpath = "github.com/hashicorp/go-secure-stdlib/password",
|
|
sum = "h1:6JzmBqXprakgFEHwBgdchsjaA9x3GyjdI568bXKxa60=",
|
|
version = "v0.1.1",
|
|
)
|
|
go_repository(
|
|
name = "com_github_hashicorp_go_secure_stdlib_strutil",
|
|
importpath = "github.com/hashicorp/go-secure-stdlib/strutil",
|
|
sum = "h1:kes8mmyCpxJsI7FTwtzRqEy9CdjCtrXrXGuOpxEA7Ts=",
|
|
version = "v0.1.2",
|
|
)
|
|
go_repository(
|
|
name = "com_github_hashicorp_go_secure_stdlib_tlsutil",
|
|
importpath = "github.com/hashicorp/go-secure-stdlib/tlsutil",
|
|
sum = "h1:phcbL8urUzF/kxA/Oj6awENaRwfWsjP59GW7u2qlDyY=",
|
|
version = "v0.1.2",
|
|
)
|
|
go_repository(
|
|
name = "com_github_hashicorp_go_sockaddr",
|
|
importpath = "github.com/hashicorp/go-sockaddr",
|
|
sum = "h1:ztczhD1jLxIRjVejw8gFomI1BQZOe2WoVOu0SyteCQc=",
|
|
version = "v1.0.2",
|
|
)
|
|
go_repository(
|
|
name = "com_github_hashicorp_go_syslog",
|
|
importpath = "github.com/hashicorp/go-syslog",
|
|
sum = "h1:KaodqZuhUoZereWVIYmpUgZysurB1kBLX2j0MwMrUAE=",
|
|
version = "v1.0.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_hashicorp_go_uuid",
|
|
importpath = "github.com/hashicorp/go-uuid",
|
|
sum = "h1:2gKiV6YVmrJ1i2CKKa9obLvRieoRGviZFL26PcT/Co8=",
|
|
version = "v1.0.3",
|
|
)
|
|
go_repository(
|
|
name = "com_github_hashicorp_go_version",
|
|
importpath = "github.com/hashicorp/go-version",
|
|
sum = "h1:feTTfFNnjP967rlCxM/I9g701jU+RN74YKx2mOkIeek=",
|
|
version = "v1.6.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_hashicorp_golang_lru",
|
|
importpath = "github.com/hashicorp/golang-lru",
|
|
sum = "h1:uL2shRDx7RTrOrTCUZEGP/wJUFiUI8QT6E7z5o8jga4=",
|
|
version = "v0.6.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_hashicorp_golang_lru_v2",
|
|
importpath = "github.com/hashicorp/golang-lru/v2",
|
|
sum = "h1:Dwmkdr5Nc/oBiXgJS3CDHNhJtIHkuZ3DZF5twqnfBdU=",
|
|
version = "v2.0.2",
|
|
)
|
|
go_repository(
|
|
name = "com_github_hashicorp_hcl",
|
|
importpath = "github.com/hashicorp/hcl",
|
|
sum = "h1:0Anlzjpi4vEasTeNFn2mLJgTSwt0+6sfsiTG8qcWGx4=",
|
|
version = "v1.0.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_hashicorp_hcl_v2",
|
|
importpath = "github.com/hashicorp/hcl/v2",
|
|
sum = "h1:z1XvSUyXd1HP10U4lrLg5e0JMVz6CPaJvAgxM0KNZVY=",
|
|
version = "v2.17.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_hashicorp_logutils",
|
|
importpath = "github.com/hashicorp/logutils",
|
|
sum = "h1:dLEQVugN8vlakKOUE3ihGLTZJRB4j+M2cdTm/ORI65Y=",
|
|
version = "v1.0.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_hashicorp_mdns",
|
|
importpath = "github.com/hashicorp/mdns",
|
|
sum = "h1:sY0CMhFmjIPDMlTB+HfymFHCaYLhgifZ0QhjaYKD/UQ=",
|
|
version = "v1.0.4",
|
|
)
|
|
go_repository(
|
|
name = "com_github_hashicorp_memberlist",
|
|
importpath = "github.com/hashicorp/memberlist",
|
|
sum = "h1:EtYPN8DpAURiapus508I4n9CzHs2W+8NZGbmmR/prTM=",
|
|
version = "v0.5.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_hashicorp_nomad_api",
|
|
importpath = "github.com/hashicorp/nomad/api",
|
|
sum = "h1:Nc3Mt2BAnq0/VoLEntF/nipX+K1S7pG+RgwiitSv6v0=",
|
|
version = "v0.0.0-20230721134942-515895c7690c",
|
|
)
|
|
go_repository(
|
|
name = "com_github_hashicorp_serf",
|
|
importpath = "github.com/hashicorp/serf",
|
|
sum = "h1:Z1H2J60yRKvfDYAOZLd2MU0ND4AH/WDz7xYHDWQsIPY=",
|
|
version = "v0.10.1",
|
|
)
|
|
go_repository(
|
|
name = "com_github_hashicorp_vault_api",
|
|
importpath = "github.com/hashicorp/vault/api",
|
|
replace = "github.com/hashicorp/vault/api",
|
|
sum = "h1:ab7dI6W8DuCY7yCU8blo0UCYl2oHre/dloCmzMWg9w8=",
|
|
version = "v1.9.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_hashicorp_vault_sdk",
|
|
importpath = "github.com/hashicorp/vault/sdk",
|
|
sum = "h1:sjZC1z4j5Rh2GXYbkxn5BLK05S1p7+MhW4AgdUmgRUA=",
|
|
version = "v0.6.1",
|
|
)
|
|
go_repository(
|
|
name = "com_github_hashicorp_yamux",
|
|
importpath = "github.com/hashicorp/yamux",
|
|
sum = "h1:yrQxtgseBDrq9Y652vSRDvsKCJKOUD+GzTS4Y0Y8pvE=",
|
|
version = "v0.1.1",
|
|
)
|
|
go_repository(
|
|
name = "com_github_hdrhistogram_hdrhistogram_go",
|
|
importpath = "github.com/HdrHistogram/hdrhistogram-go",
|
|
sum = "h1:5IcZpTvzydCQeHzK4Ef/D5rrSqwxob0t8PQPMybUNFM=",
|
|
version = "v1.1.2",
|
|
)
|
|
go_repository(
|
|
name = "com_github_hetznercloud_hcloud_go",
|
|
importpath = "github.com/hetznercloud/hcloud-go",
|
|
sum = "h1:sduXOrWM0/sJXwBty7EQd7+RXEJh5+CsAGQmHshChFg=",
|
|
version = "v1.35.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_hetznercloud_hcloud_go_v2",
|
|
importpath = "github.com/hetznercloud/hcloud-go/v2",
|
|
sum = "h1:MqlAE+w125PLvJRCpAJmEwrIxoVdUdOyuFUhE/Ukbok=",
|
|
version = "v2.4.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_hexops_autogold",
|
|
importpath = "github.com/hexops/autogold",
|
|
sum = "h1:IEtGNPxBeBu8RMn8eKWh/Ll9dVNgSnJ7bp/qHgMQ14o=",
|
|
version = "v1.3.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_hexops_gotextdiff",
|
|
importpath = "github.com/hexops/gotextdiff",
|
|
sum = "h1:gitA9+qJrrTCsiCl7+kh75nPqQt1cx4ZkudSTLoUqJM=",
|
|
version = "v1.0.3",
|
|
)
|
|
go_repository(
|
|
name = "com_github_hexops_valast",
|
|
importpath = "github.com/hexops/valast",
|
|
sum = "h1:sFzyxPDP0riFQUzSBXTCCrAbbIndHPWMndxuEjXdZlc=",
|
|
version = "v1.4.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_hinshun_vt10x",
|
|
importpath = "github.com/hinshun/vt10x",
|
|
sum = "h1:AgcIVYPa6XJnU3phs104wLj8l5GEththEw6+F79YsIY=",
|
|
version = "v0.0.0-20220301184237-5011da428d02",
|
|
)
|
|
go_repository(
|
|
name = "com_github_hpcloud_tail",
|
|
importpath = "github.com/hpcloud/tail",
|
|
sum = "h1:nfCOvKYfkgYP8hkirhJocXT2+zOD8yUNjXaWfTlyFKI=",
|
|
version = "v1.0.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_hudl_fargo",
|
|
importpath = "github.com/hudl/fargo",
|
|
sum = "h1:ZDDILMbB37UlAVLlWcJ2Iz1XuahZZTDZfdCKeclfq2s=",
|
|
version = "v1.4.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_iancoleman_strcase",
|
|
importpath = "github.com/iancoleman/strcase",
|
|
sum = "h1:05I4QRnGpI0m37iZQRuskXh+w77mr6Z41lwQzuHLwW0=",
|
|
version = "v0.2.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_ianlancetaylor_demangle",
|
|
importpath = "github.com/ianlancetaylor/demangle",
|
|
sum = "h1:BA4a7pe6ZTd9F8kXETBoijjFJ/ntaa//1wiH9BZu4zU=",
|
|
version = "v0.0.0-20230524184225-eabc099b10ab",
|
|
)
|
|
go_repository(
|
|
name = "com_github_ijc_gotty",
|
|
importpath = "github.com/ijc/Gotty",
|
|
sum = "h1:anPrsicrIi2ColgWTVPk+TrN42hJIWlfPHSBP9S0ZkM=",
|
|
version = "v0.0.0-20170406111628-a8b993ba6abd",
|
|
)
|
|
go_repository(
|
|
name = "com_github_imdario_mergo",
|
|
importpath = "github.com/imdario/mergo",
|
|
sum = "h1:wwQJbIsHYGMUyLSPrEq1CT16AhnhNJQ51+4fdHUnCl4=",
|
|
version = "v0.3.16",
|
|
)
|
|
go_repository(
|
|
name = "com_github_inconshreveable_mousetrap",
|
|
importpath = "github.com/inconshreveable/mousetrap",
|
|
sum = "h1:wN+x4NVGpMsO7ErUn/mUI3vEoE6Jt13X2s0bqwp9tc8=",
|
|
version = "v1.1.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_influxdata_influxdb1_client",
|
|
importpath = "github.com/influxdata/influxdb1-client",
|
|
sum = "h1:HqW4xhhynfjrtEiiSGcQUd6vrK23iMam1FO8rI7mwig=",
|
|
version = "v0.0.0-20200827194710-b269163b24ab",
|
|
)
|
|
go_repository(
|
|
name = "com_github_intel_goresctrl",
|
|
importpath = "github.com/intel/goresctrl",
|
|
sum = "h1:JyZjdMQu9Kl/wLXe9xA6s1X+tF6BWsQPFGJMEeCfWzE=",
|
|
version = "v0.2.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_ionos_cloud_sdk_go_v6",
|
|
importpath = "github.com/ionos-cloud/sdk-go/v6",
|
|
sum = "h1:Iq3VIXzeEbc8EbButuACgfLMiY5TPVWUPNrF+Vsddo4=",
|
|
version = "v6.1.9",
|
|
)
|
|
go_repository(
|
|
name = "com_github_j_keck_arping",
|
|
importpath = "github.com/j-keck/arping",
|
|
sum = "h1:hlLhuXgQkzIJTZuhMigvG/CuSkaspeaD9hRDk2zuiMI=",
|
|
version = "v1.0.2",
|
|
)
|
|
go_repository(
|
|
name = "com_github_jackc_chunkreader",
|
|
importpath = "github.com/jackc/chunkreader",
|
|
sum = "h1:4s39bBR8ByfqH+DKm8rQA3E1LHZWB9XWcrz8fqaZbe0=",
|
|
version = "v1.0.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_jackc_chunkreader_v2",
|
|
importpath = "github.com/jackc/chunkreader/v2",
|
|
sum = "h1:i+RDz65UE+mmpjTfyz0MoVTnzeYxroil2G82ki7MGG8=",
|
|
version = "v2.0.1",
|
|
)
|
|
go_repository(
|
|
name = "com_github_jackc_pgconn",
|
|
importpath = "github.com/jackc/pgconn",
|
|
sum = "h1:smbxIaZA08n6YuxEX1sDyjV/qkbtUtkH20qLkR9MUR4=",
|
|
version = "v1.14.1",
|
|
)
|
|
go_repository(
|
|
name = "com_github_jackc_pgio",
|
|
importpath = "github.com/jackc/pgio",
|
|
sum = "h1:g12B9UwVnzGhueNavwioyEEpAmqMe1E/BN9ES+8ovkE=",
|
|
version = "v1.0.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_jackc_pgmock",
|
|
importpath = "github.com/jackc/pgmock",
|
|
sum = "h1:DadwsjnMwFjfWc9y5Wi/+Zz7xoE5ALHsRQlOctkOiHc=",
|
|
version = "v0.0.0-20210724152146-4ad1a8207f65",
|
|
)
|
|
go_repository(
|
|
name = "com_github_jackc_pgpassfile",
|
|
importpath = "github.com/jackc/pgpassfile",
|
|
sum = "h1:/6Hmqy13Ss2zCq62VdNG8tM1wchn8zjSGOBJ6icpsIM=",
|
|
version = "v1.0.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_jackc_pgproto3",
|
|
importpath = "github.com/jackc/pgproto3",
|
|
sum = "h1:FYYE4yRw+AgI8wXIinMlNjBbp/UitDJwfj5LqqewP1A=",
|
|
version = "v1.1.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_jackc_pgproto3_v2",
|
|
importpath = "github.com/jackc/pgproto3/v2",
|
|
sum = "h1:7eY55bdBeCz1F2fTzSz69QC+pG46jYq9/jtSPiJ5nn0=",
|
|
version = "v2.3.2",
|
|
)
|
|
go_repository(
|
|
name = "com_github_jackc_pgservicefile",
|
|
importpath = "github.com/jackc/pgservicefile",
|
|
sum = "h1:bbPeKD0xmW/Y25WS6cokEszi5g+S0QxI/d45PkRi7Nk=",
|
|
version = "v0.0.0-20221227161230-091c0ba34f0a",
|
|
)
|
|
go_repository(
|
|
name = "com_github_jackc_pgtype",
|
|
importpath = "github.com/jackc/pgtype",
|
|
sum = "h1:y+xUdabmyMkJLyApYuPj38mW+aAIqCe5uuBB51rH3Vw=",
|
|
version = "v1.14.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_jackc_pgx_v4",
|
|
importpath = "github.com/jackc/pgx/v4",
|
|
sum = "h1:YP7G1KABtKpB5IHrO9vYwSrCOhs7p3uqhvhhQBptya0=",
|
|
version = "v4.18.1",
|
|
)
|
|
go_repository(
|
|
name = "com_github_jackc_puddle",
|
|
importpath = "github.com/jackc/puddle",
|
|
sum = "h1:eHK/5clGOatcjX3oWGBO/MpxpbHzSwud5EWTSCI+MX0=",
|
|
version = "v1.3.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_jarcoal_httpmock",
|
|
importpath = "github.com/jarcoal/httpmock",
|
|
sum = "h1:2RJ8GP0IIaWwcC9Fp2BmVi8Kog3v2Hn7VXM3fTd+nuc=",
|
|
version = "v1.3.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_jbenet_go_context",
|
|
importpath = "github.com/jbenet/go-context",
|
|
sum = "h1:BQSFePA1RWJOlocH6Fxy8MmwDt+yVQYULKfN0RoTN8A=",
|
|
version = "v0.0.0-20150711004518-d14ea06fba99",
|
|
)
|
|
go_repository(
|
|
name = "com_github_jcmturner_aescts_v2",
|
|
importpath = "github.com/jcmturner/aescts/v2",
|
|
sum = "h1:9YKLH6ey7H4eDBXW8khjYslgyqG2xZikXP0EQFKrle8=",
|
|
version = "v2.0.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_jcmturner_dnsutils_v2",
|
|
importpath = "github.com/jcmturner/dnsutils/v2",
|
|
sum = "h1:lltnkeZGL0wILNvrNiVCR6Ro5PGU/SeBvVO/8c/iPbo=",
|
|
version = "v2.0.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_jcmturner_gofork",
|
|
importpath = "github.com/jcmturner/gofork",
|
|
sum = "h1:QH0l3hzAU1tfT3rZCnW5zXl+orbkNMMRGJfdJjHVETg=",
|
|
version = "v1.7.6",
|
|
)
|
|
go_repository(
|
|
name = "com_github_jcmturner_goidentity_v6",
|
|
importpath = "github.com/jcmturner/goidentity/v6",
|
|
sum = "h1:VKnZd2oEIMorCTsFBnJWbExfNN7yZr3EhJAxwOkZg6o=",
|
|
version = "v6.0.1",
|
|
)
|
|
go_repository(
|
|
name = "com_github_jcmturner_gokrb5_v8",
|
|
importpath = "github.com/jcmturner/gokrb5/v8",
|
|
sum = "h1:x1Sv4HaTpepFkXbt2IkL29DXRf8sOfZXo8eRKh687T8=",
|
|
version = "v8.4.4",
|
|
)
|
|
go_repository(
|
|
name = "com_github_jcmturner_rpc_v2",
|
|
importpath = "github.com/jcmturner/rpc/v2",
|
|
sum = "h1:7FXXj8Ti1IaVFpSAziCZWNzbNuZmnvw/i6CqLNdWfZY=",
|
|
version = "v2.0.3",
|
|
)
|
|
go_repository(
|
|
name = "com_github_jessevdk_go_flags",
|
|
importpath = "github.com/jessevdk/go-flags",
|
|
sum = "h1:1jKYvbxEjfUl0fmqTCOfonvskHHXMjBySTLW4y9LFvc=",
|
|
version = "v1.5.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_jhump_protoreflect",
|
|
importpath = "github.com/jhump/protoreflect",
|
|
sum = "h1:h5jfMVslIg6l29nsMs0D8Wj17RDVdNYti0vDN/PZZoE=",
|
|
version = "v1.6.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_jmespath_go_jmespath",
|
|
importpath = "github.com/jmespath/go-jmespath",
|
|
sum = "h1:BEgLn5cpjn8UN1mAw4NjwDrS35OdebyEtFe+9YPoQUg=",
|
|
version = "v0.4.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_jmespath_go_jmespath_internal_testify",
|
|
importpath = "github.com/jmespath/go-jmespath/internal/testify",
|
|
sum = "h1:shLQSRRSCCPj3f2gpwzGwWFoC7ycTf1rcQZHOlsJ6N8=",
|
|
version = "v1.5.1",
|
|
)
|
|
go_repository(
|
|
name = "com_github_joefitzgerald_rainbow_reporter",
|
|
importpath = "github.com/joefitzgerald/rainbow-reporter",
|
|
sum = "h1:AuMG652zjdzI0YCCnXAqATtRBpGXMcAnrajcaTrSeuo=",
|
|
version = "v0.1.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_johncgriffin_overflow",
|
|
importpath = "github.com/JohnCGriffin/overflow",
|
|
sum = "h1:RGWPOewvKIROun94nF7v2cua9qP+thov/7M50KEoeSU=",
|
|
version = "v0.0.0-20211019200055-46fa312c352c",
|
|
)
|
|
go_repository(
|
|
name = "com_github_joho_godotenv",
|
|
importpath = "github.com/joho/godotenv",
|
|
sum = "h1:Zjp+RcGpHhGlrMbJzXTrZZPrWj+1vfm90La1wgB6Bhc=",
|
|
version = "v1.3.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_jonboulle_clockwork",
|
|
importpath = "github.com/jonboulle/clockwork",
|
|
sum = "h1:UOGuzwb1PwsrDAObMuhUnj0p5ULPj8V/xJ7Kx9qUBdQ=",
|
|
version = "v0.2.2",
|
|
)
|
|
go_repository(
|
|
name = "com_github_josharian_intern",
|
|
importpath = "github.com/josharian/intern",
|
|
sum = "h1:vlS4z54oSdjm0bgjRigI+G1HpF+tI+9rE5LLzOg8HmY=",
|
|
version = "v1.0.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_jpillora_backoff",
|
|
importpath = "github.com/jpillora/backoff",
|
|
sum = "h1:uvFg412JmmHBHw7iwprIxkPMI+sGQ4kzOWsMeHnm2EA=",
|
|
version = "v1.0.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_json_iterator_go",
|
|
importpath = "github.com/json-iterator/go",
|
|
sum = "h1:PV8peI4a0ysnczrg+LtxykD8LfKY9ML6u2jnxaEnrnM=",
|
|
version = "v1.1.12",
|
|
)
|
|
go_repository(
|
|
name = "com_github_jstemmer_go_junit_report",
|
|
importpath = "github.com/jstemmer/go-junit-report",
|
|
sum = "h1:6QPYqodiu3GuPL+7mfx+NwDdp2eTkp9IfEUpgAwUN0o=",
|
|
version = "v0.9.1",
|
|
)
|
|
go_repository(
|
|
name = "com_github_jtolds_gls",
|
|
importpath = "github.com/jtolds/gls",
|
|
sum = "h1:xdiiI2gbIgH/gLH7ADydsJ1uDOEzR8yvV7C0MuV77Wo=",
|
|
version = "v4.20.0+incompatible",
|
|
)
|
|
go_repository(
|
|
name = "com_github_julienschmidt_httprouter",
|
|
importpath = "github.com/julienschmidt/httprouter",
|
|
sum = "h1:U0609e9tgbseu3rBINet9P48AI/D3oJs4dN7jwJOQ1U=",
|
|
version = "v1.3.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_jung_kurt_gofpdf",
|
|
importpath = "github.com/jung-kurt/gofpdf",
|
|
sum = "h1:PJr+ZMXIecYc1Ey2zucXdR73SMBtgjPgwa31099IMv0=",
|
|
version = "v1.0.3-0.20190309125859-24315acbbda5",
|
|
)
|
|
go_repository(
|
|
name = "com_github_karrick_godirwalk",
|
|
importpath = "github.com/karrick/godirwalk",
|
|
sum = "h1:lOpSw2vJP0y5eLBW906QwKsUK/fe/QDyoqM5rnnuPDY=",
|
|
version = "v1.10.3",
|
|
)
|
|
go_repository(
|
|
name = "com_github_kballard_go_shellquote",
|
|
importpath = "github.com/kballard/go-shellquote",
|
|
sum = "h1:Z9n2FFNUXsshfwJMBgNA0RU6/i7WVaAegv3PtuIHPMs=",
|
|
version = "v0.0.0-20180428030007-95032a82bc51",
|
|
)
|
|
go_repository(
|
|
name = "com_github_kevinburke_ssh_config",
|
|
importpath = "github.com/kevinburke/ssh_config",
|
|
sum = "h1:x584FjTGwHzMwvHx18PXxbBVzfnxogHaAReU4gf13a4=",
|
|
version = "v1.2.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_kisielk_errcheck",
|
|
importpath = "github.com/kisielk/errcheck",
|
|
sum = "h1:e8esj/e4R+SAOwFwN+n3zr0nYeCyeweozKfO23MvHzY=",
|
|
version = "v1.5.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_kisielk_gotool",
|
|
importpath = "github.com/kisielk/gotool",
|
|
sum = "h1:AV2c/EiW3KqPNT9ZKl07ehoAGi4C5/01Cfbblndcapg=",
|
|
version = "v1.0.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_klauspost_asmfmt",
|
|
importpath = "github.com/klauspost/asmfmt",
|
|
sum = "h1:4Ri7ox3EwapiOjCki+hw14RyKk201CN4rzyCJRFLpK4=",
|
|
version = "v1.3.2",
|
|
)
|
|
go_repository(
|
|
name = "com_github_klauspost_compress",
|
|
importpath = "github.com/klauspost/compress",
|
|
sum = "h1:NE3C767s2ak2bweCZo3+rdP4U/HoyVXLv/X9f2gPS5g=",
|
|
version = "v1.17.1",
|
|
)
|
|
go_repository(
|
|
name = "com_github_klauspost_cpuid_v2",
|
|
importpath = "github.com/klauspost/cpuid/v2",
|
|
sum = "h1:lgaqFMSdTdQYdZ04uHyN2d/eKdOMyi2YLSvlQIBFYa4=",
|
|
version = "v2.0.9",
|
|
)
|
|
go_repository(
|
|
name = "com_github_knetic_govaluate",
|
|
importpath = "github.com/Knetic/govaluate",
|
|
sum = "h1:1G1pk05UrOh0NlF1oeaaix1x8XzrfjIDK47TY0Zehcw=",
|
|
version = "v3.0.1-0.20171022003610-9aa49832a739+incompatible",
|
|
)
|
|
go_repository(
|
|
name = "com_github_kolo_xmlrpc",
|
|
importpath = "github.com/kolo/xmlrpc",
|
|
sum = "h1:udzkj9S/zlT5X367kqJis0QP7YMxobob6zhzq6Yre00=",
|
|
version = "v0.0.0-20220921171641-a4b6fa1dd06b",
|
|
)
|
|
go_repository(
|
|
name = "com_github_konsorten_go_windows_terminal_sequences",
|
|
importpath = "github.com/konsorten/go-windows-terminal-sequences",
|
|
sum = "h1:CE8S1cTafDpPvMhIxNJKvHsGVBgn1xWYf1NbHQhywc8=",
|
|
version = "v1.0.3",
|
|
)
|
|
go_repository(
|
|
name = "com_github_kr_fs",
|
|
importpath = "github.com/kr/fs",
|
|
sum = "h1:Jskdu9ieNAYnjxsi0LbQp1ulIKZV1LAFgK1tWhpZgl8=",
|
|
version = "v0.1.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_kr_logfmt",
|
|
importpath = "github.com/kr/logfmt",
|
|
sum = "h1:T+h1c/A9Gawja4Y9mFVWj2vyii2bbUNDw3kt9VxK2EY=",
|
|
version = "v0.0.0-20140226030751-b84e30acd515",
|
|
)
|
|
go_repository(
|
|
name = "com_github_kr_pretty",
|
|
importpath = "github.com/kr/pretty",
|
|
sum = "h1:flRD4NNwYAUpkphVc1HcthR4KEIFJ65n8Mw5qdRn3LE=",
|
|
version = "v0.3.1",
|
|
)
|
|
go_repository(
|
|
name = "com_github_kr_pty",
|
|
importpath = "github.com/kr/pty",
|
|
sum = "h1:AkaSdXYQOWeaO3neb8EM634ahkXXe3jYbVh/F9lq+GI=",
|
|
version = "v1.1.8",
|
|
)
|
|
go_repository(
|
|
name = "com_github_kr_text",
|
|
importpath = "github.com/kr/text",
|
|
sum = "h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=",
|
|
version = "v0.2.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_kylelemons_godebug",
|
|
importpath = "github.com/kylelemons/godebug",
|
|
sum = "h1:RPNrshWIDI6G2gRW9EHilWtl7Z6Sb1BR0xunSBf0SNc=",
|
|
version = "v1.1.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_ledongthuc_pdf",
|
|
importpath = "github.com/ledongthuc/pdf",
|
|
sum = "h1:6Yzfa6GP0rIo/kULo2bwGEkFvCePZ3qHDDTC3/J9Swo=",
|
|
version = "v0.0.0-20220302134840-0c2507a12d80",
|
|
)
|
|
go_repository(
|
|
name = "com_github_leodido_go_urn",
|
|
importpath = "github.com/leodido/go-urn",
|
|
sum = "h1:hpXL4XnriNwQ/ABnpepYM/1vCLWNDfUNts8dX3xTG6Y=",
|
|
version = "v1.2.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_lib_pq",
|
|
importpath = "github.com/lib/pq",
|
|
sum = "h1:YXG7RB+JIjhP29X+OtkiDnYaXQwpS4JEWq7dtCCRUEw=",
|
|
version = "v1.10.9",
|
|
)
|
|
go_repository(
|
|
name = "com_github_lightstep_lightstep_tracer_common_golang_gogo",
|
|
importpath = "github.com/lightstep/lightstep-tracer-common/golang/gogo",
|
|
sum = "h1:143Bb8f8DuGWck/xpNUOckBVYfFbBTnLevfRZ1aVVqo=",
|
|
version = "v0.0.0-20190605223551-bc2310a04743",
|
|
)
|
|
go_repository(
|
|
name = "com_github_lightstep_lightstep_tracer_go",
|
|
importpath = "github.com/lightstep/lightstep-tracer-go",
|
|
sum = "h1:vi1F1IQ8N7hNWytK9DpJsUfQhGuNSc19z330K6vl4zk=",
|
|
version = "v0.18.1",
|
|
)
|
|
go_repository(
|
|
name = "com_github_linode_linodego",
|
|
importpath = "github.com/linode/linodego",
|
|
sum = "h1:s0ReCZtuN9Z1IoUN9w1RLeYO1dMZUGPwOQ/IBFsBHtU=",
|
|
version = "v1.23.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_linuxkit_virtsock",
|
|
importpath = "github.com/linuxkit/virtsock",
|
|
sum = "h1:jUp75lepDg0phMUJBCmvaeFDldD2N3S1lBuPwUTszio=",
|
|
version = "v0.0.0-20201010232012-f8cee7dfc7a3",
|
|
)
|
|
go_repository(
|
|
name = "com_github_liquidgecka_testlib",
|
|
importpath = "github.com/liquidgecka/testlib",
|
|
sum = "h1:E1gsAMD4TysLS1Vt2CGR1EK/RtNPIT7YkiVOy9PS1IM=",
|
|
version = "v0.0.0-20180123051607-561e6b271c63",
|
|
)
|
|
go_repository(
|
|
name = "com_github_lucasb_eyer_go_colorful",
|
|
importpath = "github.com/lucasb-eyer/go-colorful",
|
|
sum = "h1:1nnpGOrhyZZuNyfu1QjKiUICQ74+3FNCN69Aj6K7nkY=",
|
|
version = "v1.2.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_lufia_plan9stats",
|
|
importpath = "github.com/lufia/plan9stats",
|
|
sum = "h1:6E+4a0GO5zZEnZ81pIr0yLvtUWk2if982qA3F3QD6H4=",
|
|
version = "v0.0.0-20211012122336-39d0f177ccd0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_lyft_protoc_gen_star",
|
|
importpath = "github.com/lyft/protoc-gen-star",
|
|
sum = "h1:erE0rdztuaDq3bpGifD95wfoPrSZc95nGA6tbiNYh6M=",
|
|
version = "v0.6.1",
|
|
)
|
|
go_repository(
|
|
name = "com_github_lyft_protoc_gen_star_v2",
|
|
importpath = "github.com/lyft/protoc-gen-star/v2",
|
|
sum = "h1:/3+/2sWyXeMLzKd1bX+ixWKgEMsULrIivpDsuaF441o=",
|
|
version = "v2.0.3",
|
|
)
|
|
go_repository(
|
|
name = "com_github_lyft_protoc_gen_validate",
|
|
importpath = "github.com/lyft/protoc-gen-validate",
|
|
sum = "h1:KNt/RhmQTOLr7Aj8PsJ7mTronaFyx80mRTT9qF261dA=",
|
|
version = "v0.0.13",
|
|
)
|
|
go_repository(
|
|
name = "com_github_magiconair_properties",
|
|
importpath = "github.com/magiconair/properties",
|
|
sum = "h1:5ibWZ6iY0NctNGWo87LalDlEZ6R41TqbbDamhfG/Qzo=",
|
|
version = "v1.8.6",
|
|
)
|
|
go_repository(
|
|
name = "com_github_mailru_easyjson",
|
|
importpath = "github.com/mailru/easyjson",
|
|
sum = "h1:UGYAvKxe3sBsEDzO8ZeWOSlIQfWFlxbzLZe7hwFURr0=",
|
|
version = "v0.7.7",
|
|
)
|
|
go_repository(
|
|
name = "com_github_markbates_oncer",
|
|
importpath = "github.com/markbates/oncer",
|
|
sum = "h1:JgVTCPf0uBVcUSWpyXmGpgOc62nK5HWUBKAGc3Qqa5k=",
|
|
version = "v0.0.0-20181203154359-bf2de49a0be2",
|
|
)
|
|
go_repository(
|
|
name = "com_github_markbates_safe",
|
|
importpath = "github.com/markbates/safe",
|
|
sum = "h1:yjZkbvRM6IzKj9tlu/zMJLS0n/V351OZWRnF3QfaUxI=",
|
|
version = "v1.0.1",
|
|
)
|
|
go_repository(
|
|
name = "com_github_marstr_guid",
|
|
importpath = "github.com/marstr/guid",
|
|
sum = "h1:/M4H/1G4avsieL6BbUwCOBzulmoeKVP5ux/3mQNnbyI=",
|
|
version = "v1.1.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_masterminds_semver_v3",
|
|
importpath = "github.com/Masterminds/semver/v3",
|
|
sum = "h1:hLg3sBzpNErnxhQtUy/mmLR2I9foDujNK030IGemrRc=",
|
|
version = "v3.1.1",
|
|
)
|
|
go_repository(
|
|
name = "com_github_matryer_is",
|
|
importpath = "github.com/matryer/is",
|
|
sum = "h1:92UTHpy8CDwaJ08GqLDzhhuixiBUUD1p3AU6PHddz4A=",
|
|
version = "v1.2.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_mattn_go_colorable",
|
|
importpath = "github.com/mattn/go-colorable",
|
|
sum = "h1:fFA4WZxdEF4tXPZVKMLwD8oUnCTTo08duU7wxecdEvA=",
|
|
version = "v0.1.13",
|
|
)
|
|
go_repository(
|
|
name = "com_github_mattn_go_isatty",
|
|
importpath = "github.com/mattn/go-isatty",
|
|
sum = "h1:JITubQf0MOLdlGRuRq+jtsDlekdYPia9ZFsB8h/APPA=",
|
|
version = "v0.0.19",
|
|
)
|
|
go_repository(
|
|
name = "com_github_mattn_go_localereader",
|
|
importpath = "github.com/mattn/go-localereader",
|
|
sum = "h1:ygSAOl7ZXTx4RdPYinUpg6W99U8jWvWi9Ye2JC/oIi4=",
|
|
version = "v0.0.1",
|
|
)
|
|
go_repository(
|
|
name = "com_github_mattn_go_runewidth",
|
|
importpath = "github.com/mattn/go-runewidth",
|
|
sum = "h1:UNAjwbU9l54TA3KzvqLGxwWjHmMgBUVhBiTjelZgg3U=",
|
|
version = "v0.0.15",
|
|
)
|
|
go_repository(
|
|
name = "com_github_mattn_go_shellwords",
|
|
importpath = "github.com/mattn/go-shellwords",
|
|
sum = "h1:M2zGm7EW6UQJvDeQxo4T51eKPurbeFbe8WtebGE2xrk=",
|
|
version = "v1.0.12",
|
|
)
|
|
go_repository(
|
|
name = "com_github_mattn_go_sqlite3",
|
|
importpath = "github.com/mattn/go-sqlite3",
|
|
sum = "h1:vfoHhTN1af61xCRSWzFIWzx2YskyMTwHLrExkBOjvxI=",
|
|
version = "v1.14.15",
|
|
)
|
|
go_repository(
|
|
name = "com_github_matttproud_golang_protobuf_extensions",
|
|
importpath = "github.com/matttproud/golang_protobuf_extensions",
|
|
sum = "h1:mmDVorXM7PCGKw94cs5zkfA9PSy5pEvNWRP0ET0TIVo=",
|
|
version = "v1.0.4",
|
|
)
|
|
go_repository(
|
|
name = "com_github_maxatome_go_testdeep",
|
|
importpath = "github.com/maxatome/go-testdeep",
|
|
sum = "h1:Ql7Go8Tg0C1D/uMMX59LAoYK7LffeJQ6X2T04nTH68g=",
|
|
version = "v1.12.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_maxbrunsfeld_counterfeiter_v6",
|
|
importpath = "github.com/maxbrunsfeld/counterfeiter/v6",
|
|
sum = "h1:g+4J5sZg6osfvEfkRZxJ1em0VT95/UOZgi/l7zi1/oE=",
|
|
version = "v6.2.2",
|
|
)
|
|
go_repository(
|
|
name = "com_github_mgutz_ansi",
|
|
importpath = "github.com/mgutz/ansi",
|
|
sum = "h1:j7+1HpAFS1zy5+Q4qx1fWh90gTKwiN4QCGoY9TWyyO4=",
|
|
version = "v0.0.0-20170206155736-9520e82c474b",
|
|
)
|
|
go_repository(
|
|
name = "com_github_microcosm_cc_bluemonday",
|
|
importpath = "github.com/microcosm-cc/bluemonday",
|
|
sum = "h1:dNH3e4PSyE4vNX+KlRGHT5KrSvjeUkoNPwEORjffHJg=",
|
|
version = "v1.0.21",
|
|
)
|
|
go_repository(
|
|
name = "com_github_microsoft_applicationinsights_go",
|
|
importpath = "github.com/microsoft/ApplicationInsights-Go",
|
|
sum = "h1:G4+H9WNs6ygSCe6sUyxRc2U81TI5Es90b2t/MwX5KqY=",
|
|
version = "v0.4.4",
|
|
)
|
|
go_repository(
|
|
name = "com_github_microsoft_go_mssqldb",
|
|
importpath = "github.com/microsoft/go-mssqldb",
|
|
sum = "h1:mM3gYdVwEPFrlg/Dvr2DNVEgYFG7L42l+dGc67NNNpc=",
|
|
version = "v1.6.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_microsoft_go_winio",
|
|
importpath = "github.com/Microsoft/go-winio",
|
|
sum = "h1:9/kr64B9VUZrLm5YYwbGtUJnMgqWVOdUAXu6Migciow=",
|
|
version = "v0.6.1",
|
|
)
|
|
go_repository(
|
|
name = "com_github_microsoft_hcsshim",
|
|
importpath = "github.com/Microsoft/hcsshim",
|
|
sum = "h1:wB06W5aYFfUB3IvootYAY2WnOmIdgPGfqSI6tufQNnY=",
|
|
version = "v0.9.2",
|
|
)
|
|
go_repository(
|
|
name = "com_github_microsoft_hcsshim_test",
|
|
importpath = "github.com/Microsoft/hcsshim/test",
|
|
sum = "h1:4FA+QBaydEHlwxg0lMN3rhwoDaQy6LKhVWR4qvq4BuA=",
|
|
version = "v0.0.0-20210227013316-43a75bb4edd3",
|
|
)
|
|
go_repository(
|
|
name = "com_github_miekg_dns",
|
|
importpath = "github.com/miekg/dns",
|
|
sum = "h1:5imZaSeoRNvpM9SzWNhEcP9QliKiz20/dA2QabIGVnE=",
|
|
version = "v1.1.56",
|
|
)
|
|
go_repository(
|
|
name = "com_github_miekg_pkcs11",
|
|
importpath = "github.com/miekg/pkcs11",
|
|
sum = "h1:iMwmD7I5225wv84WxIG/bmxz9AXjWvTWIbM/TYHvWtw=",
|
|
version = "v1.0.3",
|
|
)
|
|
go_repository(
|
|
name = "com_github_minio_asm2plan9s",
|
|
importpath = "github.com/minio/asm2plan9s",
|
|
sum = "h1:AMFGa4R4MiIpspGNG7Z948v4n35fFGB3RR3G/ry4FWs=",
|
|
version = "v0.0.0-20200509001527-cdd76441f9d8",
|
|
)
|
|
go_repository(
|
|
name = "com_github_minio_c2goasm",
|
|
importpath = "github.com/minio/c2goasm",
|
|
sum = "h1:+n/aFZefKZp7spd8DFdX7uMikMLXX4oubIzJF4kv/wI=",
|
|
version = "v0.0.0-20190812172519-36a3d3bbc4f3",
|
|
)
|
|
go_repository(
|
|
name = "com_github_minio_highwayhash",
|
|
importpath = "github.com/minio/highwayhash",
|
|
sum = "h1:Aak5U0nElisjDCfPSG79Tgzkn2gl66NxOMspRrKnA/g=",
|
|
version = "v1.0.2",
|
|
)
|
|
go_repository(
|
|
name = "com_github_mistifyio_go_zfs",
|
|
importpath = "github.com/mistifyio/go-zfs",
|
|
sum = "h1:aKW/4cBs+yK6gpqU3K/oIwk9Q/XICqd3zOX/UFuvqmk=",
|
|
version = "v2.1.2-0.20190413222219-f784269be439+incompatible",
|
|
)
|
|
go_repository(
|
|
name = "com_github_mitchellh_cli",
|
|
importpath = "github.com/mitchellh/cli",
|
|
sum = "h1:tEElEatulEHDeedTxwckzyYMA5c86fbmNIUL1hBIiTg=",
|
|
version = "v1.1.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_mitchellh_copystructure",
|
|
importpath = "github.com/mitchellh/copystructure",
|
|
sum = "h1:vpKXTN4ewci03Vljg/q9QvCGUDttBOGBIa15WveJJGw=",
|
|
version = "v1.2.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_mitchellh_go_homedir",
|
|
importpath = "github.com/mitchellh/go-homedir",
|
|
sum = "h1:lukF9ziXFxDFPkA1vsr5zpc1XuPDn/wFntq5mG+4E0Y=",
|
|
version = "v1.1.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_mitchellh_go_ps",
|
|
importpath = "github.com/mitchellh/go-ps",
|
|
sum = "h1:i6ampVEEF4wQFF+bkYfwYgY+F/uYJDktmvLPf7qIgjc=",
|
|
version = "v1.0.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_mitchellh_go_testing_interface",
|
|
importpath = "github.com/mitchellh/go-testing-interface",
|
|
sum = "h1:jrgshOhYAUVNMAJiKbEu7EqAwgJJ2JqpQmpLJOu07cU=",
|
|
version = "v1.14.1",
|
|
)
|
|
go_repository(
|
|
name = "com_github_mitchellh_go_wordwrap",
|
|
importpath = "github.com/mitchellh/go-wordwrap",
|
|
sum = "h1:TLuKupo69TCn6TQSyGxwI1EblZZEsQ0vMlAFQflz0v0=",
|
|
version = "v1.0.1",
|
|
)
|
|
go_repository(
|
|
name = "com_github_mitchellh_gox",
|
|
importpath = "github.com/mitchellh/gox",
|
|
sum = "h1:lfGJxY7ToLJQjHHwi0EX6uYBdK78egf954SQl13PQJc=",
|
|
version = "v0.4.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_mitchellh_iochan",
|
|
importpath = "github.com/mitchellh/iochan",
|
|
sum = "h1:C+X3KsSTLFVBr/tK1eYN/vs4rJcvsiLU338UhYPJWeY=",
|
|
version = "v1.0.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_mitchellh_mapstructure",
|
|
importpath = "github.com/mitchellh/mapstructure",
|
|
sum = "h1:jeMsZIYE/09sWLaz43PL7Gy6RuMjD2eJVyuac5Z2hdY=",
|
|
version = "v1.5.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_mitchellh_osext",
|
|
importpath = "github.com/mitchellh/osext",
|
|
sum = "h1:2+myh5ml7lgEU/51gbeLHfKGNfgEQQIWrlbdaOsidbQ=",
|
|
version = "v0.0.0-20151018003038-5e2d6d41470f",
|
|
)
|
|
go_repository(
|
|
name = "com_github_mitchellh_reflectwalk",
|
|
importpath = "github.com/mitchellh/reflectwalk",
|
|
sum = "h1:G2LzWKi524PWgd3mLHV8Y5k7s6XUvT0Gef6zxSIeXaQ=",
|
|
version = "v1.0.2",
|
|
)
|
|
go_repository(
|
|
name = "com_github_mmcloughlin_avo",
|
|
importpath = "github.com/mmcloughlin/avo",
|
|
sum = "h1:nAco9/aI9Lg2kiuROBY6BhCI/z0t5jEvJfjWbL8qXLU=",
|
|
version = "v0.5.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_moby_locker",
|
|
importpath = "github.com/moby/locker",
|
|
sum = "h1:fOXqR41zeveg4fFODix+1Ch4mj/gT0NE1XJbp/epuBg=",
|
|
version = "v1.0.1",
|
|
)
|
|
go_repository(
|
|
name = "com_github_moby_moby",
|
|
importpath = "github.com/moby/moby",
|
|
sum = "h1:vea1J80wDM5x5geaZSaywFkfFxLABJIQ3mmR4ewZGbU=",
|
|
version = "v25.0.4+incompatible",
|
|
)
|
|
go_repository(
|
|
name = "com_github_moby_spdystream",
|
|
importpath = "github.com/moby/spdystream",
|
|
sum = "h1:cjW1zVyyoiM0T7b6UoySUFqzXMoqRckQtXwGPiBhOM8=",
|
|
version = "v0.2.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_moby_sys_mountinfo",
|
|
importpath = "github.com/moby/sys/mountinfo",
|
|
sum = "h1:BzJjoreD5BMFNmD9Rus6gdd1pLuecOFPt8wC+Vygl78=",
|
|
version = "v0.6.2",
|
|
)
|
|
go_repository(
|
|
name = "com_github_moby_sys_signal",
|
|
importpath = "github.com/moby/sys/signal",
|
|
sum = "h1:aDpY94H8VlhTGa9sNYUFCFsMZIUh5wm0B6XkIoJj/iY=",
|
|
version = "v0.6.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_moby_sys_symlink",
|
|
importpath = "github.com/moby/sys/symlink",
|
|
sum = "h1:tk1rOM+Ljp0nFmfOIBtlV3rTDlWOwFRhjEeAhZB0nZc=",
|
|
version = "v0.2.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_moby_term",
|
|
importpath = "github.com/moby/term",
|
|
sum = "h1:dcztxKSvZ4Id8iPpHERQBbIJfabdt4wUm5qy3wOL2Zc=",
|
|
version = "v0.0.0-20210619224110-3f7ff695adc6",
|
|
)
|
|
go_repository(
|
|
name = "com_github_modern_go_concurrent",
|
|
importpath = "github.com/modern-go/concurrent",
|
|
sum = "h1:TRLaZ9cD/w8PVh93nsPXa1VrQ6jlwL5oN8l14QlcNfg=",
|
|
version = "v0.0.0-20180306012644-bacd9c7ef1dd",
|
|
)
|
|
go_repository(
|
|
name = "com_github_modern_go_reflect2",
|
|
importpath = "github.com/modern-go/reflect2",
|
|
sum = "h1:xBagoLtFs94CBntxluKeaWgTMpvLxC4ur3nMaC9Gz0M=",
|
|
version = "v1.0.2",
|
|
)
|
|
go_repository(
|
|
name = "com_github_modocache_gover",
|
|
importpath = "github.com/modocache/gover",
|
|
sum = "h1:8Q0qkMVC/MmWkpIdlvZgcv2o2jrlF6zqVOh7W5YHdMA=",
|
|
version = "v0.0.0-20171022184752-b58185e213c5",
|
|
)
|
|
go_repository(
|
|
name = "com_github_montanaflynn_stats",
|
|
importpath = "github.com/montanaflynn/stats",
|
|
sum = "h1:r3y12KyNxj/Sb/iOE46ws+3mS1+MZca1wlHQFPsY/JU=",
|
|
version = "v0.7.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_morikuni_aec",
|
|
importpath = "github.com/morikuni/aec",
|
|
sum = "h1:nP9CBfwrvYnBRgY6qfDQkygYDmYwOilePFkwzv4dU8A=",
|
|
version = "v1.0.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_mrunalp_fileutils",
|
|
importpath = "github.com/mrunalp/fileutils",
|
|
sum = "h1:NKzVxiH7eSk+OQ4M+ZYW1K6h27RUV3MI6NUTsHhU6Z4=",
|
|
version = "v0.5.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_muesli_ansi",
|
|
importpath = "github.com/muesli/ansi",
|
|
sum = "h1:ZK8zHtRHOkbHy6Mmr5D264iyp3TiX5OmNcI5cIARiQI=",
|
|
version = "v0.0.0-20230316100256-276c6243b2f6",
|
|
)
|
|
go_repository(
|
|
name = "com_github_muesli_cancelreader",
|
|
importpath = "github.com/muesli/cancelreader",
|
|
sum = "h1:3I4Kt4BQjOR54NavqnDogx/MIoWBFa0StPA8ELUXHmA=",
|
|
version = "v0.2.2",
|
|
)
|
|
go_repository(
|
|
name = "com_github_muesli_reflow",
|
|
importpath = "github.com/muesli/reflow",
|
|
sum = "h1:IFsN6K9NfGtjeggFP+68I4chLZV2yIKsXJFNZ+eWh6s=",
|
|
version = "v0.3.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_muesli_termenv",
|
|
importpath = "github.com/muesli/termenv",
|
|
sum = "h1:GohcuySI0QmI3wN8Ok9PtKGkgkFIk7y6Vpb5PvrY+Wo=",
|
|
version = "v0.15.2",
|
|
)
|
|
go_repository(
|
|
name = "com_github_munnerz_goautoneg",
|
|
importpath = "github.com/munnerz/goautoneg",
|
|
sum = "h1:C3w9PqII01/Oq1c1nUAm88MOHcQC9l5mIlSMApZMrHA=",
|
|
version = "v0.0.0-20191010083416-a7dc8b61c822",
|
|
)
|
|
go_repository(
|
|
name = "com_github_mwitkow_go_conntrack",
|
|
importpath = "github.com/mwitkow/go-conntrack",
|
|
sum = "h1:KUppIJq7/+SVif2QVs3tOP0zanoHgBEVAwHxUSIzRqU=",
|
|
version = "v0.0.0-20190716064945-2f068394615f",
|
|
)
|
|
go_repository(
|
|
name = "com_github_mxk_go_flowrate",
|
|
importpath = "github.com/mxk/go-flowrate",
|
|
sum = "h1:y5//uYreIhSUg3J1GEMiLbxo1LJaP8RfCpH6pymGZus=",
|
|
version = "v0.0.0-20140419014527-cca7078d478f",
|
|
)
|
|
go_repository(
|
|
name = "com_github_mxschmitt_golang_combinations",
|
|
importpath = "github.com/mxschmitt/golang-combinations",
|
|
sum = "h1:NFoO7CSP8MUcFlHpe1YdewKwMa15dgDbaqkVLC5DUPI=",
|
|
version = "v1.0.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_natefinch_atomic",
|
|
importpath = "github.com/natefinch/atomic",
|
|
sum = "h1:ZPYKxkqQOx3KZ+RsbnP/YsgvxWQPGxjC0oBt2AhwV0A=",
|
|
version = "v1.0.1",
|
|
)
|
|
go_repository(
|
|
name = "com_github_nats_io_jwt",
|
|
importpath = "github.com/nats-io/jwt",
|
|
sum = "h1:w3GMTO969dFg+UOKTmmyuu7IGdusK+7Ytlt//OYH/uU=",
|
|
version = "v1.2.2",
|
|
)
|
|
go_repository(
|
|
name = "com_github_nats_io_jwt_v2",
|
|
importpath = "github.com/nats-io/jwt/v2",
|
|
sum = "h1:i/O6cmIsjpcQyWDYNcq2JyZ3/VTF8SJ4JWluI5OhpvI=",
|
|
version = "v2.0.3",
|
|
)
|
|
go_repository(
|
|
name = "com_github_nats_io_nats_go",
|
|
importpath = "github.com/nats-io/nats.go",
|
|
sum = "h1:+0ndxwUPz3CmQ2vjbXdkC1fo3FdiOQDim4gl3Mge8Qo=",
|
|
version = "v1.12.1",
|
|
)
|
|
go_repository(
|
|
name = "com_github_nats_io_nats_server_v2",
|
|
importpath = "github.com/nats-io/nats-server/v2",
|
|
sum = "h1:wsnVaaXH9VRSg+A2MVg5Q727/CqxnmPLGFQ3YZYKTQg=",
|
|
version = "v2.5.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_nats_io_nkeys",
|
|
importpath = "github.com/nats-io/nkeys",
|
|
sum = "h1:cgM5tL53EvYRU+2YLXIK0G2mJtK12Ft9oeooSZMA2G8=",
|
|
version = "v0.3.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_nats_io_nuid",
|
|
importpath = "github.com/nats-io/nuid",
|
|
sum = "h1:5iA8DT8V7q8WK2EScv2padNa/rTESc1KdnPw4TC2paw=",
|
|
version = "v1.0.1",
|
|
)
|
|
go_repository(
|
|
name = "com_github_nbutton23_zxcvbn_go",
|
|
importpath = "github.com/nbutton23/zxcvbn-go",
|
|
sum = "h1:AREM5mwr4u1ORQBMvzfzBgpsctsbQikCVpvC+tX285E=",
|
|
version = "v0.0.0-20180912185939-ae427f1e4c1d",
|
|
)
|
|
go_repository(
|
|
name = "com_github_ncw_swift",
|
|
importpath = "github.com/ncw/swift",
|
|
sum = "h1:4DQRPj35Y41WogBxyhOXlrI37nzGlyEcsforeudyYPQ=",
|
|
version = "v1.0.47",
|
|
)
|
|
go_repository(
|
|
name = "com_github_netflix_go_expect",
|
|
importpath = "github.com/Netflix/go-expect",
|
|
sum = "h1:+vx7roKuyA63nhn5WAunQHLTznkw5W8b1Xc0dNjp83s=",
|
|
version = "v0.0.0-20220104043353-73e0943537d2",
|
|
)
|
|
go_repository(
|
|
name = "com_github_niemeyer_pretty",
|
|
importpath = "github.com/niemeyer/pretty",
|
|
sum = "h1:fD57ERR4JtEqsWbfPhv4DMiApHyliiK5xCTNVSPiaAs=",
|
|
version = "v0.0.0-20200227124842-a10e7caefd8e",
|
|
)
|
|
go_repository(
|
|
name = "com_github_nightlyone_lockfile",
|
|
importpath = "github.com/nightlyone/lockfile",
|
|
sum = "h1:RHep2cFKK4PonZJDdEl4GmkabuhbsRMgk/k3uAmxBiA=",
|
|
version = "v1.0.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_nxadm_tail",
|
|
importpath = "github.com/nxadm/tail",
|
|
sum = "h1:nPr65rt6Y5JFSKQO7qToXr7pePgD6Gwiw05lkbyAQTE=",
|
|
version = "v1.4.8",
|
|
)
|
|
go_repository(
|
|
name = "com_github_nytimes_gziphandler",
|
|
importpath = "github.com/NYTimes/gziphandler",
|
|
sum = "h1:ZUDjpQae29j0ryrS0u/B8HZfJBtBQHjqw2rQ2cqUQ3I=",
|
|
version = "v1.1.1",
|
|
)
|
|
go_repository(
|
|
name = "com_github_oklog_oklog",
|
|
importpath = "github.com/oklog/oklog",
|
|
sum = "h1:wVfs8F+in6nTBMkA7CbRw+zZMIB7nNM825cM1wuzoTk=",
|
|
version = "v0.3.2",
|
|
)
|
|
go_repository(
|
|
name = "com_github_oklog_run",
|
|
importpath = "github.com/oklog/run",
|
|
sum = "h1:GEenZ1cK0+q0+wsJew9qUg/DyD8k3JzYsZAi5gYi2mA=",
|
|
version = "v1.1.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_oklog_ulid",
|
|
importpath = "github.com/oklog/ulid",
|
|
sum = "h1:EGfNDEx6MqHz8B3uNV6QAib1UR2Lm97sHi3ocA6ESJ4=",
|
|
version = "v1.3.1",
|
|
)
|
|
go_repository(
|
|
name = "com_github_olekukonko_tablewriter",
|
|
importpath = "github.com/olekukonko/tablewriter",
|
|
sum = "h1:P2Ga83D34wi1o9J6Wh1mRuqd4mF/x/lgBS7N7AbDhec=",
|
|
version = "v0.0.5",
|
|
)
|
|
go_repository(
|
|
name = "com_github_oneofone_xxhash",
|
|
importpath = "github.com/OneOfOne/xxhash",
|
|
sum = "h1:KMrpdQIwFcEqXDklaen+P1axHaj9BSKzvpUUfnHldSE=",
|
|
version = "v1.2.2",
|
|
)
|
|
go_repository(
|
|
name = "com_github_onsi_ginkgo",
|
|
importpath = "github.com/onsi/ginkgo",
|
|
sum = "h1:29JGrr5oVBm5ulCWet69zQkzWipVXIol6ygQUe/EzNc=",
|
|
version = "v1.16.4",
|
|
)
|
|
go_repository(
|
|
name = "com_github_onsi_ginkgo_v2",
|
|
importpath = "github.com/onsi/ginkgo/v2",
|
|
sum = "h1:WgqUCUt/lT6yXoQ8Wef0fsNn5cAuMK7+KT9UFRz2tcU=",
|
|
version = "v2.11.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_onsi_gomega",
|
|
importpath = "github.com/onsi/gomega",
|
|
sum = "h1:naR28SdDFlqrG6kScpT8VWpu1xWY5nJRCF3XaYyBjhI=",
|
|
version = "v1.27.10",
|
|
)
|
|
go_repository(
|
|
name = "com_github_op_go_logging",
|
|
importpath = "github.com/op/go-logging",
|
|
sum = "h1:lDH9UUVJtmYCjyT0CI4q8xvlXPxeZ0gYCVvWbmPlp88=",
|
|
version = "v0.0.0-20160315200505-970db520ece7",
|
|
)
|
|
go_repository(
|
|
name = "com_github_opencontainers_go_digest",
|
|
importpath = "github.com/opencontainers/go-digest",
|
|
sum = "h1:apOUWs51W5PlhuyGyz9FCeeBIOUDA/6nW8Oi/yOhh5U=",
|
|
version = "v1.0.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_opencontainers_image_spec",
|
|
importpath = "github.com/opencontainers/image-spec",
|
|
sum = "h1:9yCKha/T5XdGtO0q9Q9a6T5NUCsTn/DrBg0D7ufOcFM=",
|
|
version = "v1.0.2",
|
|
)
|
|
go_repository(
|
|
name = "com_github_opencontainers_runc",
|
|
importpath = "github.com/opencontainers/runc",
|
|
sum = "h1:O9+X96OcDjkmmZyfaG996kV7yq8HsoU2h1XRRQcefG8=",
|
|
version = "v1.1.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_opencontainers_runtime_spec",
|
|
importpath = "github.com/opencontainers/runtime-spec",
|
|
sum = "h1:3snG66yBm59tKhhSPQrQ/0bCrv1LQbKt40LnUPiUxdc=",
|
|
version = "v1.0.3-0.20210326190908-1c3f411f0417",
|
|
)
|
|
go_repository(
|
|
name = "com_github_opencontainers_runtime_tools",
|
|
importpath = "github.com/opencontainers/runtime-tools",
|
|
sum = "h1:H7DMc6FAjgwZZi8BRqjrAAHWoqEr5e5L6pS4V0ezet4=",
|
|
version = "v0.0.0-20181011054405-1d69bd0f9c39",
|
|
)
|
|
go_repository(
|
|
name = "com_github_opencontainers_selinux",
|
|
importpath = "github.com/opencontainers/selinux",
|
|
sum = "h1:rAiKF8hTcgLI3w0DHm6i0ylVVcOrlgR1kK99DRLDhyU=",
|
|
version = "v1.10.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_opentracing_basictracer_go",
|
|
importpath = "github.com/opentracing/basictracer-go",
|
|
sum = "h1:Oa1fTSBvAl8pa3U+IJYqrKm0NALwH9OsgwOqDv4xJW0=",
|
|
version = "v1.1.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_opentracing_contrib_go_observer",
|
|
importpath = "github.com/opentracing-contrib/go-observer",
|
|
sum = "h1:lM6RxxfUMrYL/f8bWEUqdXrANWtrL7Nndbm9iFN0DlU=",
|
|
version = "v0.0.0-20170622124052-a52f23424492",
|
|
)
|
|
go_repository(
|
|
name = "com_github_opentracing_opentracing_go",
|
|
importpath = "github.com/opentracing/opentracing-go",
|
|
sum = "h1:uEJPy/1a5RIPAJ0Ov+OIO8OxWu77jEv+1B0VhjKrZUs=",
|
|
version = "v1.2.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_openzipkin_contrib_zipkin_go_opentracing",
|
|
importpath = "github.com/openzipkin-contrib/zipkin-go-opentracing",
|
|
sum = "h1:ZCnq+JUrvXcDVhX/xRolRBZifmabN1HcS1wrPSvxhrU=",
|
|
version = "v0.4.5",
|
|
)
|
|
go_repository(
|
|
name = "com_github_openzipkin_zipkin_go",
|
|
importpath = "github.com/openzipkin/zipkin-go",
|
|
sum = "h1:UwtQQx2pyPIgWYHRg+epgdx1/HnBQTgN3/oIYEJTQzU=",
|
|
version = "v0.2.5",
|
|
)
|
|
go_repository(
|
|
name = "com_github_orisano_pixelmatch",
|
|
importpath = "github.com/orisano/pixelmatch",
|
|
sum = "h1:x0TT0RDC7UhAVbbWWBzr41ElhJx5tXPWkIHA2HWPRuw=",
|
|
version = "v0.0.0-20220722002657-fb0b55479cde",
|
|
)
|
|
go_repository(
|
|
name = "com_github_ovh_go_ovh",
|
|
importpath = "github.com/ovh/go-ovh",
|
|
sum = "h1:Gs3V823zwTFpzgGLZNI6ILS4rmxZgJwJCz54Er9LwD0=",
|
|
version = "v1.4.3",
|
|
)
|
|
go_repository(
|
|
name = "com_github_pact_foundation_pact_go",
|
|
importpath = "github.com/pact-foundation/pact-go",
|
|
sum = "h1:OYkFijGHoZAYbOIb1LWXrwKQbMMRUv1oQ89blD2Mh2Q=",
|
|
version = "v1.0.4",
|
|
)
|
|
go_repository(
|
|
name = "com_github_pascaldekloe_goe",
|
|
importpath = "github.com/pascaldekloe/goe",
|
|
sum = "h1:cBOtyMzM9HTpWjXfbbunk26uA6nG3a8n06Wieeh0MwY=",
|
|
version = "v0.1.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_pborman_uuid",
|
|
importpath = "github.com/pborman/uuid",
|
|
sum = "h1:J7Q5mO4ysT1dv8hyrUGHb9+ooztCXu1D8MY8DZYsu3g=",
|
|
version = "v1.2.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_pelletier_go_toml",
|
|
importpath = "github.com/pelletier/go-toml",
|
|
sum = "h1:4yBQzkHv+7BHq2PQUZF3Mx0IYxG7LsP222s7Agd3ve8=",
|
|
version = "v1.9.5",
|
|
)
|
|
go_repository(
|
|
name = "com_github_pelletier_go_toml_v2",
|
|
importpath = "github.com/pelletier/go-toml/v2",
|
|
sum = "h1:ipoSadvV8oGUjnUbMub59IDPPwfxF694nG/jwbMiyQg=",
|
|
version = "v2.0.5",
|
|
)
|
|
go_repository(
|
|
name = "com_github_performancecopilot_speed",
|
|
importpath = "github.com/performancecopilot/speed",
|
|
sum = "h1:2WnRzIquHa5QxaJKShDkLM+sc0JPuwhXzK8OYOyt3Vg=",
|
|
version = "v3.0.0+incompatible",
|
|
)
|
|
go_repository(
|
|
name = "com_github_performancecopilot_speed_v4",
|
|
importpath = "github.com/performancecopilot/speed/v4",
|
|
sum = "h1:VxEDCmdkfbQYDlcr/GC9YoN9PQ6p8ulk9xVsepYy9ZY=",
|
|
version = "v4.0.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_petar_dambovaliev_aho_corasick",
|
|
importpath = "github.com/petar-dambovaliev/aho-corasick",
|
|
sum = "h1:POJco99aNgosh92lGqmx7L1ei+kCymivB/419SD15PQ=",
|
|
version = "v0.0.0-20230725210150-fb29fc3c913e",
|
|
)
|
|
go_repository(
|
|
name = "com_github_peterbourgon_diskv",
|
|
importpath = "github.com/peterbourgon/diskv",
|
|
sum = "h1:UBdAOUP5p4RWqPBg048CAvpKN+vxiaj6gdUUzhl4XmI=",
|
|
version = "v2.0.1+incompatible",
|
|
)
|
|
go_repository(
|
|
name = "com_github_pgavlin_diff",
|
|
importpath = "github.com/pgavlin/diff",
|
|
sum = "h1:Or25BtWLCyWKjnLyuMDrQsc6VcCs1V2AiKdOnxHEeEk=",
|
|
version = "v0.0.0-20230503175810-113847418e2e",
|
|
)
|
|
go_repository(
|
|
name = "com_github_pgavlin_fx",
|
|
importpath = "github.com/pgavlin/fx",
|
|
sum = "h1:r9jEg69DhNoCd3Xh0+5mIbdbS3PqWrVWujkY76MFRTU=",
|
|
version = "v0.1.6",
|
|
)
|
|
go_repository(
|
|
name = "com_github_pgavlin_goldmark",
|
|
importpath = "github.com/pgavlin/goldmark",
|
|
sum = "h1:LoCV5cscNVWyK5ChN/uCoIFJz8jZD63VQiGJIRgr6uo=",
|
|
version = "v1.1.33-0.20200616210433-b5eb04559386",
|
|
)
|
|
go_repository(
|
|
name = "com_github_pgavlin_text",
|
|
importpath = "github.com/pgavlin/text",
|
|
sum = "h1:TMx3Fq7JiybnvprFQ38/8V1T1GPgHEtsQmwscGpN1jc=",
|
|
version = "v0.0.0-20230428184845-84c285f11d2f",
|
|
)
|
|
go_repository(
|
|
name = "com_github_phpdave11_gofpdf",
|
|
importpath = "github.com/phpdave11/gofpdf",
|
|
sum = "h1:KPKiIbfwbvC/wOncwhrpRdXVj2CZTCFlw4wnoyjtHfQ=",
|
|
version = "v1.4.2",
|
|
)
|
|
go_repository(
|
|
name = "com_github_phpdave11_gofpdi",
|
|
importpath = "github.com/phpdave11/gofpdi",
|
|
sum = "h1:o61duiW8M9sMlkVXWlvP92sZJtGKENvW3VExs6dZukQ=",
|
|
version = "v1.0.13",
|
|
)
|
|
go_repository(
|
|
name = "com_github_pierrec_lz4",
|
|
importpath = "github.com/pierrec/lz4",
|
|
sum = "h1:9UY3+iC23yxF0UfGaYrGplQ+79Rg+h/q9FV9ix19jjM=",
|
|
version = "v2.6.1+incompatible",
|
|
)
|
|
go_repository(
|
|
name = "com_github_pierrec_lz4_v4",
|
|
importpath = "github.com/pierrec/lz4/v4",
|
|
sum = "h1:MO0/ucJhngq7299dKLwIMtgTfbkoSPF6AoMYDd8Q4q0=",
|
|
version = "v4.1.15",
|
|
)
|
|
go_repository(
|
|
name = "com_github_pjbgf_sha1cd",
|
|
importpath = "github.com/pjbgf/sha1cd",
|
|
sum = "h1:4D5XXmUUBUl/xQ6IjCkEAbqXskkq/4O7LmGn0AqMDs4=",
|
|
version = "v0.3.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_pkg_browser",
|
|
importpath = "github.com/pkg/browser",
|
|
sum = "h1:KoWmjvw+nsYOo29YJK9vDA65RGE3NrOnUtO7a+RF9HU=",
|
|
version = "v0.0.0-20210911075715-681adbf594b8",
|
|
)
|
|
go_repository(
|
|
name = "com_github_pkg_diff",
|
|
importpath = "github.com/pkg/diff",
|
|
sum = "h1:aoZm08cpOy4WuID//EZDgcC4zIxODThtZNPirFr42+A=",
|
|
version = "v0.0.0-20210226163009-20ebb0f2a09e",
|
|
)
|
|
go_repository(
|
|
name = "com_github_pkg_errors",
|
|
importpath = "github.com/pkg/errors",
|
|
sum = "h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=",
|
|
version = "v0.9.1",
|
|
)
|
|
go_repository(
|
|
name = "com_github_pkg_profile",
|
|
importpath = "github.com/pkg/profile",
|
|
sum = "h1:F++O52m40owAmADcojzM+9gyjmMOY/T4oYJkgFDH8RE=",
|
|
version = "v1.2.1",
|
|
)
|
|
go_repository(
|
|
name = "com_github_pkg_sftp",
|
|
importpath = "github.com/pkg/sftp",
|
|
sum = "h1:I2qBYMChEhIjOgazfJmV3/mZM256btk6wkCDRmW7JYs=",
|
|
version = "v1.13.1",
|
|
)
|
|
go_repository(
|
|
name = "com_github_pkg_term",
|
|
importpath = "github.com/pkg/term",
|
|
sum = "h1:xIAAdCMh3QIAy+5FrE8Ad8XoDhEU4ufwbaSozViP9kk=",
|
|
version = "v1.1.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_pmezard_go_difflib",
|
|
importpath = "github.com/pmezard/go-difflib",
|
|
sum = "h1:Jamvg5psRIccs7FGNTlIRMkT8wgtp5eCXdBlqhYGL6U=",
|
|
version = "v1.0.1-0.20181226105442-5d4384ee4fb2",
|
|
)
|
|
go_repository(
|
|
name = "com_github_posener_complete",
|
|
importpath = "github.com/posener/complete",
|
|
sum = "h1:NP0eAhjcjImqslEwo/1hq7gpajME0fTLTezBKDqfXqo=",
|
|
version = "v1.2.3",
|
|
)
|
|
go_repository(
|
|
name = "com_github_power_devops_perfstat",
|
|
importpath = "github.com/power-devops/perfstat",
|
|
sum = "h1:ncq/mPwQF4JjgDlrVEn3C11VoGHZN7m8qihwgMEtzYw=",
|
|
version = "v0.0.0-20210106213030-5aafc221ea8c",
|
|
)
|
|
go_repository(
|
|
name = "com_github_pquerna_cachecontrol",
|
|
importpath = "github.com/pquerna/cachecontrol",
|
|
sum = "h1:0XM1XL/OFFJjXsYXlG30spTkV/E9+gmd5GD1w2HE8xM=",
|
|
version = "v0.0.0-20171018203845-0dec1b30a021",
|
|
)
|
|
go_repository(
|
|
name = "com_github_prashantv_gostub",
|
|
importpath = "github.com/prashantv/gostub",
|
|
sum = "h1:BTyx3RfQjRHnUWaGF9oQos79AlQ5k8WNktv7VGvVH4g=",
|
|
version = "v1.1.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_prometheus_alertmanager",
|
|
importpath = "github.com/prometheus/alertmanager",
|
|
sum = "h1:uOMJWfIwJguc3NaM3appWNbbrh6G/OjvaHMk22aBBYc=",
|
|
version = "v0.26.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_prometheus_client_golang",
|
|
importpath = "github.com/prometheus/client_golang",
|
|
sum = "h1:rl2sfwZMtSthVU752MqfjQozy7blglC+1SOtjMAMh+Q=",
|
|
version = "v1.17.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_prometheus_client_model",
|
|
importpath = "github.com/prometheus/client_model",
|
|
sum = "h1:VQw1hfvPvk3Uv6Qf29VrPF32JB6rtbgI6cYPYQjL0Qw=",
|
|
version = "v0.5.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_prometheus_common",
|
|
importpath = "github.com/prometheus/common",
|
|
sum = "h1:+5BrQJwiBB9xsMygAB3TNvpQKOwlkc25LbISbrdOOfY=",
|
|
version = "v0.44.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_prometheus_common_assets",
|
|
importpath = "github.com/prometheus/common/assets",
|
|
sum = "h1:0P5OrzoHrYBOSM1OigWL3mY8ZvV2N4zIE/5AahrSrfM=",
|
|
version = "v0.2.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_prometheus_common_sigv4",
|
|
importpath = "github.com/prometheus/common/sigv4",
|
|
sum = "h1:qoVebwtwwEhS85Czm2dSROY5fTo2PAPEVdDeppTwGX4=",
|
|
version = "v0.1.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_prometheus_exporter_toolkit",
|
|
importpath = "github.com/prometheus/exporter-toolkit",
|
|
sum = "h1:yOAzZTi4M22ZzVxD+fhy1URTuNRj/36uQJJ5S8IPza8=",
|
|
version = "v0.10.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_prometheus_procfs",
|
|
importpath = "github.com/prometheus/procfs",
|
|
sum = "h1:xRC8Iq1yyca5ypa9n1EZnWZkt7dwcoRPQwX/5gwaUuI=",
|
|
version = "v0.11.1",
|
|
)
|
|
go_repository(
|
|
name = "com_github_prometheus_prometheus",
|
|
importpath = "github.com/prometheus/prometheus",
|
|
sum = "h1:yrBloImGQ7je4h8M10ujGh4R6oxYQJQKlMuETwNskGk=",
|
|
version = "v0.48.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_prometheus_tsdb",
|
|
importpath = "github.com/prometheus/tsdb",
|
|
sum = "h1:YZcsG11NqnK4czYLrWd9mpEuAJIHVQLwdrleYfszMAA=",
|
|
version = "v0.7.1",
|
|
)
|
|
go_repository(
|
|
name = "com_github_protonmail_go_crypto",
|
|
importpath = "github.com/ProtonMail/go-crypto",
|
|
sum = "h1:kkhsdkhsCvIsutKu5zLMgWtgh9YxGCNAw8Ad8hjwfYg=",
|
|
version = "v0.0.0-20230828082145-3c4c8a2d2371",
|
|
)
|
|
go_repository(
|
|
name = "com_github_puerkitobio_purell",
|
|
importpath = "github.com/PuerkitoBio/purell",
|
|
sum = "h1:WEQqlqaGbrPkxLJWfBwQmfEAE1Z7ONdDLqrN38tNFfI=",
|
|
version = "v1.1.1",
|
|
)
|
|
go_repository(
|
|
name = "com_github_puerkitobio_urlesc",
|
|
importpath = "github.com/PuerkitoBio/urlesc",
|
|
sum = "h1:d+Bc7a5rLufV/sSk/8dngufqelfh6jnri85riMAaF/M=",
|
|
version = "v0.0.0-20170810143723-de5bf2ad4578",
|
|
)
|
|
go_repository(
|
|
name = "com_github_pulumi_appdash",
|
|
importpath = "github.com/pulumi/appdash",
|
|
sum = "h1:vkHw5I/plNdTr435cARxCW6q9gc0S/Yxz7Mkd38pOb0=",
|
|
version = "v0.0.0-20231130102222-75f619a67231",
|
|
)
|
|
go_repository(
|
|
name = "com_github_pulumi_esc",
|
|
importpath = "github.com/pulumi/esc",
|
|
sum = "h1:+z+l8cuwIauLSwXQS0uoI3rqB+YG4SzsZYtHfNoXBvw=",
|
|
version = "v0.6.2",
|
|
)
|
|
go_repository(
|
|
name = "com_github_pulumi_pulumi_java_pkg",
|
|
importpath = "github.com/pulumi/pulumi-java/pkg",
|
|
sum = "h1:F3xJUtMFDVrTGCxb7Rh2Q8s6tj7gMfM5pcoUthz7vFY=",
|
|
version = "v0.9.9",
|
|
)
|
|
go_repository(
|
|
name = "com_github_pulumi_pulumi_yaml",
|
|
importpath = "github.com/pulumi/pulumi-yaml",
|
|
sum = "h1:mb/QkebWXTa1fR+P3ZkCCHGXOYC6iTN8X8By9eNz8xM=",
|
|
version = "v1.6.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_rakyll_embedmd",
|
|
importpath = "github.com/rakyll/embedmd",
|
|
sum = "h1:1jfy6i1g66ijpffgfaF/7pIFYZnSZzvo9P9DFkFmRIM=",
|
|
version = "v0.0.0-20171029212350-c8060a0752a2",
|
|
)
|
|
go_repository(
|
|
name = "com_github_rcrowley_go_metrics",
|
|
importpath = "github.com/rcrowley/go-metrics",
|
|
sum = "h1:9ZKAASQSHhDYGoxY8uLVpewe1GDZ2vu2Tr/vTdVAkFQ=",
|
|
version = "v0.0.0-20181016184325-3113b8401b8a",
|
|
)
|
|
go_repository(
|
|
name = "com_github_remyoudompheng_bigfft",
|
|
importpath = "github.com/remyoudompheng/bigfft",
|
|
sum = "h1:W09IVJc94icq4NjY3clb7Lk8O1qJ8BdBEF8z0ibU0rE=",
|
|
version = "v0.0.0-20230129092748-24d4a6f8daec",
|
|
)
|
|
go_repository(
|
|
name = "com_github_rivo_uniseg",
|
|
importpath = "github.com/rivo/uniseg",
|
|
sum = "h1:8TfxU8dW6PdqD27gjM8MVNuicgxIjxpm4K7x4jp8sis=",
|
|
version = "v0.4.4",
|
|
)
|
|
go_repository(
|
|
name = "com_github_rogpeppe_fastuuid",
|
|
importpath = "github.com/rogpeppe/fastuuid",
|
|
sum = "h1:Ppwyp6VYCF1nvBTXL3trRso7mXMlRrw9ooo375wvi2s=",
|
|
version = "v1.2.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_rogpeppe_go_charset",
|
|
importpath = "github.com/rogpeppe/go-charset",
|
|
sum = "h1:BN/Nyn2nWMoqGRA7G7paDNDqTXE30mXGqzzybrfo05w=",
|
|
version = "v0.0.0-20180617210344-2471d30d28b4",
|
|
)
|
|
go_repository(
|
|
name = "com_github_rogpeppe_go_internal",
|
|
importpath = "github.com/rogpeppe/go-internal",
|
|
sum = "h1:cWPaGQEPrBb5/AsnsZesgZZ9yb1OQ+GOISoDNXVBh4M=",
|
|
version = "v1.11.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_rs_cors",
|
|
importpath = "github.com/rs/cors",
|
|
sum = "h1:l9HGsTsHJcvW14Nk7J9KFz8bzeAWXn3CG6bgt7LsrAE=",
|
|
version = "v1.9.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_rs_xid",
|
|
importpath = "github.com/rs/xid",
|
|
sum = "h1:mhH9Nq+C1fY2l1XIpgxIiUOfNpRBYH1kKcr+qfKgjRc=",
|
|
version = "v1.2.1",
|
|
)
|
|
go_repository(
|
|
name = "com_github_rs_zerolog",
|
|
importpath = "github.com/rs/zerolog",
|
|
sum = "h1:uPRuwkWF4J6fGsJ2R0Gn2jB1EQiav9k3S6CSdygQJXY=",
|
|
version = "v1.15.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_russross_blackfriday_v2",
|
|
importpath = "github.com/russross/blackfriday/v2",
|
|
sum = "h1:JIOH55/0cWyOuilr9/qlrm0BSXldqnqwMsf35Ld67mk=",
|
|
version = "v2.1.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_ruudk_golang_pdf417",
|
|
importpath = "github.com/ruudk/golang-pdf417",
|
|
sum = "h1:K1Xf3bKttbF+koVGaX5xngRIZ5bVjbmPnaxE/dR08uY=",
|
|
version = "v0.0.0-20201230142125-a7e3863a1245",
|
|
)
|
|
go_repository(
|
|
name = "com_github_ryanuber_columnize",
|
|
importpath = "github.com/ryanuber/columnize",
|
|
sum = "h1:j1Wcmh8OrK4Q7GXY+V7SVSY8nUWQxHW5TkBe7YUl+2s=",
|
|
version = "v2.1.0+incompatible",
|
|
)
|
|
go_repository(
|
|
name = "com_github_ryanuber_go_glob",
|
|
importpath = "github.com/ryanuber/go-glob",
|
|
sum = "h1:iQh3xXAumdQ+4Ufa5b25cRpC5TYKlno6hsv6Cb3pkBk=",
|
|
version = "v1.0.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_sabhiram_go_gitignore",
|
|
importpath = "github.com/sabhiram/go-gitignore",
|
|
sum = "h1:OkMGxebDjyw0ULyrTYWeN0UNCCkmCWfjPnIA2W6oviI=",
|
|
version = "v0.0.0-20210923224102-525f6e181f06",
|
|
)
|
|
go_repository(
|
|
name = "com_github_safchain_ethtool",
|
|
importpath = "github.com/safchain/ethtool",
|
|
sum = "h1:ZFfeKAhIQiiOrQaI3/znw0gOmYpO28Tcu1YaqMa/jtQ=",
|
|
version = "v0.0.0-20210803160452-9aa261dae9b1",
|
|
)
|
|
go_repository(
|
|
name = "com_github_sagikazarmark_crypt",
|
|
importpath = "github.com/sagikazarmark/crypt",
|
|
sum = "h1:REOEXCs/NFY/1jOCEouMuT4zEniE5YoXbvpC5X/TLF8=",
|
|
version = "v0.6.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_sahilm_fuzzy",
|
|
importpath = "github.com/sahilm/fuzzy",
|
|
sum = "h1:FzWGaw2Opqyu+794ZQ9SYifWv2EIXpwP4q8dY1kDAwI=",
|
|
version = "v0.1.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_samuel_go_zookeeper",
|
|
importpath = "github.com/samuel/go-zookeeper",
|
|
sum = "h1:p3Vo3i64TCLY7gIfzeQaUJ+kppEO5WQG3cL8iE8tGHU=",
|
|
version = "v0.0.0-20190923202752-2cc03de413da",
|
|
)
|
|
go_repository(
|
|
name = "com_github_santhosh_tekuri_jsonschema_v5",
|
|
importpath = "github.com/santhosh-tekuri/jsonschema/v5",
|
|
sum = "h1:TToq11gyfNlrMFZiYujSekIsPd9AmsA2Bj/iv+s4JHE=",
|
|
version = "v5.0.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_satori_go_uuid",
|
|
importpath = "github.com/satori/go.uuid",
|
|
sum = "h1:0uYX9dsZ2yD7q2RtLRtPSdGDWzjeM3TbMJP9utgA0ww=",
|
|
version = "v1.2.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_scaleway_scaleway_sdk_go",
|
|
importpath = "github.com/scaleway/scaleway-sdk-go",
|
|
sum = "h1:yWfiTPwYxB0l5fGMhl/G+liULugVIHD9AU77iNLrURQ=",
|
|
version = "v1.0.0-beta.21",
|
|
)
|
|
go_repository(
|
|
name = "com_github_sclevine_agouti",
|
|
importpath = "github.com/sclevine/agouti",
|
|
sum = "h1:8IBJS6PWz3uTlMP3YBIR5f+KAldcGuOeFkFbUWfBgK4=",
|
|
version = "v3.0.0+incompatible",
|
|
)
|
|
go_repository(
|
|
name = "com_github_sclevine_spec",
|
|
importpath = "github.com/sclevine/spec",
|
|
sum = "h1:1Jwdf9jSfDl9NVmt8ndHqbTZ7XCCPbh1jI3hkDBHVYA=",
|
|
version = "v1.2.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_sean_seed",
|
|
importpath = "github.com/sean-/seed",
|
|
sum = "h1:nn5Wsu0esKSJiIVhscUtVbo7ada43DJhG55ua/hjS5I=",
|
|
version = "v0.0.0-20170313163322-e2103e2c3529",
|
|
)
|
|
go_repository(
|
|
name = "com_github_seccomp_libseccomp_golang",
|
|
importpath = "github.com/seccomp/libseccomp-golang",
|
|
sum = "h1:58EBmR2dMNL2n/FnbQewK3D14nXr0V9CObDSvMJLq+Y=",
|
|
version = "v0.9.2-0.20210429002308-3879420cc921",
|
|
)
|
|
go_repository(
|
|
name = "com_github_segmentio_asm",
|
|
importpath = "github.com/segmentio/asm",
|
|
sum = "h1:WM03sfUOENvvKexOLp+pCqgb/WDjsi7EK8gIsICtzhc=",
|
|
version = "v1.1.3",
|
|
)
|
|
go_repository(
|
|
name = "com_github_segmentio_encoding",
|
|
importpath = "github.com/segmentio/encoding",
|
|
sum = "h1:E6lVLyDPseWEulBmCmAKPanDd3jiyGDo5gMcugCRwZQ=",
|
|
version = "v0.3.6",
|
|
)
|
|
go_repository(
|
|
name = "com_github_sergi_go_diff",
|
|
importpath = "github.com/sergi/go-diff",
|
|
replace = "github.com/sergi/go-diff",
|
|
sum = "h1:we8PVUC3FE2uYfodKH/nBHMSetSfHDR6scGdBi+erh0=",
|
|
version = "v1.1.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_shirou_gopsutil_v3",
|
|
importpath = "github.com/shirou/gopsutil/v3",
|
|
sum = "h1:UebRzEomgMpv61e3hgD1tGooqX5trFbdU/ehphbHd00=",
|
|
version = "v3.22.3",
|
|
)
|
|
go_repository(
|
|
name = "com_github_shoenig_test",
|
|
importpath = "github.com/shoenig/test",
|
|
sum = "h1:Oe8TPH9wAbv++YPNDKJWUnI8Q4PPWCx3UbOfH+FxiMU=",
|
|
version = "v0.6.6",
|
|
)
|
|
go_repository(
|
|
name = "com_github_shopify_logrus_bugsnag",
|
|
importpath = "github.com/Shopify/logrus-bugsnag",
|
|
sum = "h1:UrqY+r/OJnIp5u0s1SbQ8dVfLCZJsnvazdBP5hS4iRs=",
|
|
version = "v0.0.0-20171204204709-577dee27f20d",
|
|
)
|
|
go_repository(
|
|
name = "com_github_shopify_sarama",
|
|
importpath = "github.com/Shopify/sarama",
|
|
sum = "h1:9oksLxC6uxVPHPVYUmq6xhr1BOF/hHobWH2UzO67z1s=",
|
|
version = "v1.19.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_shopify_toxiproxy",
|
|
importpath = "github.com/Shopify/toxiproxy",
|
|
sum = "h1:TKdv8HiTLgE5wdJuEML90aBgNWsokNbMijUGhmcoBJc=",
|
|
version = "v2.1.4+incompatible",
|
|
)
|
|
go_repository(
|
|
name = "com_github_shopspring_decimal",
|
|
importpath = "github.com/shopspring/decimal",
|
|
sum = "h1:abSATXmQEYyShuxI4/vyW3tV1MrKAJzCZ/0zLUXYbsQ=",
|
|
version = "v1.2.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_shurcool_go_goon",
|
|
importpath = "github.com/shurcooL/go-goon",
|
|
sum = "h1:lRAUE0dIvigSSFAmaM2dfg7OH8T+a8zJ5smEh09a/GI=",
|
|
version = "v0.0.0-20210110234559-7585751d9a17",
|
|
)
|
|
go_repository(
|
|
name = "com_github_shurcool_httpfs",
|
|
importpath = "github.com/shurcooL/httpfs",
|
|
sum = "h1:aqg5Vm5dwtvL+YgDpBcK1ITf3o96N/K7/wsRXQnUTEs=",
|
|
version = "v0.0.0-20230704072500-f1e31cf0ba5c",
|
|
)
|
|
go_repository(
|
|
name = "com_github_shurcool_sanitized_anchor_name",
|
|
importpath = "github.com/shurcooL/sanitized_anchor_name",
|
|
sum = "h1:PdmoCO6wvbs+7yrJyMORt4/BmY5IYyJwS/kOiWx8mHo=",
|
|
version = "v1.0.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_shurcool_vfsgen",
|
|
importpath = "github.com/shurcooL/vfsgen",
|
|
sum = "h1:pXY9qYc/MP5zdvqWEUH6SjNiu7VhSjuVFTFiTcphaLU=",
|
|
version = "v0.0.0-20200824052919-0d455de96546",
|
|
)
|
|
go_repository(
|
|
name = "com_github_sirupsen_logrus",
|
|
importpath = "github.com/sirupsen/logrus",
|
|
sum = "h1:trlNQbNUG3OdDrDil03MCb1H2o9nJ1x4/5LYw7byDE0=",
|
|
version = "v1.9.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_skeema_knownhosts",
|
|
importpath = "github.com/skeema/knownhosts",
|
|
sum = "h1:SHWdIUa82uGZz+F+47k8SY4QhhI291cXCpopT1lK2AQ=",
|
|
version = "v1.2.1",
|
|
)
|
|
go_repository(
|
|
name = "com_github_smartystreets_assertions",
|
|
importpath = "github.com/smartystreets/assertions",
|
|
sum = "h1:zE9ykElWQ6/NYmHa3jpm/yHnI4xSofP+UP6SpjHcSeM=",
|
|
version = "v0.0.0-20180927180507-b2de0cb4f26d",
|
|
)
|
|
go_repository(
|
|
name = "com_github_smartystreets_goconvey",
|
|
importpath = "github.com/smartystreets/goconvey",
|
|
sum = "h1:fv0U8FUIMPNf1L9lnHLvLhgicrIVChEkdzIKYqbNC9s=",
|
|
version = "v1.6.4",
|
|
)
|
|
go_repository(
|
|
name = "com_github_soheilhy_cmux",
|
|
importpath = "github.com/soheilhy/cmux",
|
|
sum = "h1:jjzc5WVemNEDTLwv9tlmemhC73tI08BNOIGwBOo10Js=",
|
|
version = "v0.1.5",
|
|
)
|
|
go_repository(
|
|
name = "com_github_sony_gobreaker",
|
|
importpath = "github.com/sony/gobreaker",
|
|
sum = "h1:oMnRNZXX5j85zso6xCPRNPtmAycat+WcoKbklScLDgQ=",
|
|
version = "v0.4.1",
|
|
)
|
|
go_repository(
|
|
name = "com_github_sourcegraph_appdash_data",
|
|
importpath = "github.com/sourcegraph/appdash-data",
|
|
sum = "h1:8ZnTA26bBOoPkAbbitKPgNlpw0Bwt7ZlpYgZWHWJR/w=",
|
|
version = "v0.0.0-20151005221446-73f23eafcf67",
|
|
)
|
|
go_repository(
|
|
name = "com_github_spaolacci_murmur3",
|
|
importpath = "github.com/spaolacci/murmur3",
|
|
sum = "h1:qLC7fQah7D6K1B0ujays3HV9gkFtllcxhzImRR7ArPQ=",
|
|
version = "v0.0.0-20180118202830-f09979ecbc72",
|
|
)
|
|
go_repository(
|
|
name = "com_github_spf13_afero",
|
|
importpath = "github.com/spf13/afero",
|
|
sum = "h1:stMpOSZFs//0Lv29HduCmli3GUfpFoF3Y1Q/aXj/wVM=",
|
|
version = "v1.9.5",
|
|
)
|
|
go_repository(
|
|
name = "com_github_spf13_cast",
|
|
importpath = "github.com/spf13/cast",
|
|
sum = "h1:rj3WzYc11XZaIZMPKmwP96zkFEnnAmV8s6XbB2aY32w=",
|
|
version = "v1.5.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_spf13_cobra",
|
|
importpath = "github.com/spf13/cobra",
|
|
sum = "h1:hyqWnYt1ZQShIddO5kBpj3vu05/++x6tJ6dg8EC572I=",
|
|
version = "v1.7.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_spf13_jwalterweatherman",
|
|
importpath = "github.com/spf13/jwalterweatherman",
|
|
sum = "h1:ue6voC5bR5F8YxI5S67j9i582FU4Qvo2bmqnqMYADFk=",
|
|
version = "v1.1.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_spf13_pflag",
|
|
importpath = "github.com/spf13/pflag",
|
|
sum = "h1:iy+VFUOCP1a+8yFto/drg2CJ5u0yRoB7fZw3DKv/JXA=",
|
|
version = "v1.0.5",
|
|
)
|
|
go_repository(
|
|
name = "com_github_spf13_viper",
|
|
importpath = "github.com/spf13/viper",
|
|
sum = "h1:BWSJ/M+f+3nmdz9bxB+bWX28kkALN2ok11D0rSo8EJU=",
|
|
version = "v1.13.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_stefanberger_go_pkcs11uri",
|
|
importpath = "github.com/stefanberger/go-pkcs11uri",
|
|
sum = "h1:lIOOHPEbXzO3vnmx2gok1Tfs31Q8GQqKLc8vVqyQq/I=",
|
|
version = "v0.0.0-20201008174630-78d3cae3a980",
|
|
)
|
|
go_repository(
|
|
name = "com_github_stoewer_go_strcase",
|
|
importpath = "github.com/stoewer/go-strcase",
|
|
sum = "h1:Z2iHWqGXH00XYgqDmNgQbIBxf3wrNq0F3feEy0ainaU=",
|
|
version = "v1.2.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_streadway_amqp",
|
|
importpath = "github.com/streadway/amqp",
|
|
sum = "h1:kuuDrUJFZL1QYL9hUNuCxNObNzB0bV/ZG5jV3RWAQgo=",
|
|
version = "v1.0.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_streadway_handy",
|
|
importpath = "github.com/streadway/handy",
|
|
sum = "h1:mOtuXaRAbVZsxAHVdPR3IjfmN8T1h2iczJLynhLybf8=",
|
|
version = "v0.0.0-20200128134331-0f66f006fb2e",
|
|
)
|
|
go_repository(
|
|
name = "com_github_stretchr_objx",
|
|
importpath = "github.com/stretchr/objx",
|
|
sum = "h1:1zr/of2m5FGMsad5YfcqgdqdWrIhu+EBEJRhR1U7z/c=",
|
|
version = "v0.5.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_stretchr_testify",
|
|
importpath = "github.com/stretchr/testify",
|
|
sum = "h1:CcVxjf3Q8PM0mHUKJCdn+eZZtm5yQwehR5yeSVQQcUk=",
|
|
version = "v1.8.4",
|
|
)
|
|
go_repository(
|
|
name = "com_github_subosito_gotenv",
|
|
importpath = "github.com/subosito/gotenv",
|
|
sum = "h1:jyEFiXpy21Wm81FBN71l9VoMMV8H8jG+qIK3GCpY6Qs=",
|
|
version = "v1.4.1",
|
|
)
|
|
go_repository(
|
|
name = "com_github_syndtr_gocapability",
|
|
importpath = "github.com/syndtr/gocapability",
|
|
sum = "h1:kdXcSzyDtseVEc4yCz2qF8ZrQvIDBJLl4S1c3GCXmoI=",
|
|
version = "v0.0.0-20200815063812-42c35b437635",
|
|
)
|
|
go_repository(
|
|
name = "com_github_tchap_go_patricia",
|
|
importpath = "github.com/tchap/go-patricia",
|
|
sum = "h1:JvoDL7JSoIP2HDE8AbDH3zC8QBPxmzYe32HHy5yQ+Ck=",
|
|
version = "v2.2.6+incompatible",
|
|
)
|
|
go_repository(
|
|
name = "com_github_tedsuo_ifrit",
|
|
importpath = "github.com/tedsuo/ifrit",
|
|
sum = "h1:LUUe4cdABGrIJAhl1P1ZpWY76AwukVszFdwkVFVLwIk=",
|
|
version = "v0.0.0-20180802180643-bea94bb476cc",
|
|
)
|
|
go_repository(
|
|
name = "com_github_texttheater_golang_levenshtein",
|
|
importpath = "github.com/texttheater/golang-levenshtein",
|
|
sum = "h1:+cRNoVrfiwufQPhoMzB6N0Yf/Mqajr6t1lOv8GyGE2U=",
|
|
version = "v1.0.1",
|
|
)
|
|
go_repository(
|
|
name = "com_github_tidwall_pretty",
|
|
importpath = "github.com/tidwall/pretty",
|
|
sum = "h1:HsD+QiTn7sK6flMKIvNmpqz1qrpP3Ps6jOKIKMooyg4=",
|
|
version = "v1.0.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_tklauser_go_sysconf",
|
|
importpath = "github.com/tklauser/go-sysconf",
|
|
sum = "h1:IJ1AZGZRWbY8T5Vfk04D9WOA5WSejdflXxP03OUqALw=",
|
|
version = "v0.3.10",
|
|
)
|
|
go_repository(
|
|
name = "com_github_tklauser_numcpus",
|
|
importpath = "github.com/tklauser/numcpus",
|
|
sum = "h1:E53Dm1HjH1/R2/aoCtXtPgzmElmn51aOkhCFSuZq//o=",
|
|
version = "v0.4.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_tmc_grpc_websocket_proxy",
|
|
importpath = "github.com/tmc/grpc-websocket-proxy",
|
|
sum = "h1:uruHq4dN7GR16kFc5fp3d1RIYzJW5onx8Ybykw2YQFA=",
|
|
version = "v0.0.0-20201229170055-e5319fda7802",
|
|
)
|
|
go_repository(
|
|
name = "com_github_tv42_httpunix",
|
|
importpath = "github.com/tv42/httpunix",
|
|
sum = "h1:u6SKchux2yDvFQnDHS3lPnIRmfVJ5Sxy3ao2SIdysLQ=",
|
|
version = "v0.0.0-20191220191345-2ba4b9c3382c",
|
|
)
|
|
go_repository(
|
|
name = "com_github_tweekmonster_luser",
|
|
importpath = "github.com/tweekmonster/luser",
|
|
sum = "h1:X9dsIWPuuEJlPX//UmRKophhOKCGXc46RVIGuttks68=",
|
|
version = "v0.0.0-20161003172636-3fa38070dbd7",
|
|
)
|
|
go_repository(
|
|
name = "com_github_uber_jaeger_client_go",
|
|
importpath = "github.com/uber/jaeger-client-go",
|
|
sum = "h1:D6wyKGCecFaSRUpo8lCVbaOOb6ThwMmTEbhRwtKR97o=",
|
|
version = "v2.30.0+incompatible",
|
|
)
|
|
go_repository(
|
|
name = "com_github_uber_jaeger_lib",
|
|
importpath = "github.com/uber/jaeger-lib",
|
|
sum = "h1:td4jdvLcExb4cBISKIpHuGoVXh+dVKhn2Um6rjCsSsg=",
|
|
version = "v2.4.1+incompatible",
|
|
)
|
|
go_repository(
|
|
name = "com_github_ugorji_go",
|
|
importpath = "github.com/ugorji/go",
|
|
sum = "h1:/68gy2h+1mWMrwZFeD1kQialdSzAb432dtpeJ42ovdo=",
|
|
version = "v1.1.7",
|
|
)
|
|
go_repository(
|
|
name = "com_github_ugorji_go_codec",
|
|
importpath = "github.com/ugorji/go/codec",
|
|
sum = "h1:2SvQaVZ1ouYrrKKwoSk2pzd4A9evlKJb9oTL+OaLUSs=",
|
|
version = "v1.1.7",
|
|
)
|
|
go_repository(
|
|
name = "com_github_urfave_cli",
|
|
importpath = "github.com/urfave/cli",
|
|
sum = "h1:gsqYFH8bb9ekPA12kRo0hfjngWQjkJPlN9R0N78BoUo=",
|
|
version = "v1.22.2",
|
|
)
|
|
go_repository(
|
|
name = "com_github_vishvananda_netlink",
|
|
importpath = "github.com/vishvananda/netlink",
|
|
sum = "h1:+UB2BJA852UkGH42H+Oee69djmxS3ANzl2b/JtT1YiA=",
|
|
version = "v1.1.1-0.20210330154013-f5de75959ad5",
|
|
)
|
|
go_repository(
|
|
name = "com_github_vishvananda_netns",
|
|
importpath = "github.com/vishvananda/netns",
|
|
sum = "h1:p4VB7kIXpOQvVn1ZaTIVp+3vuYAXFe3OJEvjbUYJLaA=",
|
|
version = "v0.0.0-20210104183010-2eb08e3e575f",
|
|
)
|
|
go_repository(
|
|
name = "com_github_vividcortex_gohistogram",
|
|
importpath = "github.com/VividCortex/gohistogram",
|
|
sum = "h1:6+hBz+qvs0JOrrNhhmR7lFxo5sINxBCGXrdtl/UvroE=",
|
|
version = "v1.0.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_vmihailenco_msgpack",
|
|
importpath = "github.com/vmihailenco/msgpack",
|
|
sum = "h1:wapg9xDUZDzGCNFlwc5SqI1rvcciqcxEHac4CYj89xI=",
|
|
version = "v3.3.3+incompatible",
|
|
)
|
|
go_repository(
|
|
name = "com_github_vmihailenco_msgpack_v5",
|
|
importpath = "github.com/vmihailenco/msgpack/v5",
|
|
sum = "h1:5gO0H1iULLWGhs2H5tbAHIZTV8/cYafcFOr9znI5mJU=",
|
|
version = "v5.3.5",
|
|
)
|
|
go_repository(
|
|
name = "com_github_vmihailenco_tagparser_v2",
|
|
importpath = "github.com/vmihailenco/tagparser/v2",
|
|
sum = "h1:y09buUbR+b5aycVFQs/g70pqKVZNBmxwAhO7/IwNM9g=",
|
|
version = "v2.0.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_vultr_govultr_v2",
|
|
importpath = "github.com/vultr/govultr/v2",
|
|
sum = "h1:gej/rwr91Puc/tgh+j33p/BLR16UrIPnSr+AIwYWZQs=",
|
|
version = "v2.17.2",
|
|
)
|
|
go_repository(
|
|
name = "com_github_willf_bitset",
|
|
importpath = "github.com/willf/bitset",
|
|
sum = "h1:N7Z7E9UvjW+sGsEl7k/SJrvY2reP1A07MrGuCjIOjRE=",
|
|
version = "v1.1.11",
|
|
)
|
|
go_repository(
|
|
name = "com_github_xanzy_ssh_agent",
|
|
importpath = "github.com/xanzy/ssh-agent",
|
|
replace = "github.com/pulumi/ssh-agent",
|
|
sum = "h1:7DT4FcZNHWBAp9BFI+k0+HeBYGWbJvilJ29ra/4FlRM=",
|
|
version = "v0.5.1",
|
|
)
|
|
go_repository(
|
|
name = "com_github_xdg_go_pbkdf2",
|
|
importpath = "github.com/xdg-go/pbkdf2",
|
|
sum = "h1:Su7DPu48wXMwC3bs7MCNG+z4FhcyEuz5dlvchbq0B0c=",
|
|
version = "v1.0.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_xdg_go_scram",
|
|
importpath = "github.com/xdg-go/scram",
|
|
sum = "h1:FHX5I5B4i4hKRVRBCFRxq1iQRej7WO3hhBuJf+UUySY=",
|
|
version = "v1.1.2",
|
|
)
|
|
go_repository(
|
|
name = "com_github_xdg_go_stringprep",
|
|
importpath = "github.com/xdg-go/stringprep",
|
|
sum = "h1:XLI/Ng3O1Atzq0oBs3TWm+5ZVgkq2aqdlvP9JtoZ6c8=",
|
|
version = "v1.0.4",
|
|
)
|
|
go_repository(
|
|
name = "com_github_xeipuuv_gojsonpointer",
|
|
importpath = "github.com/xeipuuv/gojsonpointer",
|
|
sum = "h1:J9EGpcZtP0E/raorCMxlFGSTBrsSlaDGf3jU/qvAE2c=",
|
|
version = "v0.0.0-20180127040702-4e3ac2762d5f",
|
|
)
|
|
go_repository(
|
|
name = "com_github_xeipuuv_gojsonreference",
|
|
importpath = "github.com/xeipuuv/gojsonreference",
|
|
sum = "h1:EzJWgHovont7NscjpAxXsDA8S8BMYve8Y5+7cuRE7R0=",
|
|
version = "v0.0.0-20180127040603-bd5ef7bd5415",
|
|
)
|
|
go_repository(
|
|
name = "com_github_xeipuuv_gojsonschema",
|
|
importpath = "github.com/xeipuuv/gojsonschema",
|
|
sum = "h1:LhYJRs+L4fBtjZUfuSZIKGeVu0QRy8e5Xi7D17UxZ74=",
|
|
version = "v1.2.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_xhit_go_str2duration",
|
|
importpath = "github.com/xhit/go-str2duration",
|
|
sum = "h1:BcV5u025cITWxEQKGWr1URRzrcXtu7uk8+luz3Yuhwc=",
|
|
version = "v1.2.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_xhit_go_str2duration_v2",
|
|
importpath = "github.com/xhit/go-str2duration/v2",
|
|
sum = "h1:lxklc02Drh6ynqX+DdPyp5pCKLUQpRT8bp8Ydu2Bstc=",
|
|
version = "v2.1.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_xiang90_probing",
|
|
importpath = "github.com/xiang90/probing",
|
|
sum = "h1:eY9dn8+vbi4tKz5Qo6v2eYzo7kUS51QINcR5jNpbZS8=",
|
|
version = "v0.0.0-20190116061207-43a291ad63a2",
|
|
)
|
|
go_repository(
|
|
name = "com_github_xlab_treeprint",
|
|
importpath = "github.com/xlab/treeprint",
|
|
sum = "h1:G/1DjNkPpfZCFt9CSh6b5/nY4VimlbHF3Rh4obvtzDk=",
|
|
version = "v1.1.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_xordataexchange_crypt",
|
|
importpath = "github.com/xordataexchange/crypt",
|
|
sum = "h1:ESFSdwYZvkeru3RtdrYueztKhOBCSAAzS4Gf+k0tEow=",
|
|
version = "v0.0.3-0.20170626215501-b2862e3d0a77",
|
|
)
|
|
go_repository(
|
|
name = "com_github_youmark_pkcs8",
|
|
importpath = "github.com/youmark/pkcs8",
|
|
sum = "h1:splanxYIlg+5LfHAM6xpdFEAYOk8iySO56hMFq6uLyA=",
|
|
version = "v0.0.0-20181117223130-1be2e3e5546d",
|
|
)
|
|
go_repository(
|
|
name = "com_github_yuin_goldmark",
|
|
importpath = "github.com/yuin/goldmark",
|
|
sum = "h1:ALmeCk/px5FSm1MAcFBAsVKZjDuMVj8Tm7FFIlMJnqU=",
|
|
version = "v1.5.2",
|
|
)
|
|
go_repository(
|
|
name = "com_github_yuin_goldmark_emoji",
|
|
importpath = "github.com/yuin/goldmark-emoji",
|
|
sum = "h1:ctuWEyzGBwiucEqxzwe0SOYDXPAucOrE9NQC18Wa1os=",
|
|
version = "v1.0.1",
|
|
)
|
|
go_repository(
|
|
name = "com_github_yusufpapurcu_wmi",
|
|
importpath = "github.com/yusufpapurcu/wmi",
|
|
sum = "h1:KBNDSne4vP5mbSWnJbO+51IMOXJB67QiYCSBrubbPRg=",
|
|
version = "v1.2.2",
|
|
)
|
|
go_repository(
|
|
name = "com_github_yvasiyarov_go_metrics",
|
|
importpath = "github.com/yvasiyarov/go-metrics",
|
|
sum = "h1:+lm10QQTNSBd8DVTNGHx7o/IKu9HYDvLMffDhbyLccI=",
|
|
version = "v0.0.0-20140926110328-57bccd1ccd43",
|
|
)
|
|
go_repository(
|
|
name = "com_github_yvasiyarov_gorelic",
|
|
importpath = "github.com/yvasiyarov/gorelic",
|
|
sum = "h1:hlE8//ciYMztlGpl/VA+Zm1AcTPHYkHJPbHqE6WJUXE=",
|
|
version = "v0.0.0-20141212073537-a9bba5b9ab50",
|
|
)
|
|
go_repository(
|
|
name = "com_github_yvasiyarov_newrelic_platform_go",
|
|
importpath = "github.com/yvasiyarov/newrelic_platform_go",
|
|
sum = "h1:ERexzlUfuTvpE74urLSbIQW0Z/6hF9t8U4NsJLaioAY=",
|
|
version = "v0.0.0-20140908184405-b21fdbd4370f",
|
|
)
|
|
go_repository(
|
|
name = "com_github_zclconf_go_cty",
|
|
importpath = "github.com/zclconf/go-cty",
|
|
sum = "h1:4GvrUxe/QUDYuJKAav4EYqdM47/kZa672LwmXFmEKT0=",
|
|
version = "v1.13.2",
|
|
)
|
|
go_repository(
|
|
name = "com_github_zclconf_go_cty_debug",
|
|
importpath = "github.com/zclconf/go-cty-debug",
|
|
sum = "h1:FosyBZYxY34Wul7O/MSKey3txpPYyCqVO5ZyceuQJEI=",
|
|
version = "v0.0.0-20191215020915-b22d67c1ba0b",
|
|
)
|
|
go_repository(
|
|
name = "com_github_zeebo_assert",
|
|
importpath = "github.com/zeebo/assert",
|
|
sum = "h1:g7C04CbJuIDKNPFHmsk4hwZDO5O+kntRxzaUoNXj+IQ=",
|
|
version = "v1.3.0",
|
|
)
|
|
go_repository(
|
|
name = "com_github_zeebo_xxh3",
|
|
importpath = "github.com/zeebo/xxh3",
|
|
sum = "h1:xZmwmqxHZA8AI603jOQ0tMqmBr9lPeFwGg6d+xy9DC0=",
|
|
version = "v1.0.2",
|
|
)
|
|
go_repository(
|
|
name = "com_github_zenazn_goji",
|
|
importpath = "github.com/zenazn/goji",
|
|
sum = "h1:RSQQAbXGArQ0dIDEq+PI6WqN6if+5KHu6x2Cx/GXLTQ=",
|
|
version = "v0.9.0",
|
|
)
|
|
go_repository(
|
|
name = "com_google_cloud_go",
|
|
importpath = "cloud.google.com/go",
|
|
sum = "h1:YHLKNupSD1KqjDbQ3+LVdQ81h/UJbJyZG203cEfnQgM=",
|
|
version = "v0.111.0",
|
|
)
|
|
go_repository(
|
|
name = "com_google_cloud_go_accessapproval",
|
|
importpath = "cloud.google.com/go/accessapproval",
|
|
sum = "h1:ZvLvJ952zK8pFHINjpMBY5k7LTAp/6pBf50RDMRgBUI=",
|
|
version = "v1.7.4",
|
|
)
|
|
go_repository(
|
|
name = "com_google_cloud_go_accesscontextmanager",
|
|
importpath = "cloud.google.com/go/accesscontextmanager",
|
|
sum = "h1:Yo4g2XrBETBCqyWIibN3NHNPQKUfQqti0lI+70rubeE=",
|
|
version = "v1.8.4",
|
|
)
|
|
go_repository(
|
|
name = "com_google_cloud_go_aiplatform",
|
|
importpath = "cloud.google.com/go/aiplatform",
|
|
sum = "h1:xyCAfpI4yUMOQ4VtHN/bdmxPQ8xoEkTwFM1nbVmuQhs=",
|
|
version = "v1.58.0",
|
|
)
|
|
go_repository(
|
|
name = "com_google_cloud_go_analytics",
|
|
importpath = "cloud.google.com/go/analytics",
|
|
sum = "h1:w8KIgW8NRUHFVKjpkwCpLaHsr685tJ+ckPStOaSCZz0=",
|
|
version = "v0.22.0",
|
|
)
|
|
go_repository(
|
|
name = "com_google_cloud_go_apigateway",
|
|
importpath = "cloud.google.com/go/apigateway",
|
|
sum = "h1:VVIxCtVerchHienSlaGzV6XJGtEM9828Erzyr3miUGs=",
|
|
version = "v1.6.4",
|
|
)
|
|
go_repository(
|
|
name = "com_google_cloud_go_apigeeconnect",
|
|
importpath = "cloud.google.com/go/apigeeconnect",
|
|
sum = "h1:jSoGITWKgAj/ssVogNE9SdsTqcXnryPzsulENSRlusI=",
|
|
version = "v1.6.4",
|
|
)
|
|
go_repository(
|
|
name = "com_google_cloud_go_apigeeregistry",
|
|
importpath = "cloud.google.com/go/apigeeregistry",
|
|
sum = "h1:DSaD1iiqvELag+lV4VnnqUUFd8GXELu01tKVdWZrviE=",
|
|
version = "v0.8.2",
|
|
)
|
|
go_repository(
|
|
name = "com_google_cloud_go_apikeys",
|
|
importpath = "cloud.google.com/go/apikeys",
|
|
sum = "h1:B9CdHFZTFjVti89tmyXXrO+7vSNo2jvZuHG8zD5trdQ=",
|
|
version = "v0.6.0",
|
|
)
|
|
go_repository(
|
|
name = "com_google_cloud_go_appengine",
|
|
importpath = "cloud.google.com/go/appengine",
|
|
sum = "h1:Qub3fqR7iA1daJWdzjp/Q0Jz0fUG0JbMc7Ui4E9IX/E=",
|
|
version = "v1.8.4",
|
|
)
|
|
go_repository(
|
|
name = "com_google_cloud_go_area120",
|
|
importpath = "cloud.google.com/go/area120",
|
|
sum = "h1:YnSO8m02pOIo6AEOgiOoUDVbw4pf+bg2KLHi4rky320=",
|
|
version = "v0.8.4",
|
|
)
|
|
go_repository(
|
|
name = "com_google_cloud_go_artifactregistry",
|
|
importpath = "cloud.google.com/go/artifactregistry",
|
|
sum = "h1:/hQaadYytMdA5zBh+RciIrXZQBWK4vN7EUsrQHG+/t8=",
|
|
version = "v1.14.6",
|
|
)
|
|
go_repository(
|
|
name = "com_google_cloud_go_asset",
|
|
importpath = "cloud.google.com/go/asset",
|
|
sum = "h1:dLWfTnbwyrq/Kt8Tr2JiAbre1MEvS2Bl5cAMiYAy5Pg=",
|
|
version = "v1.17.0",
|
|
)
|
|
go_repository(
|
|
name = "com_google_cloud_go_assuredworkloads",
|
|
importpath = "cloud.google.com/go/assuredworkloads",
|
|
sum = "h1:FsLSkmYYeNuzDm8L4YPfLWV+lQaUrJmH5OuD37t1k20=",
|
|
version = "v1.11.4",
|
|
)
|
|
go_repository(
|
|
name = "com_google_cloud_go_automl",
|
|
importpath = "cloud.google.com/go/automl",
|
|
sum = "h1:i9tOKXX+1gE7+rHpWKjiuPfGBVIYoWvLNIGpWgPtF58=",
|
|
version = "v1.13.4",
|
|
)
|
|
go_repository(
|
|
name = "com_google_cloud_go_baremetalsolution",
|
|
importpath = "cloud.google.com/go/baremetalsolution",
|
|
sum = "h1:oQiFYYCe0vwp7J8ZmF6siVKEumWtiPFJMJcGuyDVRUk=",
|
|
version = "v1.2.3",
|
|
)
|
|
go_repository(
|
|
name = "com_google_cloud_go_batch",
|
|
importpath = "cloud.google.com/go/batch",
|
|
sum = "h1:AxuSPoL2fWn/rUyvWeNCNd0V2WCr+iHRCU9QO1PUmpY=",
|
|
version = "v1.7.0",
|
|
)
|
|
go_repository(
|
|
name = "com_google_cloud_go_beyondcorp",
|
|
importpath = "cloud.google.com/go/beyondcorp",
|
|
sum = "h1:VXf9SnrnSmj2BF2cHkoTHvOUp8gjsz1KJFOMW7czdsY=",
|
|
version = "v1.0.3",
|
|
)
|
|
go_repository(
|
|
name = "com_google_cloud_go_bigquery",
|
|
importpath = "cloud.google.com/go/bigquery",
|
|
sum = "h1:FiULdbbzUxWD0Y4ZGPSVCDLvqRSyCIO6zKV7E2nf5uA=",
|
|
version = "v1.57.1",
|
|
)
|
|
go_repository(
|
|
name = "com_google_cloud_go_billing",
|
|
importpath = "cloud.google.com/go/billing",
|
|
sum = "h1:GvKy4xLy1zF1XPbwP5NJb2HjRxhnhxjjXxvyZ1S/IAo=",
|
|
version = "v1.18.0",
|
|
)
|
|
go_repository(
|
|
name = "com_google_cloud_go_binaryauthorization",
|
|
importpath = "cloud.google.com/go/binaryauthorization",
|
|
sum = "h1:PHS89lcFayWIEe0/s2jTBiEOtqghCxzc7y7bRNlifBs=",
|
|
version = "v1.8.0",
|
|
)
|
|
go_repository(
|
|
name = "com_google_cloud_go_certificatemanager",
|
|
importpath = "cloud.google.com/go/certificatemanager",
|
|
sum = "h1:5YMQ3Q+dqGpwUZ9X5sipsOQ1fLPsxod9HNq0+nrqc6I=",
|
|
version = "v1.7.4",
|
|
)
|
|
go_repository(
|
|
name = "com_google_cloud_go_channel",
|
|
importpath = "cloud.google.com/go/channel",
|
|
sum = "h1:yYHOORIM+wkBy3EdwArg/WL7Lg+SoGzlKH9o3Bw2/jE=",
|
|
version = "v1.17.4",
|
|
)
|
|
go_repository(
|
|
name = "com_google_cloud_go_cloudbuild",
|
|
importpath = "cloud.google.com/go/cloudbuild",
|
|
sum = "h1:9IHfEMWdCklJ1cwouoiQrnxmP0q3pH7JUt8Hqx4Qbck=",
|
|
version = "v1.15.0",
|
|
)
|
|
go_repository(
|
|
name = "com_google_cloud_go_clouddms",
|
|
importpath = "cloud.google.com/go/clouddms",
|
|
sum = "h1:xe/wJKz55VO1+L891a1EG9lVUgfHr9Ju/I3xh1nwF84=",
|
|
version = "v1.7.3",
|
|
)
|
|
go_repository(
|
|
name = "com_google_cloud_go_cloudtasks",
|
|
importpath = "cloud.google.com/go/cloudtasks",
|
|
sum = "h1:5xXuFfAjg0Z5Wb81j2GAbB3e0bwroCeSF+5jBn/L650=",
|
|
version = "v1.12.4",
|
|
)
|
|
go_repository(
|
|
name = "com_google_cloud_go_compute",
|
|
importpath = "cloud.google.com/go/compute",
|
|
sum = "h1:6sVlXXBmbd7jNX0Ipq0trII3e4n1/MsADLK6a+aiVlk=",
|
|
version = "v1.23.3",
|
|
)
|
|
go_repository(
|
|
name = "com_google_cloud_go_compute_metadata",
|
|
importpath = "cloud.google.com/go/compute/metadata",
|
|
sum = "h1:mg4jlk7mCAj6xXp9UJ4fjI9VUI5rubuGBW5aJ7UnBMY=",
|
|
version = "v0.2.3",
|
|
)
|
|
go_repository(
|
|
name = "com_google_cloud_go_contactcenterinsights",
|
|
importpath = "cloud.google.com/go/contactcenterinsights",
|
|
sum = "h1:EiGBeejtDDtr3JXt9W7xlhXyZ+REB5k2tBgVPVtmNb0=",
|
|
version = "v1.12.1",
|
|
)
|
|
go_repository(
|
|
name = "com_google_cloud_go_container",
|
|
importpath = "cloud.google.com/go/container",
|
|
sum = "h1:jIltU529R2zBFvP8rhiG1mgeTcnT27KhU0H/1d6SQRg=",
|
|
version = "v1.29.0",
|
|
)
|
|
go_repository(
|
|
name = "com_google_cloud_go_containeranalysis",
|
|
importpath = "cloud.google.com/go/containeranalysis",
|
|
sum = "h1:5rhYLX+3a01drpREqBZVXR9YmWH45RnML++8NsCtuD8=",
|
|
version = "v0.11.3",
|
|
)
|
|
go_repository(
|
|
name = "com_google_cloud_go_datacatalog",
|
|
importpath = "cloud.google.com/go/datacatalog",
|
|
sum = "h1:rbYNmHwvAOOwnW2FPXYkaK3Mf1MmGqRzK0mMiIEyLdo=",
|
|
version = "v1.19.0",
|
|
)
|
|
go_repository(
|
|
name = "com_google_cloud_go_dataflow",
|
|
importpath = "cloud.google.com/go/dataflow",
|
|
sum = "h1:7VmCNWcPJBS/srN2QnStTB6nu4Eb5TMcpkmtaPVhRt4=",
|
|
version = "v0.9.4",
|
|
)
|
|
go_repository(
|
|
name = "com_google_cloud_go_dataform",
|
|
importpath = "cloud.google.com/go/dataform",
|
|
sum = "h1:jV+EsDamGX6cE127+QAcCR/lergVeeZdEQ6DdrxW3sQ=",
|
|
version = "v0.9.1",
|
|
)
|
|
go_repository(
|
|
name = "com_google_cloud_go_datafusion",
|
|
importpath = "cloud.google.com/go/datafusion",
|
|
sum = "h1:Q90alBEYlMi66zL5gMSGQHfbZLB55mOAg03DhwTTfsk=",
|
|
version = "v1.7.4",
|
|
)
|
|
go_repository(
|
|
name = "com_google_cloud_go_datalabeling",
|
|
importpath = "cloud.google.com/go/datalabeling",
|
|
sum = "h1:zrq4uMmunf2KFDl/7dS6iCDBBAxBnKVDyw6+ajz3yu0=",
|
|
version = "v0.8.4",
|
|
)
|
|
go_repository(
|
|
name = "com_google_cloud_go_dataplex",
|
|
importpath = "cloud.google.com/go/dataplex",
|
|
sum = "h1:/WhVTR4v/L6ACKjlz/9CqkxkrVh2z7C44CLMUf0f60A=",
|
|
version = "v1.14.0",
|
|
)
|
|
go_repository(
|
|
name = "com_google_cloud_go_dataproc",
|
|
importpath = "cloud.google.com/go/dataproc",
|
|
sum = "h1:W47qHL3W4BPkAIbk4SWmIERwsWBaNnWm0P2sdx3YgGU=",
|
|
version = "v1.12.0",
|
|
)
|
|
go_repository(
|
|
name = "com_google_cloud_go_dataproc_v2",
|
|
importpath = "cloud.google.com/go/dataproc/v2",
|
|
sum = "h1:tTVP9tTxmc8fixxOd/8s6Q6Pz/+yzn7r7XdZHretQH0=",
|
|
version = "v2.3.0",
|
|
)
|
|
go_repository(
|
|
name = "com_google_cloud_go_dataqna",
|
|
importpath = "cloud.google.com/go/dataqna",
|
|
sum = "h1:NJnu1kAPamZDs/if3bJ3+Wb6tjADHKL83NUWsaIp2zg=",
|
|
version = "v0.8.4",
|
|
)
|
|
go_repository(
|
|
name = "com_google_cloud_go_datastore",
|
|
importpath = "cloud.google.com/go/datastore",
|
|
sum = "h1:0P9WcsQeTWjuD1H14JIY7XQscIPQ4Laje8ti96IC5vg=",
|
|
version = "v1.15.0",
|
|
)
|
|
go_repository(
|
|
name = "com_google_cloud_go_datastream",
|
|
importpath = "cloud.google.com/go/datastream",
|
|
sum = "h1:Z2sKPIB7bT2kMW5Uhxy44ZgdJzxzE5uKjavoW+EuHEE=",
|
|
version = "v1.10.3",
|
|
)
|
|
go_repository(
|
|
name = "com_google_cloud_go_deploy",
|
|
importpath = "cloud.google.com/go/deploy",
|
|
sum = "h1:5OVjzm8MPC5kP+Ywbs0mdE0O7AXvAUXksSyHAyMFyMg=",
|
|
version = "v1.16.0",
|
|
)
|
|
go_repository(
|
|
name = "com_google_cloud_go_dialogflow",
|
|
importpath = "cloud.google.com/go/dialogflow",
|
|
sum = "h1:I7UsYowDdNhFI7RCix1uoThDp+8ULHByOo4n1T96y1A=",
|
|
version = "v1.48.0",
|
|
)
|
|
go_repository(
|
|
name = "com_google_cloud_go_dlp",
|
|
importpath = "cloud.google.com/go/dlp",
|
|
sum = "h1:OFlXedmPP/5//X1hBEeq3D9kUVm9fb6ywYANlpv/EsQ=",
|
|
version = "v1.11.1",
|
|
)
|
|
go_repository(
|
|
name = "com_google_cloud_go_documentai",
|
|
importpath = "cloud.google.com/go/documentai",
|
|
sum = "h1:hlYieOXUwiJ7HpBR/vEPfr8nfSxveLVzbqbUkSK0c/4=",
|
|
version = "v1.23.7",
|
|
)
|
|
go_repository(
|
|
name = "com_google_cloud_go_domains",
|
|
importpath = "cloud.google.com/go/domains",
|
|
sum = "h1:ua4GvsDztZ5F3xqjeLKVRDeOvJshf5QFgWGg1CKti3A=",
|
|
version = "v0.9.4",
|
|
)
|
|
go_repository(
|
|
name = "com_google_cloud_go_edgecontainer",
|
|
importpath = "cloud.google.com/go/edgecontainer",
|
|
sum = "h1:Szy3Q/N6bqgQGyxqjI+6xJZbmvPvnFHp3UZr95DKcQ0=",
|
|
version = "v1.1.4",
|
|
)
|
|
go_repository(
|
|
name = "com_google_cloud_go_errorreporting",
|
|
importpath = "cloud.google.com/go/errorreporting",
|
|
sum = "h1:kj1XEWMu8P0qlLhm3FwcaFsUvXChV/OraZwA70trRR0=",
|
|
version = "v0.3.0",
|
|
)
|
|
go_repository(
|
|
name = "com_google_cloud_go_essentialcontacts",
|
|
importpath = "cloud.google.com/go/essentialcontacts",
|
|
sum = "h1:S2if6wkjR4JCEAfDtIiYtD+sTz/oXjh2NUG4cgT1y/Q=",
|
|
version = "v1.6.5",
|
|
)
|
|
go_repository(
|
|
name = "com_google_cloud_go_eventarc",
|
|
importpath = "cloud.google.com/go/eventarc",
|
|
sum = "h1:+pFmO4eu4dOVipSaFBLkmqrRYG94Xl/TQZFOeohkuqU=",
|
|
version = "v1.13.3",
|
|
)
|
|
go_repository(
|
|
name = "com_google_cloud_go_filestore",
|
|
importpath = "cloud.google.com/go/filestore",
|
|
sum = "h1:/+wUEGwk3x3Kxomi2cP5dsR8+SIXxo7M0THDjreFSYo=",
|
|
version = "v1.8.0",
|
|
)
|
|
go_repository(
|
|
name = "com_google_cloud_go_firestore",
|
|
importpath = "cloud.google.com/go/firestore",
|
|
sum = "h1:8aLcKnMPoldYU3YHgu4t2exrKhLQkqaXAGqT0ljrFVw=",
|
|
version = "v1.14.0",
|
|
)
|
|
go_repository(
|
|
name = "com_google_cloud_go_functions",
|
|
importpath = "cloud.google.com/go/functions",
|
|
sum = "h1:ZjdiV3MyumRM6++1Ixu6N0VV9LAGlCX4AhW6Yjr1t+U=",
|
|
version = "v1.15.4",
|
|
)
|
|
go_repository(
|
|
name = "com_google_cloud_go_gaming",
|
|
importpath = "cloud.google.com/go/gaming",
|
|
sum = "h1:5qZmZEWzMf8GEFgm9NeC3bjFRpt7x4S6U7oLbxaf7N8=",
|
|
version = "v1.10.1",
|
|
)
|
|
go_repository(
|
|
name = "com_google_cloud_go_gkebackup",
|
|
importpath = "cloud.google.com/go/gkebackup",
|
|
sum = "h1:KhnOrr9A1tXYIYeXKqCKbCI8TL2ZNGiD3dm+d7BDUBg=",
|
|
version = "v1.3.4",
|
|
)
|
|
go_repository(
|
|
name = "com_google_cloud_go_gkeconnect",
|
|
importpath = "cloud.google.com/go/gkeconnect",
|
|
sum = "h1:1JLpZl31YhQDQeJ98tK6QiwTpgHFYRJwpntggpQQWis=",
|
|
version = "v0.8.4",
|
|
)
|
|
go_repository(
|
|
name = "com_google_cloud_go_gkehub",
|
|
importpath = "cloud.google.com/go/gkehub",
|
|
sum = "h1:J5tYUtb3r0cl2mM7+YHvV32eL+uZQ7lONyUZnPikCEo=",
|
|
version = "v0.14.4",
|
|
)
|
|
go_repository(
|
|
name = "com_google_cloud_go_gkemulticloud",
|
|
importpath = "cloud.google.com/go/gkemulticloud",
|
|
sum = "h1:C2Suwn3uPz+Yy0bxVjTlsMrUCaDovkgvfdyIa+EnUOU=",
|
|
version = "v1.1.0",
|
|
)
|
|
go_repository(
|
|
name = "com_google_cloud_go_grafeas",
|
|
importpath = "cloud.google.com/go/grafeas",
|
|
sum = "h1:oyTL/KjiUeBs9eYLw/40cpSZglUC+0F7X4iu/8t7NWs=",
|
|
version = "v0.3.0",
|
|
)
|
|
go_repository(
|
|
name = "com_google_cloud_go_gsuiteaddons",
|
|
importpath = "cloud.google.com/go/gsuiteaddons",
|
|
sum = "h1:uuw2Xd37yHftViSI8J2hUcCS8S7SH3ZWH09sUDLW30Q=",
|
|
version = "v1.6.4",
|
|
)
|
|
go_repository(
|
|
name = "com_google_cloud_go_iam",
|
|
importpath = "cloud.google.com/go/iam",
|
|
sum = "h1:1jTsCu4bcsNsE4iiqNT5SHwrDRCfRmIaaaVFhRveTJI=",
|
|
version = "v1.1.5",
|
|
)
|
|
go_repository(
|
|
name = "com_google_cloud_go_iap",
|
|
importpath = "cloud.google.com/go/iap",
|
|
sum = "h1:M4vDbQ4TLXdaljXVZSwW7XtxpwXUUarY2lIs66m0aCM=",
|
|
version = "v1.9.3",
|
|
)
|
|
go_repository(
|
|
name = "com_google_cloud_go_ids",
|
|
importpath = "cloud.google.com/go/ids",
|
|
sum = "h1:VuFqv2ctf/A7AyKlNxVvlHTzjrEvumWaZflUzBPz/M4=",
|
|
version = "v1.4.4",
|
|
)
|
|
go_repository(
|
|
name = "com_google_cloud_go_iot",
|
|
importpath = "cloud.google.com/go/iot",
|
|
sum = "h1:m1WljtkZnvLTIRYW1YTOv5A6H1yKgLHR6nU7O8yf27w=",
|
|
version = "v1.7.4",
|
|
)
|
|
go_repository(
|
|
name = "com_google_cloud_go_kms",
|
|
importpath = "cloud.google.com/go/kms",
|
|
sum = "h1:pj1sRfut2eRbD9pFRjNnPNg/CzJPuQAzUujMIM1vVeM=",
|
|
version = "v1.15.5",
|
|
)
|
|
go_repository(
|
|
name = "com_google_cloud_go_language",
|
|
importpath = "cloud.google.com/go/language",
|
|
sum = "h1:zg9uq2yS9PGIOdc0Kz/l+zMtOlxKWonZjjo5w5YPG2A=",
|
|
version = "v1.12.2",
|
|
)
|
|
go_repository(
|
|
name = "com_google_cloud_go_lifesciences",
|
|
importpath = "cloud.google.com/go/lifesciences",
|
|
sum = "h1:rZEI/UxcxVKEzyoRS/kdJ1VoolNItRWjNN0Uk9tfexg=",
|
|
version = "v0.9.4",
|
|
)
|
|
go_repository(
|
|
name = "com_google_cloud_go_logging",
|
|
importpath = "cloud.google.com/go/logging",
|
|
sum = "h1:iEIOXFO9EmSiTjDmfpbRjOxECO7R8C7b8IXUGOj7xZw=",
|
|
version = "v1.9.0",
|
|
)
|
|
go_repository(
|
|
name = "com_google_cloud_go_longrunning",
|
|
importpath = "cloud.google.com/go/longrunning",
|
|
sum = "h1:w8xEcbZodnA2BbW6sVirkkoC+1gP8wS57EUUgGS0GVg=",
|
|
version = "v0.5.4",
|
|
)
|
|
go_repository(
|
|
name = "com_google_cloud_go_managedidentities",
|
|
importpath = "cloud.google.com/go/managedidentities",
|
|
sum = "h1:SF/u1IJduMqQQdJA4MDyivlIQ4SrV5qAawkr/ZEREkY=",
|
|
version = "v1.6.4",
|
|
)
|
|
go_repository(
|
|
name = "com_google_cloud_go_maps",
|
|
importpath = "cloud.google.com/go/maps",
|
|
sum = "h1:WxxLo//b60nNFESefLgaBQevu8QGUmRV3+noOjCfIHs=",
|
|
version = "v1.6.2",
|
|
)
|
|
go_repository(
|
|
name = "com_google_cloud_go_mediatranslation",
|
|
importpath = "cloud.google.com/go/mediatranslation",
|
|
sum = "h1:VRCQfZB4s6jN0CSy7+cO3m4ewNwgVnaePanVCQh/9Z4=",
|
|
version = "v0.8.4",
|
|
)
|
|
go_repository(
|
|
name = "com_google_cloud_go_memcache",
|
|
importpath = "cloud.google.com/go/memcache",
|
|
sum = "h1:cdex/ayDd294XBj2cGeMe6Y+H1JvhN8y78B9UW7pxuQ=",
|
|
version = "v1.10.4",
|
|
)
|
|
go_repository(
|
|
name = "com_google_cloud_go_metastore",
|
|
importpath = "cloud.google.com/go/metastore",
|
|
sum = "h1:94l/Yxg9oBZjin2bzI79oK05feYefieDq0o5fjLSkC8=",
|
|
version = "v1.13.3",
|
|
)
|
|
go_repository(
|
|
name = "com_google_cloud_go_monitoring",
|
|
importpath = "cloud.google.com/go/monitoring",
|
|
sum = "h1:blrdvF0MkPPivSO041ihul7rFMhXdVp8Uq7F59DKXTU=",
|
|
version = "v1.17.0",
|
|
)
|
|
go_repository(
|
|
name = "com_google_cloud_go_networkconnectivity",
|
|
importpath = "cloud.google.com/go/networkconnectivity",
|
|
sum = "h1:e9lUkCe2BexsqsUc2bjV8+gFBpQa54J+/F3qKVtW+wA=",
|
|
version = "v1.14.3",
|
|
)
|
|
go_repository(
|
|
name = "com_google_cloud_go_networkmanagement",
|
|
importpath = "cloud.google.com/go/networkmanagement",
|
|
sum = "h1:HsQk4FNKJUX04k3OI6gUsoveiHMGvDRqlaFM2xGyvqU=",
|
|
version = "v1.9.3",
|
|
)
|
|
go_repository(
|
|
name = "com_google_cloud_go_networksecurity",
|
|
importpath = "cloud.google.com/go/networksecurity",
|
|
sum = "h1:947tNIPnj1bMGTIEBo3fc4QrrFKS5hh0bFVsHmFm4Vo=",
|
|
version = "v0.9.4",
|
|
)
|
|
go_repository(
|
|
name = "com_google_cloud_go_notebooks",
|
|
importpath = "cloud.google.com/go/notebooks",
|
|
sum = "h1:eTOTfNL1yM6L/PCtquJwjWg7ZZGR0URFaFgbs8kllbM=",
|
|
version = "v1.11.2",
|
|
)
|
|
go_repository(
|
|
name = "com_google_cloud_go_optimization",
|
|
importpath = "cloud.google.com/go/optimization",
|
|
sum = "h1:iFsoexcp13cGT3k/Hv8PA5aK+FP7FnbhwDO9llnruas=",
|
|
version = "v1.6.2",
|
|
)
|
|
go_repository(
|
|
name = "com_google_cloud_go_orchestration",
|
|
importpath = "cloud.google.com/go/orchestration",
|
|
sum = "h1:kgwZ2f6qMMYIVBtUGGoU8yjYWwMTHDanLwM/CQCFaoQ=",
|
|
version = "v1.8.4",
|
|
)
|
|
go_repository(
|
|
name = "com_google_cloud_go_orgpolicy",
|
|
importpath = "cloud.google.com/go/orgpolicy",
|
|
sum = "h1:sab7cDiyfdthpAL0JkSpyw1C3mNqkXToVOhalm79PJQ=",
|
|
version = "v1.12.0",
|
|
)
|
|
go_repository(
|
|
name = "com_google_cloud_go_osconfig",
|
|
importpath = "cloud.google.com/go/osconfig",
|
|
sum = "h1:OrRCIYEAbrbXdhm13/JINn9pQchvTTIzgmOCA7uJw8I=",
|
|
version = "v1.12.4",
|
|
)
|
|
go_repository(
|
|
name = "com_google_cloud_go_oslogin",
|
|
importpath = "cloud.google.com/go/oslogin",
|
|
sum = "h1:NP/KgsD9+0r9hmHC5wKye0vJXVwdciv219DtYKYjgqE=",
|
|
version = "v1.12.2",
|
|
)
|
|
go_repository(
|
|
name = "com_google_cloud_go_phishingprotection",
|
|
importpath = "cloud.google.com/go/phishingprotection",
|
|
sum = "h1:sPLUQkHq6b4AL0czSJZ0jd6vL55GSTHz2B3Md+TCZI0=",
|
|
version = "v0.8.4",
|
|
)
|
|
go_repository(
|
|
name = "com_google_cloud_go_policytroubleshooter",
|
|
importpath = "cloud.google.com/go/policytroubleshooter",
|
|
sum = "h1:sq+ScLP83d7GJy9+wpwYJVnY+q6xNTXwOdRIuYjvHT4=",
|
|
version = "v1.10.2",
|
|
)
|
|
go_repository(
|
|
name = "com_google_cloud_go_privatecatalog",
|
|
importpath = "cloud.google.com/go/privatecatalog",
|
|
sum = "h1:Vo10IpWKbNvc/z/QZPVXgCiwfjpWoZ/wbgful4Uh/4E=",
|
|
version = "v0.9.4",
|
|
)
|
|
go_repository(
|
|
name = "com_google_cloud_go_pubsub",
|
|
importpath = "cloud.google.com/go/pubsub",
|
|
sum = "h1:6SPCPvWav64tj0sVX/+npCBKhUi/UjJehy9op/V3p2g=",
|
|
version = "v1.33.0",
|
|
)
|
|
go_repository(
|
|
name = "com_google_cloud_go_pubsublite",
|
|
importpath = "cloud.google.com/go/pubsublite",
|
|
sum = "h1:pX+idpWMIH30/K7c0epN6V703xpIcMXWRjKJsz0tYGY=",
|
|
version = "v1.8.1",
|
|
)
|
|
go_repository(
|
|
name = "com_google_cloud_go_recaptchaenterprise",
|
|
importpath = "cloud.google.com/go/recaptchaenterprise",
|
|
sum = "h1:u6EznTGzIdsyOsvm+Xkw0aSuKFXQlyjGE9a4exk6iNQ=",
|
|
version = "v1.3.1",
|
|
)
|
|
go_repository(
|
|
name = "com_google_cloud_go_recaptchaenterprise_v2",
|
|
importpath = "cloud.google.com/go/recaptchaenterprise/v2",
|
|
sum = "h1:Zrd4LvT9PaW91X/Z13H0i5RKEv9suCLuk8zp+bfOpN4=",
|
|
version = "v2.9.0",
|
|
)
|
|
go_repository(
|
|
name = "com_google_cloud_go_recommendationengine",
|
|
importpath = "cloud.google.com/go/recommendationengine",
|
|
sum = "h1:JRiwe4hvu3auuh2hujiTc2qNgPPfVp+Q8KOpsXlEzKQ=",
|
|
version = "v0.8.4",
|
|
)
|
|
go_repository(
|
|
name = "com_google_cloud_go_recommender",
|
|
importpath = "cloud.google.com/go/recommender",
|
|
sum = "h1:tC+ljmCCbuZ/ybt43odTFlay91n/HLIhflvaOeb0Dh4=",
|
|
version = "v1.12.0",
|
|
)
|
|
go_repository(
|
|
name = "com_google_cloud_go_redis",
|
|
importpath = "cloud.google.com/go/redis",
|
|
sum = "h1:J9cEHxG9YLmA9o4jTSvWt/RuVEn6MTrPlYSCRHujxDQ=",
|
|
version = "v1.14.1",
|
|
)
|
|
go_repository(
|
|
name = "com_google_cloud_go_resourcemanager",
|
|
importpath = "cloud.google.com/go/resourcemanager",
|
|
sum = "h1:JwZ7Ggle54XQ/FVYSBrMLOQIKoIT/uer8mmNvNLK51k=",
|
|
version = "v1.9.4",
|
|
)
|
|
go_repository(
|
|
name = "com_google_cloud_go_resourcesettings",
|
|
importpath = "cloud.google.com/go/resourcesettings",
|
|
sum = "h1:yTIL2CsZswmMfFyx2Ic77oLVzfBFoWBYgpkgiSPnC4Y=",
|
|
version = "v1.6.4",
|
|
)
|
|
go_repository(
|
|
name = "com_google_cloud_go_retail",
|
|
importpath = "cloud.google.com/go/retail",
|
|
sum = "h1:geqdX1FNqqL2p0ADXjPpw8lq986iv5GrVcieTYafuJQ=",
|
|
version = "v1.14.4",
|
|
)
|
|
go_repository(
|
|
name = "com_google_cloud_go_run",
|
|
importpath = "cloud.google.com/go/run",
|
|
sum = "h1:qdfZteAm+vgzN1iXzILo3nJFQbzziudkJrvd9wCf3FQ=",
|
|
version = "v1.3.3",
|
|
)
|
|
go_repository(
|
|
name = "com_google_cloud_go_scheduler",
|
|
importpath = "cloud.google.com/go/scheduler",
|
|
sum = "h1:eMEettHlFhG5pXsoHouIM5nRT+k+zU4+GUvRtnxhuVI=",
|
|
version = "v1.10.5",
|
|
)
|
|
go_repository(
|
|
name = "com_google_cloud_go_secretmanager",
|
|
importpath = "cloud.google.com/go/secretmanager",
|
|
sum = "h1:krnX9qpG2kR2fJ+u+uNyNo+ACVhplIAS4Pu7u+4gd+k=",
|
|
version = "v1.11.4",
|
|
)
|
|
go_repository(
|
|
name = "com_google_cloud_go_security",
|
|
importpath = "cloud.google.com/go/security",
|
|
sum = "h1:sdnh4Islb1ljaNhpIXlIPgb3eYj70QWgPVDKOUYvzJc=",
|
|
version = "v1.15.4",
|
|
)
|
|
go_repository(
|
|
name = "com_google_cloud_go_securitycenter",
|
|
importpath = "cloud.google.com/go/securitycenter",
|
|
sum = "h1:crdn2Z2rFIy8WffmmhdlX3CwZJusqCiShtnrGFRwpeE=",
|
|
version = "v1.24.3",
|
|
)
|
|
go_repository(
|
|
name = "com_google_cloud_go_servicecontrol",
|
|
importpath = "cloud.google.com/go/servicecontrol",
|
|
sum = "h1:d0uV7Qegtfaa7Z2ClDzr9HJmnbJW7jn0WhZ7wOX6hLE=",
|
|
version = "v1.11.1",
|
|
)
|
|
go_repository(
|
|
name = "com_google_cloud_go_servicedirectory",
|
|
importpath = "cloud.google.com/go/servicedirectory",
|
|
sum = "h1:5niCMfkw+jifmFtbBrtRedbXkJm3fubSR/KHbxSJZVM=",
|
|
version = "v1.11.3",
|
|
)
|
|
go_repository(
|
|
name = "com_google_cloud_go_servicemanagement",
|
|
importpath = "cloud.google.com/go/servicemanagement",
|
|
sum = "h1:fopAQI/IAzlxnVeiKn/8WiV6zKndjFkvi+gzu+NjywY=",
|
|
version = "v1.8.0",
|
|
)
|
|
go_repository(
|
|
name = "com_google_cloud_go_serviceusage",
|
|
importpath = "cloud.google.com/go/serviceusage",
|
|
sum = "h1:rXyq+0+RSIm3HFypctp7WoXxIA563rn206CfMWdqXX4=",
|
|
version = "v1.6.0",
|
|
)
|
|
go_repository(
|
|
name = "com_google_cloud_go_shell",
|
|
importpath = "cloud.google.com/go/shell",
|
|
sum = "h1:nurhlJcSVFZneoRZgkBEHumTYf/kFJptCK2eBUq/88M=",
|
|
version = "v1.7.4",
|
|
)
|
|
go_repository(
|
|
name = "com_google_cloud_go_spanner",
|
|
importpath = "cloud.google.com/go/spanner",
|
|
sum = "h1:ttU+lhARPF/iZE3OkCpmfsemCz9mLaqBhGPd3Qub2sQ=",
|
|
version = "v1.54.0",
|
|
)
|
|
go_repository(
|
|
name = "com_google_cloud_go_speech",
|
|
importpath = "cloud.google.com/go/speech",
|
|
sum = "h1:qkxNao58oF8ghAHE1Eghen7XepawYEN5zuZXYWaUTA4=",
|
|
version = "v1.21.0",
|
|
)
|
|
go_repository(
|
|
name = "com_google_cloud_go_storage",
|
|
importpath = "cloud.google.com/go/storage",
|
|
sum = "h1:B59ahL//eDfx2IIKFBeT5Atm9wnNmj3+8xG/W4WB//w=",
|
|
version = "v1.35.1",
|
|
)
|
|
go_repository(
|
|
name = "com_google_cloud_go_storagetransfer",
|
|
importpath = "cloud.google.com/go/storagetransfer",
|
|
sum = "h1:YM1dnj5gLjfL6aDldO2s4GeU8JoAvH1xyIwXre63KmI=",
|
|
version = "v1.10.3",
|
|
)
|
|
go_repository(
|
|
name = "com_google_cloud_go_talent",
|
|
importpath = "cloud.google.com/go/talent",
|
|
sum = "h1:LnRJhhYkODDBoTwf6BeYkiJHFw9k+1mAFNyArwZUZAs=",
|
|
version = "v1.6.5",
|
|
)
|
|
go_repository(
|
|
name = "com_google_cloud_go_texttospeech",
|
|
importpath = "cloud.google.com/go/texttospeech",
|
|
sum = "h1:ahrzTgr7uAbvebuhkBAAVU6kRwVD0HWsmDsvMhtad5Q=",
|
|
version = "v1.7.4",
|
|
)
|
|
go_repository(
|
|
name = "com_google_cloud_go_tpu",
|
|
importpath = "cloud.google.com/go/tpu",
|
|
sum = "h1:XIEH5c0WeYGaVy9H+UueiTaf3NI6XNdB4/v6TFQJxtE=",
|
|
version = "v1.6.4",
|
|
)
|
|
go_repository(
|
|
name = "com_google_cloud_go_trace",
|
|
importpath = "cloud.google.com/go/trace",
|
|
sum = "h1:2qOAuAzNezwW3QN+t41BtkDJOG42HywL73q8x/f6fnM=",
|
|
version = "v1.10.4",
|
|
)
|
|
go_repository(
|
|
name = "com_google_cloud_go_translate",
|
|
importpath = "cloud.google.com/go/translate",
|
|
sum = "h1:tncNaKmlZnayMMRX/mMM2d5AJftecznnxVBD4w070NI=",
|
|
version = "v1.10.0",
|
|
)
|
|
go_repository(
|
|
name = "com_google_cloud_go_video",
|
|
importpath = "cloud.google.com/go/video",
|
|
sum = "h1:Xrpbm2S9UFQ1pZEeJt9Vqm5t2T/z9y/M3rNXhFoo8Is=",
|
|
version = "v1.20.3",
|
|
)
|
|
go_repository(
|
|
name = "com_google_cloud_go_videointelligence",
|
|
importpath = "cloud.google.com/go/videointelligence",
|
|
sum = "h1:YS4j7lY0zxYyneTFXjBJUj2r4CFe/UoIi/PJG0Zt/Rg=",
|
|
version = "v1.11.4",
|
|
)
|
|
go_repository(
|
|
name = "com_google_cloud_go_vision",
|
|
importpath = "cloud.google.com/go/vision",
|
|
sum = "h1:/CsSTkbmO9HC8iQpxbK8ATms3OQaX3YQUeTMGCxlaK4=",
|
|
version = "v1.2.0",
|
|
)
|
|
go_repository(
|
|
name = "com_google_cloud_go_vision_v2",
|
|
importpath = "cloud.google.com/go/vision/v2",
|
|
sum = "h1:T/ujUghvEaTb+YnFY/jiYwVAkMbIC8EieK0CJo6B4vg=",
|
|
version = "v2.7.5",
|
|
)
|
|
go_repository(
|
|
name = "com_google_cloud_go_vmmigration",
|
|
importpath = "cloud.google.com/go/vmmigration",
|
|
sum = "h1:qPNdab4aGgtaRX+51jCOtJxlJp6P26qua4o1xxUDjpc=",
|
|
version = "v1.7.4",
|
|
)
|
|
go_repository(
|
|
name = "com_google_cloud_go_vmwareengine",
|
|
importpath = "cloud.google.com/go/vmwareengine",
|
|
sum = "h1:WY526PqM6QNmFHSqe2sRfK6gRpzWjmL98UFkql2+JDM=",
|
|
version = "v1.0.3",
|
|
)
|
|
go_repository(
|
|
name = "com_google_cloud_go_vpcaccess",
|
|
importpath = "cloud.google.com/go/vpcaccess",
|
|
sum = "h1:zbs3V+9ux45KYq8lxxn/wgXole6SlBHHKKyZhNJoS+8=",
|
|
version = "v1.7.4",
|
|
)
|
|
go_repository(
|
|
name = "com_google_cloud_go_webrisk",
|
|
importpath = "cloud.google.com/go/webrisk",
|
|
sum = "h1:iceR3k0BCRZgf2D/NiKviVMFfuNC9LmeNLtxUFRB/wI=",
|
|
version = "v1.9.4",
|
|
)
|
|
go_repository(
|
|
name = "com_google_cloud_go_websecurityscanner",
|
|
importpath = "cloud.google.com/go/websecurityscanner",
|
|
sum = "h1:5Gp7h5j7jywxLUp6NTpjNPkgZb3ngl0tUSw6ICWvtJQ=",
|
|
version = "v1.6.4",
|
|
)
|
|
go_repository(
|
|
name = "com_google_cloud_go_workflows",
|
|
importpath = "cloud.google.com/go/workflows",
|
|
sum = "h1:qocsqETmLAl34mSa01hKZjcqAvt699gaoFbooGGMvaM=",
|
|
version = "v1.12.3",
|
|
)
|
|
go_repository(
|
|
name = "com_lukechampine_frand",
|
|
importpath = "lukechampine.com/frand",
|
|
sum = "h1:RzFIpOvkMXuPMBb9maa4ND4wjBn71E1Jpf8BzJHMaVw=",
|
|
version = "v1.4.2",
|
|
)
|
|
go_repository(
|
|
name = "com_lukechampine_uint128",
|
|
importpath = "lukechampine.com/uint128",
|
|
sum = "h1:mBi/5l91vocEN8otkC5bDLhi2KdCticRiwbdB0O+rjI=",
|
|
version = "v1.2.0",
|
|
)
|
|
go_repository(
|
|
name = "com_shuralyov_dmitri_gpu_mtl",
|
|
importpath = "dmitri.shuralyov.com/gpu/mtl",
|
|
sum = "h1:VpgP7xuJadIUuKccphEpTJnWhS2jkQyMt6Y7pJCD7fY=",
|
|
version = "v0.0.0-20190408044501-666a987793e9",
|
|
)
|
|
go_repository(
|
|
name = "com_sourcegraph_sourcegraph_appdash",
|
|
importpath = "sourcegraph.com/sourcegraph/appdash",
|
|
sum = "h1:ucqkfpjg9WzSUubAO62csmucvxl4/JeW3F4I4909XkM=",
|
|
version = "v0.0.0-20190731080439-ebfcffb1b5c0",
|
|
)
|
|
go_repository(
|
|
name = "dev_gocloud",
|
|
importpath = "gocloud.dev",
|
|
sum = "h1:q5zoXux4xkOZP473e1EZbG8Gq9f0vlg1VNH5Du/ybus=",
|
|
version = "v0.36.0",
|
|
)
|
|
go_repository(
|
|
name = "dev_gocloud_secrets_hashivault",
|
|
importpath = "gocloud.dev/secrets/hashivault",
|
|
sum = "h1:AAeGJXr0tiHHJgg5tL8atOGktB4eK9EJAqkZbPKAcOo=",
|
|
version = "v0.27.0",
|
|
)
|
|
go_repository(
|
|
name = "ht_sr_git_sbinet_gg",
|
|
importpath = "git.sr.ht/~sbinet/gg",
|
|
sum = "h1:LNhjNn8DerC8f9DHLz6lS0YYul/b602DUxDgGkd/Aik=",
|
|
version = "v0.3.1",
|
|
)
|
|
go_repository(
|
|
name = "in_gopkg_airbrake_gobrake_v2",
|
|
importpath = "gopkg.in/airbrake/gobrake.v2",
|
|
sum = "h1:7z2uVWwn7oVeeugY1DtlPAy5H+KYgB1KeKTnqjNatLo=",
|
|
version = "v2.0.9",
|
|
)
|
|
go_repository(
|
|
name = "in_gopkg_alecthomas_kingpin_v2",
|
|
importpath = "gopkg.in/alecthomas/kingpin.v2",
|
|
sum = "h1:jMFz6MfLP0/4fUyZle81rXUoxOBFi19VUFKVDOQfozc=",
|
|
version = "v2.2.6",
|
|
)
|
|
go_repository(
|
|
name = "in_gopkg_check_v1",
|
|
importpath = "gopkg.in/check.v1",
|
|
sum = "h1:Hei/4ADfdWqJk1ZMxUNpqntNwaWcugrBjAiHlqqRiVk=",
|
|
version = "v1.0.0-20201130134442-10cb98267c6c",
|
|
)
|
|
go_repository(
|
|
name = "in_gopkg_cheggaaa_pb_v1",
|
|
importpath = "gopkg.in/cheggaaa/pb.v1",
|
|
sum = "h1:Ev7yu1/f6+d+b3pi5vPdRPc6nNtP1umSfcWiEfRqv6I=",
|
|
version = "v1.0.25",
|
|
)
|
|
go_repository(
|
|
name = "in_gopkg_errgo_v2",
|
|
importpath = "gopkg.in/errgo.v2",
|
|
sum = "h1:0vLT13EuvQ0hNvakwLuFZ/jYrLp5F3kcWHXdRggjCE8=",
|
|
version = "v2.1.0",
|
|
)
|
|
go_repository(
|
|
name = "in_gopkg_fsnotify_v1",
|
|
importpath = "gopkg.in/fsnotify.v1",
|
|
sum = "h1:xOHLXZwVvI9hhs+cLKq5+I5onOuwQLhQwiu63xxlHs4=",
|
|
version = "v1.4.7",
|
|
)
|
|
go_repository(
|
|
name = "in_gopkg_gcfg_v1",
|
|
importpath = "gopkg.in/gcfg.v1",
|
|
sum = "h1:m8OOJ4ccYHnx2f4gQwpno8nAX5OGOh7RLaaz0pj3Ogs=",
|
|
version = "v1.2.3",
|
|
)
|
|
go_repository(
|
|
name = "in_gopkg_gemnasium_logrus_airbrake_hook_v2",
|
|
importpath = "gopkg.in/gemnasium/logrus-airbrake-hook.v2",
|
|
sum = "h1:OAj3g0cR6Dx/R07QgQe8wkA9RNjB2u4i700xBkIT4e0=",
|
|
version = "v2.1.2",
|
|
)
|
|
go_repository(
|
|
name = "in_gopkg_inconshreveable_log15_v2",
|
|
importpath = "gopkg.in/inconshreveable/log15.v2",
|
|
sum = "h1:RlWgLqCMMIYYEVcAR5MDsuHlVkaIPDAF+5Dehzg8L5A=",
|
|
version = "v2.0.0-20180818164646-67afb5ed74ec",
|
|
)
|
|
go_repository(
|
|
name = "in_gopkg_inf_v0",
|
|
importpath = "gopkg.in/inf.v0",
|
|
sum = "h1:73M5CoZyi3ZLMOyDlQh031Cx6N9NDJ2Vvfl76EDAgDc=",
|
|
version = "v0.9.1",
|
|
)
|
|
go_repository(
|
|
name = "in_gopkg_ini_v1",
|
|
importpath = "gopkg.in/ini.v1",
|
|
sum = "h1:Dgnx+6+nfE+IfzjUEISNeydPJh9AXNNsWbGP9KzCsOA=",
|
|
version = "v1.67.0",
|
|
)
|
|
go_repository(
|
|
name = "in_gopkg_natefinch_lumberjack_v2",
|
|
importpath = "gopkg.in/natefinch/lumberjack.v2",
|
|
sum = "h1:1Lc07Kr7qY4U2YPouBjpCLxpiyxIVoxqXgkXLknAOE8=",
|
|
version = "v2.0.0",
|
|
)
|
|
go_repository(
|
|
name = "in_gopkg_resty_v1",
|
|
importpath = "gopkg.in/resty.v1",
|
|
sum = "h1:CuXP0Pjfw9rOuY6EP+UvtNvt5DSqHpIxILZKT/quCZI=",
|
|
version = "v1.12.0",
|
|
)
|
|
go_repository(
|
|
name = "in_gopkg_square_go_jose_v2",
|
|
importpath = "gopkg.in/square/go-jose.v2",
|
|
sum = "h1:NGk74WTnPKBNUhNzQX7PYcTLUjoq7mzKk2OKbvwk2iI=",
|
|
version = "v2.6.0",
|
|
)
|
|
go_repository(
|
|
name = "in_gopkg_telebot_v3",
|
|
importpath = "gopkg.in/telebot.v3",
|
|
sum = "h1:T+CTyOWpZMqp3ALHSweNgp1awQ9nMXdRAMpe/r6x9/s=",
|
|
version = "v3.1.3",
|
|
)
|
|
go_repository(
|
|
name = "in_gopkg_tomb_v1",
|
|
importpath = "gopkg.in/tomb.v1",
|
|
sum = "h1:uRGJdciOHaEIrze2W8Q3AKkepLTh2hOroT7a+7czfdQ=",
|
|
version = "v1.0.0-20141024135613-dd632973f1e7",
|
|
)
|
|
go_repository(
|
|
name = "in_gopkg_warnings_v0",
|
|
importpath = "gopkg.in/warnings.v0",
|
|
sum = "h1:wFXVbFY8DY5/xOe1ECiWdKCzZlxgshcYVNkBHstARME=",
|
|
version = "v0.1.2",
|
|
)
|
|
go_repository(
|
|
name = "in_gopkg_yaml_v2",
|
|
importpath = "gopkg.in/yaml.v2",
|
|
sum = "h1:D8xgwECY7CYvx+Y2n4sBz93Jn9JRvxdiyyo8CTfuKaY=",
|
|
version = "v2.4.0",
|
|
)
|
|
go_repository(
|
|
name = "in_gopkg_yaml_v3",
|
|
importpath = "gopkg.in/yaml.v3",
|
|
sum = "h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=",
|
|
version = "v3.0.1",
|
|
)
|
|
go_repository(
|
|
name = "io_etcd_go_bbolt",
|
|
importpath = "go.etcd.io/bbolt",
|
|
sum = "h1:/ecaJf0sk1l4l6V4awd65v2C3ILy7MSj+s/x1ADCIMU=",
|
|
version = "v1.3.6",
|
|
)
|
|
go_repository(
|
|
name = "io_etcd_go_etcd",
|
|
importpath = "go.etcd.io/etcd",
|
|
sum = "h1:1JFLBqwIgdyHN1ZtgjTBwO+blA6gVOmZurpiMEsETKo=",
|
|
version = "v0.5.0-alpha.5.0.20200910180754-dd1b699fc489",
|
|
)
|
|
go_repository(
|
|
name = "io_etcd_go_etcd_api_v3",
|
|
importpath = "go.etcd.io/etcd/api/v3",
|
|
sum = "h1:OHVyt3TopwtUQ2GKdd5wu3PmmipR4FTwCqoEjSyRdIc=",
|
|
version = "v3.5.4",
|
|
)
|
|
go_repository(
|
|
name = "io_etcd_go_etcd_client_pkg_v3",
|
|
importpath = "go.etcd.io/etcd/client/pkg/v3",
|
|
sum = "h1:lrneYvz923dvC14R54XcA7FXoZ3mlGZAgmwhfm7HqOg=",
|
|
version = "v3.5.4",
|
|
)
|
|
go_repository(
|
|
name = "io_etcd_go_etcd_client_v2",
|
|
importpath = "go.etcd.io/etcd/client/v2",
|
|
sum = "h1:Dcx3/MYyfKcPNLpR4VVQUP5KgYrBeJtktBwEKkw08Ao=",
|
|
version = "v2.305.4",
|
|
)
|
|
go_repository(
|
|
name = "io_etcd_go_etcd_client_v3",
|
|
importpath = "go.etcd.io/etcd/client/v3",
|
|
sum = "h1:p83BUL3tAYS0OT/r0qglgc3M1JjhM0diV8DSWAhVXv4=",
|
|
version = "v3.5.4",
|
|
)
|
|
go_repository(
|
|
name = "io_etcd_go_etcd_pkg_v3",
|
|
importpath = "go.etcd.io/etcd/pkg/v3",
|
|
sum = "h1:ntrg6vvKRW26JRmHTE0iNlDgYK6JX3hg/4cD62X0ixk=",
|
|
version = "v3.5.0",
|
|
)
|
|
go_repository(
|
|
name = "io_etcd_go_etcd_raft_v3",
|
|
importpath = "go.etcd.io/etcd/raft/v3",
|
|
sum = "h1:kw2TmO3yFTgE+F0mdKkG7xMxkit2duBDa2Hu6D/HMlw=",
|
|
version = "v3.5.0",
|
|
)
|
|
go_repository(
|
|
name = "io_etcd_go_etcd_server_v3",
|
|
importpath = "go.etcd.io/etcd/server/v3",
|
|
sum = "h1:jk8D/lwGEDlQU9kZXUFMSANkE22Sg5+mW27ip8xcF9E=",
|
|
version = "v3.5.0",
|
|
)
|
|
go_repository(
|
|
name = "io_k8s_api",
|
|
importpath = "k8s.io/api",
|
|
sum = "h1:9mpl5mOb6vXZvqbQmankOfPIGiudghwCoLl1EYfUZbw=",
|
|
version = "v0.28.2",
|
|
)
|
|
go_repository(
|
|
name = "io_k8s_apimachinery",
|
|
importpath = "k8s.io/apimachinery",
|
|
sum = "h1:KCOJLrc6gu+wV1BYgwik4AF4vXOlVJPdiqn0yAWWwXQ=",
|
|
version = "v0.28.2",
|
|
)
|
|
go_repository(
|
|
name = "io_k8s_apiserver",
|
|
importpath = "k8s.io/apiserver",
|
|
sum = "h1:71krQxCUz218ecb+nPhfDsNB6QgP1/4EMvi1a2uYBlg=",
|
|
version = "v0.22.5",
|
|
)
|
|
go_repository(
|
|
name = "io_k8s_client_go",
|
|
importpath = "k8s.io/client-go",
|
|
sum = "h1:DNoYI1vGq0slMBN/SWKMZMw0Rq+0EQW6/AK4v9+3VeY=",
|
|
version = "v0.28.2",
|
|
)
|
|
go_repository(
|
|
name = "io_k8s_code_generator",
|
|
importpath = "k8s.io/code-generator",
|
|
sum = "h1:kM/68Y26Z/u//TFc1ggVVcg62te8A2yQh57jBfD0FWQ=",
|
|
version = "v0.19.7",
|
|
)
|
|
go_repository(
|
|
name = "io_k8s_component_base",
|
|
importpath = "k8s.io/component-base",
|
|
sum = "h1:U0eHqZm7mAFE42hFwYhY6ze/MmVaW00JpMrzVsQmzYE=",
|
|
version = "v0.22.5",
|
|
)
|
|
go_repository(
|
|
name = "io_k8s_cri_api",
|
|
importpath = "k8s.io/cri-api",
|
|
sum = "h1:0DHL/hpTf4Fp+QkUXFefWcp1fhjXr9OlNdY9X99c+O8=",
|
|
version = "v0.23.1",
|
|
)
|
|
go_repository(
|
|
name = "io_k8s_gengo",
|
|
importpath = "k8s.io/gengo",
|
|
sum = "h1:GohjlNKauSai7gN4wsJkeZ3WAJx4Sh+oT/b5IYn5suA=",
|
|
version = "v0.0.0-20210813121822-485abfe95c7c",
|
|
)
|
|
go_repository(
|
|
name = "io_k8s_klog",
|
|
importpath = "k8s.io/klog",
|
|
sum = "h1:Pt+yjF5aB1xDSVbau4VsWe+dQNzA0qv1LlXdC2dF6Q8=",
|
|
version = "v1.0.0",
|
|
)
|
|
go_repository(
|
|
name = "io_k8s_klog_v2",
|
|
importpath = "k8s.io/klog/v2",
|
|
sum = "h1:7WCHKK6K8fNhTqfBhISHQ97KrnJNFZMcQvKp7gP/tmg=",
|
|
version = "v2.100.1",
|
|
)
|
|
go_repository(
|
|
name = "io_k8s_kube_openapi",
|
|
importpath = "k8s.io/kube-openapi",
|
|
sum = "h1:LyMgNKD2P8Wn1iAwQU5OhxCKlKJy0sHc+PcDwFB24dQ=",
|
|
version = "v0.0.0-20230717233707-2695361300d9",
|
|
)
|
|
go_repository(
|
|
name = "io_k8s_kubernetes",
|
|
importpath = "k8s.io/kubernetes",
|
|
sum = "h1:qTfB+u5M92k2fCCCVP2iuhgwwSOv1EkAkvQY1tQODD8=",
|
|
version = "v1.13.0",
|
|
)
|
|
go_repository(
|
|
name = "io_k8s_sigs_apiserver_network_proxy_konnectivity_client",
|
|
importpath = "sigs.k8s.io/apiserver-network-proxy/konnectivity-client",
|
|
sum = "h1:fmRfl9WJ4ApJn7LxNuED4m0t18qivVQOxP6aAYG9J6c=",
|
|
version = "v0.0.22",
|
|
)
|
|
go_repository(
|
|
name = "io_k8s_sigs_json",
|
|
importpath = "sigs.k8s.io/json",
|
|
sum = "h1:EDPBXCAspyGV4jQlpZSudPeMmr1bNJefnuqLsRAsHZo=",
|
|
version = "v0.0.0-20221116044647-bc3834ca7abd",
|
|
)
|
|
go_repository(
|
|
name = "io_k8s_sigs_structured_merge_diff_v4",
|
|
importpath = "sigs.k8s.io/structured-merge-diff/v4",
|
|
sum = "h1:UZbZAZfX0wV2zr7YZorDz6GXROfDFj6LvqCRm4VUVKk=",
|
|
version = "v4.3.0",
|
|
)
|
|
go_repository(
|
|
name = "io_k8s_sigs_yaml",
|
|
importpath = "sigs.k8s.io/yaml",
|
|
sum = "h1:a2VclLzOGrwOHDiV8EfBGhvjHvP46CtW5j6POvhYGGo=",
|
|
version = "v1.3.0",
|
|
)
|
|
go_repository(
|
|
name = "io_k8s_utils",
|
|
importpath = "k8s.io/utils",
|
|
sum = "h1:ZgnF1KZsYxWIifwSNZFZgNtWE89WI5yiP5WwlfDoIyc=",
|
|
version = "v0.0.0-20230711102312-30195339c3c7",
|
|
)
|
|
go_repository(
|
|
name = "io_nhooyr_websocket",
|
|
importpath = "nhooyr.io/websocket",
|
|
sum = "h1:usjR2uOr/zjjkVMy0lW+PPohFok7PCow5sDjLgX4P4g=",
|
|
version = "v1.8.7",
|
|
)
|
|
go_repository(
|
|
name = "io_opencensus_go",
|
|
importpath = "go.opencensus.io",
|
|
sum = "h1:y73uSU6J157QMP2kn2r30vwW1A2W2WFwSCGnAVxeaD0=",
|
|
version = "v0.24.0",
|
|
)
|
|
go_repository(
|
|
name = "io_opencensus_go_contrib_exporter_aws",
|
|
importpath = "contrib.go.opencensus.io/exporter/aws",
|
|
sum = "h1:CSNP8nIEQt4sZEo2sGUiWSmVJ9c5QdyIQvwzZAsn+8Y=",
|
|
version = "v0.0.0-20230502192102-15967c811cec",
|
|
)
|
|
go_repository(
|
|
name = "io_opencensus_go_contrib_exporter_stackdriver",
|
|
importpath = "contrib.go.opencensus.io/exporter/stackdriver",
|
|
sum = "h1:zBakwHardp9Jcb8sQHcHpXy/0+JIb1M8KjigCJzx7+4=",
|
|
version = "v0.13.14",
|
|
)
|
|
go_repository(
|
|
name = "io_opencensus_go_contrib_integrations_ocsql",
|
|
importpath = "contrib.go.opencensus.io/integrations/ocsql",
|
|
sum = "h1:G3k7C0/W44zcqkpRSFyjU9f6HZkbwIrL//qqnlqWZ60=",
|
|
version = "v0.1.7",
|
|
)
|
|
go_repository(
|
|
name = "io_opentelemetry_go_collector_pdata",
|
|
importpath = "go.opentelemetry.io/collector/pdata",
|
|
sum = "h1:qCPXSQCoD3qeWFb1RuIks8fw9Atxpk78bmtVdi15KhE=",
|
|
version = "v1.0.0-rcv0016",
|
|
)
|
|
go_repository(
|
|
name = "io_opentelemetry_go_collector_semconv",
|
|
importpath = "go.opentelemetry.io/collector/semconv",
|
|
sum = "h1:BsG1jdLLRCBRlvUujk4QA86af7r/ZXnizczQpEs/gg8=",
|
|
version = "v0.87.0",
|
|
)
|
|
go_repository(
|
|
name = "io_opentelemetry_go_contrib",
|
|
importpath = "go.opentelemetry.io/contrib",
|
|
sum = "h1:ubFQUn0VCZ0gPwIoJfBJVpeBlyRMxu8Mm/huKWYd9p0=",
|
|
version = "v0.20.0",
|
|
)
|
|
go_repository(
|
|
name = "io_opentelemetry_go_contrib_instrumentation_google_golang_org_grpc_otelgrpc",
|
|
importpath = "go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc",
|
|
sum = "h1:Ky1MObd188aGbgb5OgNnwGuEEwI9MVIcc7rBW6zk5Ak=",
|
|
version = "v0.28.0",
|
|
)
|
|
go_repository(
|
|
name = "io_opentelemetry_go_contrib_instrumentation_net_http_otelhttp",
|
|
importpath = "go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp",
|
|
sum = "h1:x8Z78aZx8cOF0+Kkazoc7lwUNMGy0LrzEMxTm4BbTxg=",
|
|
version = "v0.45.0",
|
|
)
|
|
go_repository(
|
|
name = "io_opentelemetry_go_otel",
|
|
importpath = "go.opentelemetry.io/otel",
|
|
sum = "h1:MuS/TNf4/j4IXsZuJegVzI1cwut7Qc00344rgH7p8bs=",
|
|
version = "v1.19.0",
|
|
)
|
|
go_repository(
|
|
name = "io_opentelemetry_go_otel_exporters_otlp",
|
|
importpath = "go.opentelemetry.io/otel/exporters/otlp",
|
|
sum = "h1:PTNgq9MRmQqqJY0REVbZFvwkYOA85vbdQU/nVfxDyqg=",
|
|
version = "v0.20.0",
|
|
)
|
|
go_repository(
|
|
name = "io_opentelemetry_go_otel_exporters_otlp_internal_retry",
|
|
importpath = "go.opentelemetry.io/otel/exporters/otlp/internal/retry",
|
|
sum = "h1:7Yxsak1q4XrJ5y7XBnNwqWx9amMZvoidCctv62XOQ6Y=",
|
|
version = "v1.7.0",
|
|
)
|
|
go_repository(
|
|
name = "io_opentelemetry_go_otel_exporters_otlp_otlptrace",
|
|
importpath = "go.opentelemetry.io/otel/exporters/otlp/otlptrace",
|
|
sum = "h1:Mne5On7VWdx7omSrSSZvM4Kw7cS7NQkOOmLcgscI51U=",
|
|
version = "v1.19.0",
|
|
)
|
|
go_repository(
|
|
name = "io_opentelemetry_go_otel_exporters_otlp_otlptrace_otlptracegrpc",
|
|
importpath = "go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc",
|
|
sum = "h1:3d+S281UTjM+AbF31XSOYn1qXn3BgIdWl8HNEpx08Jk=",
|
|
version = "v1.19.0",
|
|
)
|
|
go_repository(
|
|
name = "io_opentelemetry_go_otel_exporters_otlp_otlptrace_otlptracehttp",
|
|
importpath = "go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp",
|
|
sum = "h1:IeMeyr1aBvBiPVYihXIaeIZba6b8E1bYp7lbdxK8CQg=",
|
|
version = "v1.19.0",
|
|
)
|
|
go_repository(
|
|
name = "io_opentelemetry_go_otel_metric",
|
|
importpath = "go.opentelemetry.io/otel/metric",
|
|
sum = "h1:aTzpGtV0ar9wlV4Sna9sdJyII5jTVJEvKETPiOKwvpE=",
|
|
version = "v1.19.0",
|
|
)
|
|
go_repository(
|
|
name = "io_opentelemetry_go_otel_oteltest",
|
|
importpath = "go.opentelemetry.io/otel/oteltest",
|
|
sum = "h1:HiITxCawalo5vQzdHfKeZurV8x7ljcqAgiWzF6Vaeaw=",
|
|
version = "v0.20.0",
|
|
)
|
|
go_repository(
|
|
name = "io_opentelemetry_go_otel_sdk",
|
|
importpath = "go.opentelemetry.io/otel/sdk",
|
|
sum = "h1:6USY6zH+L8uMH8L3t1enZPR3WFEmSTADlqldyHtJi3o=",
|
|
version = "v1.19.0",
|
|
)
|
|
go_repository(
|
|
name = "io_opentelemetry_go_otel_sdk_export_metric",
|
|
importpath = "go.opentelemetry.io/otel/sdk/export/metric",
|
|
sum = "h1:c5VRjxCXdQlx1HjzwGdQHzZaVI82b5EbBgOu2ljD92g=",
|
|
version = "v0.20.0",
|
|
)
|
|
go_repository(
|
|
name = "io_opentelemetry_go_otel_sdk_metric",
|
|
importpath = "go.opentelemetry.io/otel/sdk/metric",
|
|
sum = "h1:7ao1wpzHRVKf0OQ7GIxiQJA6X7DLX9o14gmVon7mMK8=",
|
|
version = "v0.20.0",
|
|
)
|
|
go_repository(
|
|
name = "io_opentelemetry_go_otel_trace",
|
|
importpath = "go.opentelemetry.io/otel/trace",
|
|
sum = "h1:DFVQmlVbfVeOuBRrwdtaehRrWiL1JoVs9CPIQ1Dzxpg=",
|
|
version = "v1.19.0",
|
|
)
|
|
go_repository(
|
|
name = "io_opentelemetry_go_proto_otlp",
|
|
importpath = "go.opentelemetry.io/proto/otlp",
|
|
sum = "h1:T0TX0tmXU8a3CbNXzEKGeU5mIVOdf0oykP+u2lIVU/I=",
|
|
version = "v1.0.0",
|
|
)
|
|
go_repository(
|
|
name = "io_rsc_binaryregexp",
|
|
importpath = "rsc.io/binaryregexp",
|
|
sum = "h1:HfqmD5MEmC0zvwBuF187nq9mdnXjXsSivRiXN7SmRkE=",
|
|
version = "v0.2.0",
|
|
)
|
|
go_repository(
|
|
name = "io_rsc_pdf",
|
|
importpath = "rsc.io/pdf",
|
|
sum = "h1:k1MczvYDUvJBe93bYd7wrZLLUEcLZAuF824/I4e5Xr4=",
|
|
version = "v0.1.1",
|
|
)
|
|
go_repository(
|
|
name = "io_rsc_quote_v3",
|
|
importpath = "rsc.io/quote/v3",
|
|
sum = "h1:9JKUTTIUgS6kzR9mK1YuGKv6Nl+DijDNIc0ghT58FaY=",
|
|
version = "v3.1.0",
|
|
)
|
|
go_repository(
|
|
name = "io_rsc_sampler",
|
|
importpath = "rsc.io/sampler",
|
|
sum = "h1:7uVkIFmeBqHfdjD+gZwtXXI+RODJ2Wc4O7MPEh/QiW4=",
|
|
version = "v1.3.0",
|
|
)
|
|
go_repository(
|
|
name = "net_pgregory_rapid",
|
|
importpath = "pgregory.net/rapid",
|
|
sum = "h1:4eyrDxyht86tT4Ztm+kvlyNBLIk071gR+ZQdhphc9dQ=",
|
|
version = "v0.6.1",
|
|
)
|
|
go_repository(
|
|
name = "org_bazil_fuse",
|
|
importpath = "bazil.org/fuse",
|
|
sum = "h1:SRsZGA7aFnCZETmov57jwPrWuTmaZK6+4R4v5FUe1/c=",
|
|
version = "v0.0.0-20200407214033-5883e5a4b512",
|
|
)
|
|
go_repository(
|
|
name = "org_cloudfoundry_code_clock",
|
|
importpath = "code.cloudfoundry.org/clock",
|
|
sum = "h1:5eeuG0BHx1+DHeT3AP+ISKZ2ht1UjGhm581ljqYpVeQ=",
|
|
version = "v0.0.0-20180518195852-02e53af36e6c",
|
|
)
|
|
go_repository(
|
|
name = "org_gioui",
|
|
importpath = "gioui.org",
|
|
sum = "h1:K72hopUosKG3ntOPNG4OzzbuhxGuVf06fa2la1/H/Ho=",
|
|
version = "v0.0.0-20210308172011-57750fc8a0a6",
|
|
)
|
|
go_repository(
|
|
name = "org_golang_google_api",
|
|
importpath = "google.golang.org/api",
|
|
sum = "h1:FhfXLO/NFdJIzQtCqjpysWwqKk8AzGWBUhMIx67cVDU=",
|
|
version = "v0.151.0",
|
|
)
|
|
go_repository(
|
|
name = "org_golang_google_appengine",
|
|
importpath = "google.golang.org/appengine",
|
|
sum = "h1:IhEN5q69dyKagZPYMSdIjS2HqprW324FRQZJcGqPAsM=",
|
|
version = "v1.6.8",
|
|
)
|
|
go_repository(
|
|
name = "org_golang_google_cloud",
|
|
importpath = "google.golang.org/cloud",
|
|
sum = "h1:Cpp2P6TPjujNoC5M2KHY6g7wfyLYfIWRZaSdIKfDasA=",
|
|
version = "v0.0.0-20151119220103-975617b05ea8",
|
|
)
|
|
go_repository(
|
|
name = "org_golang_google_genproto",
|
|
importpath = "google.golang.org/genproto",
|
|
sum = "h1:ZL/Teoy/ZGnzyrqK/Optxxp2pmVh+fmJ97slxSRyzUg=",
|
|
version = "v0.0.0-20240116215550-a9fa1716bcac",
|
|
)
|
|
go_repository(
|
|
name = "org_golang_google_genproto_googleapis_api",
|
|
importpath = "google.golang.org/genproto/googleapis/api",
|
|
sum = "h1:0poefMBYvYbs7g5UkjS6HcxBPaTRAmznle9jnxYoAI8=",
|
|
version = "v0.0.0-20240125205218-1f4bbc51befe",
|
|
)
|
|
go_repository(
|
|
name = "org_golang_google_genproto_googleapis_bytestream",
|
|
importpath = "google.golang.org/genproto/googleapis/bytestream",
|
|
sum = "h1:o4S3HvTUEXgRsNSUQsALDVog0O9F/U1JJlHmmUN8Uas=",
|
|
version = "v0.0.0-20231030173426-d783a09b4405",
|
|
)
|
|
go_repository(
|
|
name = "org_golang_google_genproto_googleapis_rpc",
|
|
importpath = "google.golang.org/genproto/googleapis/rpc",
|
|
sum = "h1:bQnxqljG/wqi4NTXu2+DJ3n7APcEA882QZ1JvhQAq9o=",
|
|
version = "v0.0.0-20240125205218-1f4bbc51befe",
|
|
)
|
|
go_repository(
|
|
name = "org_golang_google_grpc",
|
|
importpath = "google.golang.org/grpc",
|
|
sum = "h1:TOvOcuXn30kRao+gfcvsebNEa5iZIiLkisYEkf7R7o0=",
|
|
version = "v1.61.0",
|
|
)
|
|
go_repository(
|
|
name = "org_golang_google_grpc_cmd_protoc_gen_go_grpc",
|
|
importpath = "google.golang.org/grpc/cmd/protoc-gen-go-grpc",
|
|
sum = "h1:rNBFJjBCOgVr9pWD7rs/knKL4FRTKgpZmsRfV214zcA=",
|
|
version = "v1.3.0",
|
|
)
|
|
go_repository(
|
|
name = "org_golang_google_protobuf",
|
|
importpath = "google.golang.org/protobuf",
|
|
replace = "google.golang.org/protobuf",
|
|
sum = "h1:g0LDEJHgrBl9N9r17Ru3sqWhkIx2NB67okBHPwC7hs8=",
|
|
version = "v1.31.0",
|
|
)
|
|
go_repository(
|
|
name = "org_golang_x_arch",
|
|
importpath = "golang.org/x/arch",
|
|
sum = "h1:oMxhUYsO9VsR1dcoVUjJjIGhx1LXol3989T/yZ59Xsw=",
|
|
version = "v0.1.0",
|
|
)
|
|
go_repository(
|
|
name = "org_golang_x_crypto",
|
|
importpath = "golang.org/x/crypto",
|
|
sum = "h1:X31++rzVUdKhX5sWmSOFZxx8UW/ldWx55cbf08iNAMA=",
|
|
version = "v0.21.0",
|
|
)
|
|
go_repository(
|
|
name = "org_golang_x_exp",
|
|
importpath = "golang.org/x/exp",
|
|
sum = "h1:FRnLl4eNAQl8hwxVVC17teOw8kdjVDVAiFMtgUdTSRQ=",
|
|
version = "v0.0.0-20231110203233-9a3e6036ecaa",
|
|
)
|
|
go_repository(
|
|
name = "org_golang_x_image",
|
|
importpath = "golang.org/x/image",
|
|
sum = "h1:TcHcE0vrmgzNH1v3ppjcMGbhG5+9fMuvOmUYwNEF4q4=",
|
|
version = "v0.0.0-20220302094943-723b81ca9867",
|
|
)
|
|
go_repository(
|
|
name = "org_golang_x_lint",
|
|
importpath = "golang.org/x/lint",
|
|
sum = "h1:VLliZ0d+/avPrXXH+OakdXhpJuEoBZuwh1m2j7U6Iug=",
|
|
version = "v0.0.0-20210508222113-6edffad5e616",
|
|
)
|
|
go_repository(
|
|
name = "org_golang_x_mobile",
|
|
importpath = "golang.org/x/mobile",
|
|
sum = "h1:4+4C/Iv2U4fMZBiMCc98MG1In4gJY5YRhtpDNeDeHWs=",
|
|
version = "v0.0.0-20190719004257-d2bd2a29d028",
|
|
)
|
|
go_repository(
|
|
name = "org_golang_x_mod",
|
|
importpath = "golang.org/x/mod",
|
|
sum = "h1:dGoOF9QVLYng8IHTm7BAyWqCqSheQ5pYWGhzW00YJr0=",
|
|
version = "v0.14.0",
|
|
)
|
|
go_repository(
|
|
name = "org_golang_x_net",
|
|
importpath = "golang.org/x/net",
|
|
sum = "h1:AQyQV4dYCvJ7vGmJyKki9+PBdyvhkSd8EIx/qb0AYv4=",
|
|
version = "v0.21.0",
|
|
)
|
|
go_repository(
|
|
name = "org_golang_x_oauth2",
|
|
importpath = "golang.org/x/oauth2",
|
|
sum = "h1:aDkGMBSYxElaoP81NpoUoz2oo2R2wHdZpGToUxfyQrQ=",
|
|
version = "v0.16.0",
|
|
)
|
|
go_repository(
|
|
name = "org_golang_x_sync",
|
|
importpath = "golang.org/x/sync",
|
|
sum = "h1:60k92dhOjHxJkrqnwsfl8KuaHbn/5dl0lUPUklKo3qE=",
|
|
version = "v0.5.0",
|
|
)
|
|
go_repository(
|
|
name = "org_golang_x_sys",
|
|
importpath = "golang.org/x/sys",
|
|
sum = "h1:DBdB3niSjOA/O0blCZBqDefyWNYveAYMNF1Wum0DYQ4=",
|
|
version = "v0.18.0",
|
|
)
|
|
go_repository(
|
|
name = "org_golang_x_term",
|
|
importpath = "golang.org/x/term",
|
|
sum = "h1:FcHjZXDMxI8mM3nwhX9HlKop4C0YQvCVCdwYl2wOtE8=",
|
|
version = "v0.18.0",
|
|
)
|
|
go_repository(
|
|
name = "org_golang_x_text",
|
|
importpath = "golang.org/x/text",
|
|
replace = "golang.org/x/text",
|
|
sum = "h1:nAL+RVCQ9uMn3vJZbV+MRnydTJFPf8qqY42YiA6MrqY=",
|
|
version = "v0.3.8",
|
|
)
|
|
go_repository(
|
|
name = "org_golang_x_time",
|
|
importpath = "golang.org/x/time",
|
|
sum = "h1:Z81tqI5ddIoXDPvVQ7/7CC9TnLM7ubaFG2qXYd5BbYY=",
|
|
version = "v0.4.0",
|
|
)
|
|
go_repository(
|
|
name = "org_golang_x_tools",
|
|
importpath = "golang.org/x/tools",
|
|
sum = "h1:zdAyfUGbYmuVokhzVmghFl2ZJh5QhcfebBgmVPFYA+8=",
|
|
version = "v0.15.0",
|
|
)
|
|
go_repository(
|
|
name = "org_golang_x_xerrors",
|
|
importpath = "golang.org/x/xerrors",
|
|
sum = "h1:+cNy6SZtPcJQH3LJVLOSmiC7MMxXNOb3PU/VUEz+EhU=",
|
|
version = "v0.0.0-20231012003039-104605ab7028",
|
|
)
|
|
go_repository(
|
|
name = "org_gonum_v1_gonum",
|
|
importpath = "gonum.org/v1/gonum",
|
|
sum = "h1:f1IJhK4Km5tBJmaiJXtk/PkL4cdVX6J+tGiM187uT5E=",
|
|
version = "v0.11.0",
|
|
)
|
|
go_repository(
|
|
name = "org_gonum_v1_netlib",
|
|
importpath = "gonum.org/v1/netlib",
|
|
sum = "h1:OE9mWmgKkjJyEmDAAtGMPjXu+YNeGvK9VTSHY6+Qihc=",
|
|
version = "v0.0.0-20190313105609-8cb42192e0e0",
|
|
)
|
|
go_repository(
|
|
name = "org_gonum_v1_plot",
|
|
importpath = "gonum.org/v1/plot",
|
|
sum = "h1:dnifSs43YJuNMDzB7v8wV64O4ABBHReuAVAoBxqBqS4=",
|
|
version = "v0.10.1",
|
|
)
|
|
go_repository(
|
|
name = "org_modernc_cc_v3",
|
|
importpath = "modernc.org/cc/v3",
|
|
sum = "h1:P3g79IUS/93SYhtoeaHW+kRCIrYaxJ27MFPv+7kaTOw=",
|
|
version = "v3.40.0",
|
|
)
|
|
go_repository(
|
|
name = "org_modernc_ccgo_v3",
|
|
importpath = "modernc.org/ccgo/v3",
|
|
sum = "h1:Mkgdzl46i5F/CNR/Kj80Ri59hC8TKAhZrYSaqvkwzUw=",
|
|
version = "v3.16.13",
|
|
)
|
|
go_repository(
|
|
name = "org_modernc_ccorpus",
|
|
importpath = "modernc.org/ccorpus",
|
|
sum = "h1:J16RXiiqiCgua6+ZvQot4yUuUy8zxgqbqEEUuGPlISk=",
|
|
version = "v1.11.6",
|
|
)
|
|
go_repository(
|
|
name = "org_modernc_httpfs",
|
|
importpath = "modernc.org/httpfs",
|
|
sum = "h1:AAgIpFZRXuYnkjftxTAZwMIiwEqAfk8aVB2/oA6nAeM=",
|
|
version = "v1.0.6",
|
|
)
|
|
go_repository(
|
|
name = "org_modernc_libc",
|
|
importpath = "modernc.org/libc",
|
|
sum = "h1:4U7v51GyhlWqQmwCHj28Rdq2Yzwk55ovjFrdPjs8Hb0=",
|
|
version = "v1.22.2",
|
|
)
|
|
go_repository(
|
|
name = "org_modernc_mathutil",
|
|
importpath = "modernc.org/mathutil",
|
|
sum = "h1:rV0Ko/6SfM+8G+yKiyI830l3Wuz1zRutdslNoQ0kfiQ=",
|
|
version = "v1.5.0",
|
|
)
|
|
go_repository(
|
|
name = "org_modernc_memory",
|
|
importpath = "modernc.org/memory",
|
|
sum = "h1:N+/8c5rE6EqugZwHii4IFsaJ7MUhoWX07J5tC/iI5Ds=",
|
|
version = "v1.5.0",
|
|
)
|
|
go_repository(
|
|
name = "org_modernc_opt",
|
|
importpath = "modernc.org/opt",
|
|
sum = "h1:3XOZf2yznlhC+ibLltsDGzABUGVx8J6pnFMS3E4dcq4=",
|
|
version = "v0.1.3",
|
|
)
|
|
go_repository(
|
|
name = "org_modernc_sqlite",
|
|
importpath = "modernc.org/sqlite",
|
|
sum = "h1:S2uFiaNPd/vTAP/4EmyY8Qe2Quzu26A2L1e25xRNTio=",
|
|
version = "v1.18.2",
|
|
)
|
|
go_repository(
|
|
name = "org_modernc_strutil",
|
|
importpath = "modernc.org/strutil",
|
|
sum = "h1:fNMm+oJklMGYfU9Ylcywl0CO5O6nTfaowNsh2wpPjzY=",
|
|
version = "v1.1.3",
|
|
)
|
|
go_repository(
|
|
name = "org_modernc_tcl",
|
|
importpath = "modernc.org/tcl",
|
|
sum = "h1:5PQgL/29XkQ9wsEmmNPjzKs+7iPCaYqUJAhzPvQbjDA=",
|
|
version = "v1.13.2",
|
|
)
|
|
go_repository(
|
|
name = "org_modernc_token",
|
|
importpath = "modernc.org/token",
|
|
sum = "h1:Xl7Ap9dKaEs5kLoOQeQmPWevfnk/DM5qcLcYlA8ys6Y=",
|
|
version = "v1.1.0",
|
|
)
|
|
go_repository(
|
|
name = "org_modernc_z",
|
|
importpath = "modernc.org/z",
|
|
sum = "h1:RTNHdsrOpeoSeOF4FbzTo8gBYByaJ5xT7NgZ9ZqRiJM=",
|
|
version = "v1.5.1",
|
|
)
|
|
go_repository(
|
|
name = "org_mongodb_go_mongo_driver",
|
|
importpath = "go.mongodb.org/mongo-driver",
|
|
sum = "h1:aPx33jmn/rQuJXPQLZQ8NtfPQG8CaqgLThFtqRb0PiE=",
|
|
version = "v1.12.0",
|
|
)
|
|
go_repository(
|
|
name = "org_mozilla_go_pkcs7",
|
|
importpath = "go.mozilla.org/pkcs7",
|
|
sum = "h1:A/5uWzF44DlIgdm/PQFwfMkW0JX+cIcQi/SwLAmZP5M=",
|
|
version = "v0.0.0-20200128120323-432b2356ecb1",
|
|
)
|
|
go_repository(
|
|
name = "org_uber_go_atomic",
|
|
importpath = "go.uber.org/atomic",
|
|
sum = "h1:ZvwS0R+56ePWxUNi+Atn9dWONBPp/AUETXlHW0DxSjE=",
|
|
version = "v1.11.0",
|
|
)
|
|
go_repository(
|
|
name = "org_uber_go_automaxprocs",
|
|
importpath = "go.uber.org/automaxprocs",
|
|
sum = "h1:kWazyxZUrS3Gs4qUpbwo5kEIMGe/DAvi5Z4tl2NW4j8=",
|
|
version = "v1.5.3",
|
|
)
|
|
go_repository(
|
|
name = "org_uber_go_goleak",
|
|
importpath = "go.uber.org/goleak",
|
|
sum = "h1:NBol2c7O1ZokfZ0LEU9K6Whx/KnwvepVetCUhtKja4A=",
|
|
version = "v1.2.1",
|
|
)
|
|
go_repository(
|
|
name = "org_uber_go_multierr",
|
|
importpath = "go.uber.org/multierr",
|
|
sum = "h1:blXXJkSxSSfBVBlC76pxqeO+LN3aDfLQo+309xJstO0=",
|
|
version = "v1.11.0",
|
|
)
|
|
go_repository(
|
|
name = "org_uber_go_tools",
|
|
importpath = "go.uber.org/tools",
|
|
sum = "h1:0mgffUl7nfd+FpvXMVz4IDEaUSmT1ysygQC7qYo7sG4=",
|
|
version = "v0.0.0-20190618225709-2cfd321de3ee",
|
|
)
|
|
go_repository(
|
|
name = "org_uber_go_zap",
|
|
importpath = "go.uber.org/zap",
|
|
sum = "h1:sI7k6L95XOKS281NhVKOFCUNIvv9e0w4BF8N3u+tCRo=",
|
|
version = "v1.26.0",
|
|
)
|
|
go_repository(
|
|
name = "tech_pennock_go_tabular",
|
|
importpath = "go.pennock.tech/tabular",
|
|
sum = "h1:JYN3TdVkTjOWdZz2FwKcW7f69vRhPl4NAQqJ8RZAsmY=",
|
|
version = "v1.1.3",
|
|
)
|
|
go_repository(
|
|
name = "tools_gotest",
|
|
importpath = "gotest.tools",
|
|
sum = "h1:VsBPFP1AI068pPrMxtb/S8Zkgf9xEmTLJjfM+P5UIEo=",
|
|
version = "v2.2.0+incompatible",
|
|
)
|
|
go_repository(
|
|
name = "tools_gotest_v3",
|
|
importpath = "gotest.tools/v3",
|
|
sum = "h1:4AuOwCGf4lLR9u3YOe2awrHygurzhO/HeQ6laiA6Sx0=",
|
|
version = "v3.0.3",
|
|
)
|