Skip to content

Commit

Permalink
deps: tidy all modules
Browse files Browse the repository at this point in the history
  • Loading branch information
edgelessci committed Nov 21, 2023
1 parent f4889b2 commit 7bec1d7
Show file tree
Hide file tree
Showing 5 changed files with 56 additions and 109 deletions.
96 changes: 28 additions & 68 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 @@ -1718,21 +1710,13 @@ def go_dependencies():
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",
)
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:Zo79E4p7TRk0xoRgMq0RShiTHGKcKI4+DI6BfJc/Q+A=",
version = "v5.8.1",
)
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:fDHnU7JNFNSQebVKYhHZ0va1bC6SrPQ8fpebsvNr2w4=",
version = "v0.6.0",
)
go_repository(
name = "com_github_hashicorp_hcl",
Expand Down Expand Up @@ -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:eMfvh/uWggKmY7Pmb3T85u86E2EQg6EQHgyRwf3RkyA=",
version = "v0.17.1",
)
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:KLq8BE0KwCL+mmXnjLWEAOYO+2l2AE4YMmqG1ZpZHBs=",
version = "v0.0.0-20230717121422-5aa5874ade95",
)
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:/Xrd39K7DXbHzlisFP9c4pHao4yyf+/Ug9LEz+Y/yhc=",
version = "v1.14.0",
)
go_repository(
name = "com_github_zclconf_go_cty_debug",
Expand Down
12 changes: 6 additions & 6 deletions hack/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,10 @@ require (
github.com/Masterminds/squirrel v1.5.4 // indirect
github.com/Microsoft/go-winio v0.6.1 // indirect
github.com/Microsoft/hcsshim v0.11.0 // indirect
github.com/ProtonMail/go-crypto v0.0.0-20230518184743-7afd39499903 // indirect
github.com/ProtonMail/go-crypto v0.0.0-20230717121422-5aa5874ade95 // indirect
github.com/agext/levenshtein v1.2.1 // indirect
github.com/apparentlymart/go-textseg/v13 v13.0.0 // indirect
github.com/apparentlymart/go-textseg/v15 v15.0.0 // indirect
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 // indirect
github.com/aws/aws-sdk-go v1.44.297 // indirect
github.com/aws/aws-sdk-go-v2 v1.18.1 // indirect
Expand Down Expand Up @@ -134,7 +135,6 @@ require (
github.com/gabriel-vasile/mimetype v1.4.2 // indirect
github.com/go-chi/chi v4.1.2+incompatible // indirect
github.com/go-errors/errors v1.4.2 // indirect
github.com/go-git/go-git/v5 v5.7.0 // indirect
github.com/go-gorp/gorp/v3 v3.1.0 // indirect
github.com/go-jose/go-jose/v3 v3.0.0 // indirect
github.com/go-logr/logr v1.2.4 // indirect
Expand Down Expand Up @@ -189,10 +189,10 @@ require (
github.com/hashicorp/go-retryablehttp v0.7.4 // indirect
github.com/hashicorp/go-uuid v1.0.3 // indirect
github.com/hashicorp/go-version v1.6.0 // indirect
github.com/hashicorp/hc-install v0.5.2 // indirect
github.com/hashicorp/hc-install v0.6.0 // indirect
github.com/hashicorp/hcl/v2 v2.17.0 // indirect
github.com/hashicorp/terraform-exec v0.18.1 // indirect
github.com/hashicorp/terraform-json v0.15.0 // indirect
github.com/hashicorp/terraform-exec v0.19.0 // indirect
github.com/hashicorp/terraform-json v0.17.1 // indirect
github.com/huandu/xstrings v1.4.0 // indirect
github.com/imdario/mergo v0.3.15 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
Expand Down Expand Up @@ -265,7 +265,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.0 // 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

0 comments on commit 7bec1d7

Please sign in to comment.