module github.com/cloudfoundry/libcfbuildpack go 1.13 require ( cloud.google.com/go v0.50.0 // indirect github.com/BurntSushi/toml v0.3.1 github.com/Masterminds/semver v1.5.0 github.com/buildpack/libbuildpack v1.25.7 github.com/fatih/color v1.7.0 github.com/magiconair/properties v1.8.1 github.com/mattn/go-colorable v0.1.4 // indirect github.com/mattn/go-isatty v0.0.11 // indirect github.com/mitchellh/mapstructure v1.1.2 github.com/onsi/ginkgo v1.11.0 // indirect github.com/onsi/gomega v1.8.1 github.com/sclevine/spec v1.4.0 github.com/xi2/xz v0.0.0-20171230120015-48954b6210f8 golang.org/x/oauth2 v0.0.0-20191202225959-858c2ad4c8b6 google.golang.org/appengine v1.6.5 // indirect gopkg.in/yaml.v2 v2.2.7 )