github.com/devseccon/trivy@v0.47.1-0.20231123133102-bd902a0bd996/pkg/types/library.go (about)

     1  package types
     2  
     3  // Library holds the attribute of a package library
     4  type Library struct {
     5  	Name    string
     6  	Version string
     7  }