github.com/noqcks/syft@v0.0.0-20230920222752-a9e2c4e288e5/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  }