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