forked from paketo-buildpacks/mri
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
24 lines (22 loc) · 942 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
module github.com/paketo-community/mri
require (
cloud.google.com/go v0.55.0 // indirect
github.com/cloudfoundry/dagger v0.0.0-20200213200846-c2a9723f08c4
github.com/cloudfoundry/libcfbuildpack v1.91.23 // indirect
github.com/fsnotify/fsnotify v1.4.9 // 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/mitchellh/mapstructure v1.2.2 // 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.4
github.com/paketo-buildpacks/packit v0.0.10
github.com/pkg/errors v0.9.1 // indirect
github.com/sclevine/spec v1.4.0
golang.org/x/net v0.0.0-20200324143707-d3edc9973b7e // indirect
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
gopkg.in/yaml.v2 v2.2.8
)
go 1.13