|
1 | 1 | module step |
2 | 2 |
|
3 | 3 | require ( |
4 | | - github.com/buildpacks/lifecycle v0.5.1-0.20191212164213-3b2b120be460 |
5 | | - github.com/docker/docker v1.4.2-0.20190924003213-a8608b5b67c7 |
6 | | - github.com/google/go-containerregistry v0.0.0-20191018211754-b77a90c667af |
| 4 | + github.com/buildpacks/lifecycle v0.19.3 |
| 5 | + github.com/docker/docker v28.5.1+incompatible |
| 6 | + github.com/google/go-containerregistry v0.19.2 |
7 | 7 | ) |
8 | 8 |
|
9 | | -go 1.17 |
| 9 | +require ( |
| 10 | + github.com/Azure/azure-sdk-for-go v68.0.0+incompatible // indirect |
| 11 | + github.com/Azure/go-autorest v14.2.0+incompatible // indirect |
| 12 | + github.com/Azure/go-autorest/autorest v0.11.30 // indirect |
| 13 | + github.com/Azure/go-autorest/autorest/adal v0.9.24 // indirect |
| 14 | + github.com/Azure/go-autorest/autorest/azure/auth v0.5.13 // indirect |
| 15 | + github.com/Azure/go-autorest/autorest/azure/cli v0.4.7 // indirect |
| 16 | + github.com/Azure/go-autorest/autorest/date v0.3.1 // indirect |
| 17 | + github.com/Azure/go-autorest/logger v0.2.2 // indirect |
| 18 | + github.com/Azure/go-autorest/tracing v0.6.1 // indirect |
| 19 | + github.com/Microsoft/go-winio v0.6.2 // indirect |
| 20 | + github.com/aws/aws-sdk-go-v2 v1.36.3 // indirect |
| 21 | + github.com/aws/aws-sdk-go-v2/config v1.29.14 // indirect |
| 22 | + github.com/aws/aws-sdk-go-v2/credentials v1.17.67 // indirect |
| 23 | + github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.30 // indirect |
| 24 | + github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.34 // indirect |
| 25 | + github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.34 // indirect |
| 26 | + github.com/aws/aws-sdk-go-v2/internal/ini v1.8.3 // indirect |
| 27 | + github.com/aws/aws-sdk-go-v2/service/ecr v1.44.0 // indirect |
| 28 | + github.com/aws/aws-sdk-go-v2/service/ecrpublic v1.33.0 // indirect |
| 29 | + github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.3 // indirect |
| 30 | + github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.15 // indirect |
| 31 | + github.com/aws/aws-sdk-go-v2/service/sso v1.25.3 // indirect |
| 32 | + github.com/aws/aws-sdk-go-v2/service/ssooidc v1.30.1 // indirect |
| 33 | + github.com/aws/aws-sdk-go-v2/service/sts v1.33.19 // indirect |
| 34 | + github.com/aws/smithy-go v1.22.3 // indirect |
| 35 | + github.com/awslabs/amazon-ecr-credential-helper/ecr-login v0.9.1 // indirect |
| 36 | + github.com/beorn7/perks v1.0.1 // indirect |
| 37 | + github.com/cespare/xxhash/v2 v2.3.0 // indirect |
| 38 | + github.com/chrismellard/docker-credential-acr-env v0.0.0-20230304212654-82a0ddb27589 // indirect |
| 39 | + github.com/containerd/errdefs v1.0.0 // indirect |
| 40 | + github.com/containerd/errdefs/pkg v0.3.0 // indirect |
| 41 | + github.com/containerd/log v0.1.0 // indirect |
| 42 | + github.com/containerd/stargz-snapshotter/estargz v0.16.3 // indirect |
| 43 | + github.com/dimchansky/utfbom v1.1.1 // indirect |
| 44 | + github.com/distribution/reference v0.6.0 // indirect |
| 45 | + github.com/docker/cli v28.2.2+incompatible // indirect |
| 46 | + github.com/docker/distribution v2.8.3+incompatible // indirect |
| 47 | + github.com/docker/docker-credential-helpers v0.9.3 // indirect |
| 48 | + github.com/docker/go-connections v0.5.0 // indirect |
| 49 | + github.com/docker/go-metrics v0.0.1 // indirect |
| 50 | + github.com/docker/go-units v0.5.0 // indirect |
| 51 | + github.com/felixge/httpsnoop v1.0.4 // indirect |
| 52 | + github.com/go-logr/logr v1.4.3 // indirect |
| 53 | + github.com/go-logr/stdr v1.2.2 // indirect |
| 54 | + github.com/golang-jwt/jwt/v4 v4.5.2 // indirect |
| 55 | + github.com/gorilla/mux v1.8.1 // indirect |
| 56 | + github.com/klauspost/compress v1.18.0 // indirect |
| 57 | + github.com/mitchellh/go-homedir v1.1.0 // indirect |
| 58 | + github.com/moby/docker-image-spec v1.3.1 // indirect |
| 59 | + github.com/moby/sys/atomicwriter v0.1.0 // indirect |
| 60 | + github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect |
| 61 | + github.com/opencontainers/go-digest v1.0.0 // indirect |
| 62 | + github.com/opencontainers/image-spec v1.1.1 // indirect |
| 63 | + github.com/pkg/errors v0.9.1 // indirect |
| 64 | + github.com/prometheus/client_golang v1.22.0 // indirect |
| 65 | + github.com/prometheus/client_model v0.6.2 // indirect |
| 66 | + github.com/prometheus/common v0.64.0 // indirect |
| 67 | + github.com/prometheus/procfs v0.16.1 // indirect |
| 68 | + github.com/sirupsen/logrus v1.9.3 // indirect |
| 69 | + github.com/vbatts/tar-split v0.12.1 // indirect |
| 70 | + go.opentelemetry.io/auto/sdk v1.1.0 // indirect |
| 71 | + go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.61.0 // indirect |
| 72 | + go.opentelemetry.io/otel v1.38.0 // indirect |
| 73 | + go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.38.0 // indirect |
| 74 | + go.opentelemetry.io/otel/metric v1.38.0 // indirect |
| 75 | + go.opentelemetry.io/otel/sdk v1.38.0 // indirect |
| 76 | + go.opentelemetry.io/otel/sdk/metric v1.38.0 // indirect |
| 77 | + go.opentelemetry.io/otel/trace v1.38.0 // indirect |
| 78 | + go.opentelemetry.io/proto/otlp v1.9.0 // indirect |
| 79 | + golang.org/x/crypto v0.38.0 // indirect |
| 80 | + golang.org/x/sync v0.15.0 // indirect |
| 81 | + golang.org/x/sys v0.35.0 // indirect |
| 82 | + google.golang.org/protobuf v1.36.10 // indirect |
| 83 | +) |
| 84 | + |
| 85 | +go 1.23 |
0 commit comments