Current section
Files
Jump to
Current section
Files
lib/sbom/cyclonedx/v16/dependency.pb.ex
defmodule SBoM.Cyclonedx.V16.Dependency do
@moduledoc false
use Protobuf, protoc_gen_elixir_version: "0.15.0", syntax: :proto3
field(:ref, 1, type: :string)
field(:dependencies, 2, repeated: true, type: SBoM.Cyclonedx.V16.Dependency)
field(:provides, 3, repeated: true, type: :string)
end