module github.com/paketo-community/bundler require ( cloud.google.com/go v0.53.0 // indirect github.com/cloudfoundry/dagger v0.0.0-20200409132447-59248c69607b github.com/fsnotify/fsnotify v1.4.9 // indirect github.com/golang/protobuf v1.4.0 // indirect github.com/kr/text v0.2.0 // indirect github.com/mattn/go-colorable v0.1.6 // indirect github.com/mattn/go-runewidth v0.0.9 // indirect github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect github.com/onsi/ginkgo v1.12.0 // indirect github.com/onsi/gomega v1.10.0 github.com/paketo-buildpacks/occam v0.0.8 github.com/paketo-buildpacks/packit v0.0.10 github.com/sclevine/spec v1.4.0 golang.org/x/net v0.0.0-20200324143707-d3edc9973b7e // indirect golang.org/x/sys v0.0.0-20200413165638-669c56c373c4 // indirect gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect gopkg.in/yaml.v2 v2.2.8 ) go 1.13