forked from buildpacks/pack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
26 lines (24 loc) · 949 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
25
26
module github.com/buildpack/pack
require (
github.com/BurntSushi/toml v0.3.1
github.com/Masterminds/semver v1.4.2
github.com/apex/log v1.1.0
github.com/buildpack/imgutil v0.0.0-20190509214933-76de939dfb34
github.com/buildpack/lifecycle v0.1.1-0.20190510142604-8612386b1cea
github.com/dgodd/dockerdial v1.0.1
github.com/docker/docker v0.7.3-0.20190307005417-54dddadc7d5d
github.com/docker/go-connections v0.4.0
github.com/golang/mock v1.3.1
github.com/google/go-cmp v0.3.0
github.com/google/go-containerregistry v0.0.0-20190503220729-1c6c7f61e8a5
github.com/heroku/color v0.0.6
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/mitchellh/ioprogress v0.0.0-20180201004757-6a23b12fa88e
github.com/onsi/gomega v1.5.0
github.com/pkg/errors v0.8.1
github.com/sclevine/spec v1.2.0
github.com/spf13/cobra v0.0.3
github.com/spf13/pflag v1.0.3 // indirect
golang.org/x/tools v0.0.0-20190425150028-36563e24a262
)
go 1.13