|
1 | 1 | module github.com/concourse/oci-build-task |
2 | 2 |
|
3 | | -go 1.12 |
| 3 | +go 1.23 |
4 | 4 |
|
5 | 5 | require ( |
6 | | - github.com/BurntSushi/toml v0.4.1 |
7 | | - github.com/VividCortex/ewma v1.1.1 // indirect |
| 6 | + github.com/BurntSushi/toml v1.4.0 |
8 | 7 | github.com/concourse/go-archive v1.0.1 |
9 | | - github.com/fatih/color v1.13.0 |
10 | | - github.com/google/go-containerregistry v0.9.0 |
| 8 | + github.com/fatih/color v1.18.0 |
| 9 | + github.com/google/go-containerregistry v0.20.2 |
11 | 10 | github.com/julienschmidt/httprouter v1.3.0 |
12 | 11 | github.com/pkg/errors v0.9.1 |
13 | | - github.com/sirupsen/logrus v1.8.1 |
14 | | - github.com/stretchr/testify v1.7.0 |
| 12 | + github.com/sirupsen/logrus v1.9.3 |
| 13 | + github.com/stretchr/testify v1.9.0 |
15 | 14 | github.com/u-root/u-root v7.0.0+incompatible |
16 | 15 | github.com/vbauerster/mpb v3.4.0+incompatible |
17 | 16 | github.com/vrischmann/envconfig v1.3.0 |
18 | | - golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f // indirect |
| 17 | +) |
| 18 | + |
| 19 | +require ( |
| 20 | + github.com/VividCortex/ewma v1.2.0 // indirect |
| 21 | + github.com/containerd/stargz-snapshotter/estargz v0.15.1 // indirect |
| 22 | + github.com/davecgh/go-spew v1.1.1 // indirect |
| 23 | + github.com/docker/cli v27.2.1+incompatible // indirect |
| 24 | + github.com/docker/distribution v2.8.3+incompatible // indirect |
| 25 | + github.com/docker/docker-credential-helpers v0.8.2 // indirect |
| 26 | + github.com/klauspost/compress v1.17.11 // indirect |
| 27 | + github.com/kr/pretty v0.3.1 // indirect |
| 28 | + github.com/mattn/go-colorable v0.1.13 // indirect |
| 29 | + github.com/mattn/go-isatty v0.0.20 // indirect |
| 30 | + github.com/mitchellh/go-homedir v1.1.0 // indirect |
| 31 | + github.com/onsi/ginkgo v1.16.5 // indirect |
| 32 | + github.com/onsi/gomega v1.27.8 // indirect |
| 33 | + github.com/opencontainers/go-digest v1.0.0 // indirect |
| 34 | + github.com/opencontainers/image-spec v1.1.0 // indirect |
| 35 | + github.com/pmezard/go-difflib v1.0.0 // indirect |
| 36 | + github.com/vbatts/tar-split v0.11.6 // indirect |
| 37 | + golang.org/x/crypto v0.28.0 // indirect |
| 38 | + golang.org/x/sync v0.8.0 // indirect |
| 39 | + golang.org/x/sys v0.26.0 // indirect |
| 40 | + golang.org/x/term v0.25.0 // indirect |
| 41 | + gopkg.in/yaml.v3 v3.0.1 // indirect |
19 | 42 | ) |
0 commit comments