Current section
Files
Jump to
Current section
Files
src/go_over.app.src
{application, go_over, [
{vsn, "0.5.0"},
{applications, [birl,
filepath,
gleam_hackney,
gleam_hexpm,
gleam_http,
gleam_json,
gleam_stdlib,
gleamsver,
gleeunit,
shellout,
simplifile,
tom,
yamerl]},
{description, "A tool to audit Erlang & Elixir dependencies, to make sure your gleam projects really sparkle! ✨"},
{modules, [go_over,
go_over@advisories@advisories,
go_over@advisories@comparisons,
go_over@config,
go_over@packages,
go_over@retired,
go_over@util@cache,
go_over@util@constants,
go_over@util@print,
go_over@util@util,
go_over@warning]},
{registered, []}
]}.