Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deps: update module github.com/hashicorp/* #2626

Merged
merged 1 commit into from
Nov 22, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
104 changes: 32 additions & 72 deletions bazel/toolchains/go_module_deps.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -164,8 +164,8 @@ def go_dependencies():
build_file_generation = "on",
build_file_proto_mode = "disable_global",
importpath = "github.com/anmitsu/go-shlex",
sum = "h1:9AeTilPcZAjCFIImctFaOjnTIavg87rW78vTPkQqLI8=",
version = "v0.0.0-20200514113438-38f4b401e2be",
sum = "h1:kFOfPq6dUM1hTo4JG6LR5AXSUEsOjtdm0kw0FtQtMJA=",
version = "v0.0.0-20161002113705-648efa622239",
)
go_repository(
name = "com_github_antihax_optional",
Expand Down Expand Up @@ -215,14 +215,6 @@ def go_dependencies():
sum = "h1:ZSTrOEhiM5J5RFxEaFvMZVEAM1KvT1YzbEOwB2EAGjA=",
version = "v0.0.0-20180507223929-23540a00eaa3",
)
go_repository(
name = "com_github_apparentlymart_go_textseg",
build_file_generation = "on",
build_file_proto_mode = "disable_global",
importpath = "github.com/apparentlymart/go-textseg",
sum = "h1:rRmlIsPEEhUTIKQb7T++Nz/A5Q6C9IuX2wFoYVvnCs0=",
version = "v1.0.0",
)
go_repository(
name = "com_github_apparentlymart_go_textseg_v13",
build_file_generation = "on",
Expand All @@ -231,6 +223,14 @@ def go_dependencies():
sum = "h1:Y+KvPE1NYz0xl601PVImeQfFyEy6iT90AvPUL1NNfNw=",
version = "v13.0.0",
)
go_repository(
name = "com_github_apparentlymart_go_textseg_v15",
build_file_generation = "on",
build_file_proto_mode = "disable_global",
importpath = "github.com/apparentlymart/go-textseg/v15",
sum = "h1:uYvfpb3DyLSCGWnctWKGj857c6ew1u1fNQOlOtuGxQY=",
version = "v15.0.0",
)
go_repository(
name = "com_github_armon_circbuf",
build_file_generation = "on",
Expand Down Expand Up @@ -1446,14 +1446,6 @@ def go_dependencies():
sum = "h1:5M7vwYRy65iPpCFHZ01RyWXmYT8e8MlcWn/9BUUB7Ro=",
version = "v3.3.0",
)
go_repository(
name = "com_github_elazarl_goproxy",
build_file_generation = "on",
build_file_proto_mode = "disable_global",
importpath = "github.com/elazarl/goproxy",
sum = "h1:RIB4cRk+lBqKK3Oy0r2gRX4ui7tuhiZq2SuTtTCi0/0=",
version = "v0.0.0-20221015165544-a0805db90819",
)
go_repository(
name = "com_github_emicklei_go_restful_v3",
build_file_generation = "on",
Expand Down Expand Up @@ -1683,8 +1675,8 @@ def go_dependencies():
build_file_generation = "on",
build_file_proto_mode = "disable_global",
importpath = "github.com/gliderlabs/ssh",
sum = "h1:OcaySEmAQJgyYcArR+gGGTHCyE7nvhEMTlYY+Dp8CpY=",
version = "v0.3.5",
sum = "h1:6zsha5zo/TWhRhwqCD3+EarCAgZ2yN28ipRnGPnwkI0=",
version = "v0.2.2",
)
go_repository(
name = "com_github_go_chi_chi",
Expand Down Expand Up @@ -1715,24 +1707,16 @@ def go_dependencies():
build_file_generation = "on",
build_file_proto_mode = "disable_global",
importpath = "github.com/go-git/go-billy/v5",
sum = "h1:Uwp5tDRkPr+l/TnbHOQzp+tmJfLceOlbVucgpTz8ix4=",
version = "v5.4.1",
)
go_repository(
name = "com_github_go_git_go_git_fixtures_v4",
build_file_generation = "on",
build_file_proto_mode = "disable_global",
importpath = "github.com/go-git/go-git-fixtures/v4",
sum = "h1:Pz0DHeFij3XFhoBRGUDPzSJ+w2UcK5/0JvF8DRI58r8=",
version = "v4.3.2-0.20230305113008-0c11038e723f",
sum = "h1:yEY4yhzCDuMGSv83oGxiBotRzhwhNr8VZyphhiu+mTU=",
version = "v5.5.0",
)
go_repository(
name = "com_github_go_git_go_git_v5",
build_file_generation = "on",
build_file_proto_mode = "disable_global",
importpath = "github.com/go-git/go-git/v5",
sum = "h1:t9AudWVLmqzlo+4bqdf7GY+46SUuRsx59SboFxkq2aE=",
version = "v5.7.0",
sum = "h1:cD9SFA7sHVRdJ7AYck1ZaAa/yeuBvGPxwXDL8cxrObY=",
version = "v5.9.0",
)
go_repository(
name = "com_github_go_gl_glfw",
Expand Down Expand Up @@ -2772,8 +2756,8 @@ def go_dependencies():
build_file_generation = "on",
build_file_proto_mode = "disable_global",
importpath = "github.com/hashicorp/hc-install",
sum = "h1:SfwMFnEXVVirpwkDuSF5kymUOhrUxrTq3udEseZdOD0=",
version = "v0.5.2",
sum = "h1:IGxShH7AVhPaSuSJpKtVi/EFORNjO+OYVJJrAtGG2mY=",
version = "v0.6.1",
)
go_repository(
name = "com_github_hashicorp_hcl",
Expand All @@ -2788,8 +2772,8 @@ def go_dependencies():
build_file_generation = "on",
build_file_proto_mode = "disable_global",
importpath = "github.com/hashicorp/hcl/v2",
sum = "h1:z1XvSUyXd1HP10U4lrLg5e0JMVz6CPaJvAgxM0KNZVY=",
version = "v2.17.0",
sum = "h1://i05Jqznmb2EXqa39Nsvyan2o5XyMowW5fnCKW5RPI=",
version = "v2.19.1",
)
go_repository(
name = "com_github_hashicorp_logutils",
Expand All @@ -2804,16 +2788,16 @@ def go_dependencies():
build_file_generation = "on",
build_file_proto_mode = "disable_global",
importpath = "github.com/hashicorp/terraform-exec",
sum = "h1:LAbfDvNQU1l0NOQlTuudjczVhHj061fNX5H8XZxHlH4=",
version = "v0.18.1",
sum = "h1:FpqZ6n50Tk95mItTSS9BjeOVUb4eg81SpgVtZNNtFSM=",
version = "v0.19.0",
)
go_repository(
name = "com_github_hashicorp_terraform_json",
build_file_generation = "on",
build_file_proto_mode = "disable_global",
importpath = "github.com/hashicorp/terraform-json",
sum = "h1:/gIyNtR6SFw6h5yzlbDbACyGvIhKtQi8mTsbkNd79lE=",
version = "v0.15.0",
sum = "h1:pCjgJEqqDESv4y0Tzdqfxr/edOIGkjs8keY42xfNBwU=",
version = "v0.18.0",
)
go_repository(
name = "com_github_hashicorp_vault_api",
Expand Down Expand Up @@ -2964,8 +2948,8 @@ def go_dependencies():
build_file_generation = "on",
build_file_proto_mode = "disable_global",
importpath = "github.com/jessevdk/go-flags",
sum = "h1:1jKYvbxEjfUl0fmqTCOfonvskHHXMjBySTLW4y9LFvc=",
version = "v1.5.0",
sum = "h1:4IU2WS7AumrZ/40jfhf4QVDMsQwqA7VEHozFRrGARJA=",
version = "v1.4.0",
)
go_repository(
name = "com_github_jhump_protoreflect",
Expand Down Expand Up @@ -4160,8 +4144,8 @@ def go_dependencies():
build_file_generation = "on",
build_file_proto_mode = "disable_global",
importpath = "github.com/ProtonMail/go-crypto",
sum = "h1:ZK3C5DtzV2nVAQTx5S5jQvMeDqWtD1By5mOoyY/xJek=",
version = "v0.0.0-20230518184743-7afd39499903",
sum = "h1:kkhsdkhsCvIsutKu5zLMgWtgh9YxGCNAw8Ad8hjwfYg=",
version = "v0.0.0-20230828082145-3c4c8a2d2371",
)
go_repository(
name = "com_github_protonmail_go_mime",
Expand Down Expand Up @@ -4520,8 +4504,8 @@ def go_dependencies():
build_file_generation = "on",
build_file_proto_mode = "disable_global",
importpath = "github.com/skeema/knownhosts",
sum = "h1:MTk78x9FPgDFVFkDLTrsnnfCJl7g1C/nnKvePgrIngE=",
version = "v1.1.1",
sum = "h1:h9r9cf0+u7wSE+M183ZtMGgOJKiL96brpaz5ekfJCpM=",
version = "v1.2.0",
)
go_repository(
name = "com_github_skratchdot_open_golang",
Expand Down Expand Up @@ -4788,22 +4772,6 @@ def go_dependencies():
sum = "h1:Cn05BRLm+iRP/DZxyVSsfVyrzgjDbwHwkVt38qvXnNI=",
version = "v0.0.2",
)
go_repository(
name = "com_github_vmihailenco_msgpack",
build_file_generation = "on",
build_file_proto_mode = "disable_global",
importpath = "github.com/vmihailenco/msgpack",
sum = "h1:wapg9xDUZDzGCNFlwc5SqI1rvcciqcxEHac4CYj89xI=",
version = "v3.3.3+incompatible",
)
go_repository(
name = "com_github_vmihailenco_msgpack_v4",
build_file_generation = "on",
build_file_proto_mode = "disable_global",
importpath = "github.com/vmihailenco/msgpack/v4",
sum = "h1:07s4sz9IReOgdikxLTKNbBdqDMLsjPKXwvCazn8G65U=",
version = "v4.3.12",
)
go_repository(
name = "com_github_vmihailenco_msgpack_v5",
build_file_generation = "on",
Expand All @@ -4812,14 +4780,6 @@ def go_dependencies():
sum = "h1:5gO0H1iULLWGhs2H5tbAHIZTV8/cYafcFOr9znI5mJU=",
version = "v5.3.5",
)
go_repository(
name = "com_github_vmihailenco_tagparser",
build_file_generation = "on",
build_file_proto_mode = "disable_global",
importpath = "github.com/vmihailenco/tagparser",
sum = "h1:quXMXlA39OCbd2wAdTsGDlK9RkOk6Wuw+x37wVyIuWY=",
version = "v0.1.1",
)
go_repository(
name = "com_github_vmihailenco_tagparser_v2",
build_file_generation = "on",
Expand Down Expand Up @@ -5041,8 +5001,8 @@ def go_dependencies():
build_file_generation = "on",
build_file_proto_mode = "disable_global",
importpath = "github.com/zclconf/go-cty",
sum = "h1:4GvrUxe/QUDYuJKAav4EYqdM47/kZa672LwmXFmEKT0=",
version = "v1.13.2",
sum = "h1:t9fyA35fwjjUMcmL5hLER+e/rEPqrbCK1/OSE4SI9KA=",
version = "v1.14.1",
)
go_repository(
name = "com_github_zclconf_go_cty_debug",
Expand Down
16 changes: 8 additions & 8 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -94,10 +94,10 @@ require (
github.com/hashicorp/go-kms-wrapping/wrappers/azurekeyvault/v2 v2.0.7
github.com/hashicorp/go-kms-wrapping/wrappers/gcpckms/v2 v2.0.8
github.com/hashicorp/go-version v1.6.0
github.com/hashicorp/hc-install v0.5.2
github.com/hashicorp/hcl/v2 v2.17.0
github.com/hashicorp/terraform-exec v0.18.1
github.com/hashicorp/terraform-json v0.15.0
github.com/hashicorp/hc-install v0.6.1
github.com/hashicorp/hcl/v2 v2.19.1
github.com/hashicorp/terraform-exec v0.19.0
github.com/hashicorp/terraform-json v0.18.0
github.com/martinjungblut/go-cryptsetup v0.0.0-20220520180014-fd0874fd07a6
github.com/mattn/go-isatty v0.0.19
github.com/microsoft/ApplicationInsights-Go v0.4.4
Expand Down Expand Up @@ -140,6 +140,7 @@ require (

require (
github.com/Microsoft/hcsshim v0.11.0 // indirect
github.com/apparentlymart/go-textseg/v15 v15.0.0 // indirect
github.com/google/gnostic-models v0.6.8 // indirect
)

Expand Down Expand Up @@ -169,9 +170,8 @@ require (
github.com/Masterminds/sprig/v3 v3.2.3 // indirect
github.com/Masterminds/squirrel v1.5.4 // indirect
github.com/Microsoft/go-winio v0.6.1 // indirect
github.com/ProtonMail/go-crypto v0.0.0-20230217124315-7d5c6f04bbb8 // indirect
github.com/ProtonMail/go-crypto v0.0.0-20230828082145-3c4c8a2d2371 // indirect
github.com/agext/levenshtein v1.2.1 // indirect
github.com/apparentlymart/go-textseg/v13 v13.0.0 // indirect
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 // indirect
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.4.10 // indirect
github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.34 // indirect
Expand Down Expand Up @@ -256,7 +256,7 @@ require (
github.com/hashicorp/go-secure-stdlib/awsutil v0.2.2 // indirect
github.com/hashicorp/go-uuid v1.0.3 // indirect
github.com/huandu/xstrings v1.4.0 // indirect
github.com/imdario/mergo v0.3.13 // indirect
github.com/imdario/mergo v0.3.15 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/jedisct1/go-minisign v0.0.0-20211028175153-1c139d1cc84b // indirect
github.com/jmespath/go-jmespath v0.4.0 // indirect
Expand Down Expand Up @@ -318,7 +318,7 @@ require (
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
github.com/xeipuuv/gojsonschema v1.2.0 // indirect
github.com/xlab/treeprint v1.2.0 // indirect
github.com/zclconf/go-cty v1.13.2 // indirect
github.com/zclconf/go-cty v1.14.1 // indirect
go.mongodb.org/mongo-driver v1.11.3 // indirect
go.opencensus.io v0.24.0 // indirect
go.opentelemetry.io/otel v1.14.0 // indirect
Expand Down
Loading