|
1 | 1 | module github.com/talos-systems/bldr |
2 | 2 |
|
3 | | -go 1.13 |
| 3 | +go 1.14 |
4 | 4 |
|
5 | 5 | require ( |
6 | 6 | github.com/Masterminds/goutils v1.1.0 // indirect |
7 | 7 | github.com/Masterminds/semver v1.5.0 // indirect |
8 | 8 | github.com/Masterminds/sprig v2.22.0+incompatible |
9 | | - github.com/alessio/shellescape v0.0.0-20190409004728-b115ca0f9053 |
10 | | - github.com/emicklei/dot v0.10.1 |
11 | | - github.com/google/uuid v1.1.1 // indirect |
12 | | - github.com/hashicorp/go-multierror v1.0.0 |
13 | | - github.com/huandu/xstrings v1.2.0 // indirect |
| 9 | + github.com/alessio/shellescape v1.2.2 |
| 10 | + github.com/containerd/containerd v1.4.0-0 |
| 11 | + github.com/emicklei/dot v0.11.0 |
| 12 | + github.com/hashicorp/go-multierror v1.1.0 |
| 13 | + github.com/huandu/xstrings v1.3.1 // indirect |
14 | 14 | github.com/mitchellh/copystructure v1.0.0 // indirect |
15 | | - github.com/moby/buildkit v0.6.2-0.20190921015714-10cef0c6e178 |
16 | | - github.com/opencontainers/go-digest v1.0.0-rc1 |
17 | | - github.com/otiai10/copy v1.0.2 |
18 | | - github.com/spf13/cobra v0.0.4 |
19 | | - golang.org/x/text v0.3.2 // indirect |
20 | | - golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7 |
21 | | - gopkg.in/yaml.v2 v2.2.2 |
| 15 | + github.com/moby/buildkit v0.7.1 |
| 16 | + github.com/opencontainers/go-digest v1.0.0 |
| 17 | + github.com/opencontainers/image-spec v1.0.1 |
| 18 | + github.com/otiai10/copy v1.2.0 |
| 19 | + github.com/spf13/cobra v1.0.0 |
| 20 | + golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e |
| 21 | + gopkg.in/yaml.v2 v2.3.0 |
22 | 22 | ) |
23 | 23 |
|
24 | | -replace github.com/docker/docker v1.14.0-0.20190319215453-e7b5f7dbe98c => github.com/docker/docker v1.4.2-0.20190319215453-e7b5f7dbe98c |
25 | | - |
26 | | -replace golang.org/x/crypto v0.0.0-20190129210102-0709b304e793 => golang.org/x/crypto v0.0.0-20180904163835-0709b304e793 |
| 24 | +replace ( |
| 25 | + github.com/containerd/containerd => github.com/containerd/containerd v1.3.1-0.20200512144102-f13ba8f2f2fd |
| 26 | + github.com/docker/docker => github.com/docker/docker v17.12.0-ce-rc1.0.20200310163718-4634ce647cf2+incompatible |
| 27 | +) |
0 commit comments