github.com/paketo-buildpacks/packit@v1.3.2-0.20211206231111-86b75c657449/go.mod (about)

     1  module github.com/paketo-buildpacks/packit
     2  
     3  go 1.16
     4  
     5  require (
     6  	github.com/BurntSushi/toml v0.4.1
     7  	github.com/Masterminds/semver/v3 v3.1.1
     8  	github.com/anchore/syft v0.31.0
     9  	github.com/cheggaaa/pb/v3 v3.0.8
    10  	github.com/dsnet/compress v0.0.2-0.20210315054119-f66993602bf5
    11  	github.com/gabriel-vasile/mimetype v1.4.0
    12  	github.com/onsi/gomega v1.17.0
    13  	github.com/pelletier/go-toml v1.9.4
    14  	github.com/sclevine/spec v1.4.0
    15  	github.com/ulikunitz/xz v0.5.10
    16  )
    17  
    18  // TODO: remove once a new release is cut with the CycloneDX format (probably v0.32.0)
    19  replace github.com/anchore/syft => github.com/anchore/syft v0.31.1-0.20211204010623-5374a1dc6ff6