github.com/kastenhq/syft@v0.0.0-20230821225854-0710af25cdbe/syft/pkg/python_pipefile_lock_metadata.go (about)

     1  package pkg
     2  
     3  type PythonPipfileLockMetadata struct {
     4  	Hashes []string `mapstructure:"hashes" json:"hashes"`
     5  	Index  string   `mapstructure:"index" json:"index"`
     6  }