-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathgo.mod
More file actions
20 lines (18 loc) · 693 Bytes
/
go.mod
File metadata and controls
20 lines (18 loc) · 693 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
module github.com/EricHripko/cnbp
go 1.15
require (
github.com/BurntSushi/toml v0.3.1
github.com/EricHripko/buildkit-fdk v0.1.2
github.com/buildpacks/lifecycle v0.10.2
github.com/containerd/containerd v1.4.4
github.com/google/go-containerregistry v0.4.0 // indirect
github.com/mattn/go-colorable v0.1.8 // indirect
github.com/moby/buildkit v0.8.2
github.com/moby/term v0.0.0-20201110203204-bea5bbe245bf // indirect
github.com/opencontainers/image-spec v1.0.1
github.com/pelletier/go-toml v1.9.0
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.8.1
github.com/tonistiigi/fsutil v0.0.0-20201103201449-0834f99b7b85
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
)