Regenerate bazel/BUILD.cowboy with gazelle
`bazel run gazelle-update-repos -- hex.pm/cowboy@2.12.0`
(cherry picked from commit e2a913a44a
)
This commit is contained in:
parent
937f4a99ee
commit
6bda429fbc
|
@ -49,6 +49,7 @@ erlang_bytecode(
|
||||||
"src/cowboy_clock.erl",
|
"src/cowboy_clock.erl",
|
||||||
"src/cowboy_compress_h.erl",
|
"src/cowboy_compress_h.erl",
|
||||||
"src/cowboy_constraints.erl",
|
"src/cowboy_constraints.erl",
|
||||||
|
"src/cowboy_decompress_h.erl",
|
||||||
"src/cowboy_handler.erl",
|
"src/cowboy_handler.erl",
|
||||||
"src/cowboy_http.erl",
|
"src/cowboy_http.erl",
|
||||||
"src/cowboy_http2.erl",
|
"src/cowboy_http2.erl",
|
||||||
|
@ -94,6 +95,7 @@ filegroup(
|
||||||
"src/cowboy_clock.erl",
|
"src/cowboy_clock.erl",
|
||||||
"src/cowboy_compress_h.erl",
|
"src/cowboy_compress_h.erl",
|
||||||
"src/cowboy_constraints.erl",
|
"src/cowboy_constraints.erl",
|
||||||
|
"src/cowboy_decompress_h.erl",
|
||||||
"src/cowboy_handler.erl",
|
"src/cowboy_handler.erl",
|
||||||
"src/cowboy_http.erl",
|
"src/cowboy_http.erl",
|
||||||
"src/cowboy_http2.erl",
|
"src/cowboy_http2.erl",
|
||||||
|
@ -145,10 +147,10 @@ erlang_app(
|
||||||
name = "erlang_app",
|
name = "erlang_app",
|
||||||
srcs = [":all_srcs"],
|
srcs = [":all_srcs"],
|
||||||
hdrs = [":public_hdrs"],
|
hdrs = [":public_hdrs"],
|
||||||
app_name = "cowboy",
|
|
||||||
app_description = "Small, fast, modern HTTP server.",
|
app_description = "Small, fast, modern HTTP server.",
|
||||||
app_version = "2.10.0",
|
app_name = "cowboy",
|
||||||
app_registered = ["cowboy_clock"],
|
app_registered = ["cowboy_clock"],
|
||||||
|
app_version = "2.12.0",
|
||||||
beam_files = [":beam_files"],
|
beam_files = [":beam_files"],
|
||||||
extra_apps = ["crypto"],
|
extra_apps = ["crypto"],
|
||||||
license_files = [":license_files"],
|
license_files = [":license_files"],
|
||||||
|
|
|
@ -64,6 +64,7 @@ cowboy:
|
||||||
- cowboy_clock
|
- cowboy_clock
|
||||||
- cowboy_compress_h
|
- cowboy_compress_h
|
||||||
- cowboy_constraints
|
- cowboy_constraints
|
||||||
|
- cowboy_decompress_h
|
||||||
- cowboy_handler
|
- cowboy_handler
|
||||||
- cowboy_http
|
- cowboy_http
|
||||||
- cowboy_http2
|
- cowboy_http2
|
||||||
|
|
Loading…
Reference in New Issue