|
1 | 1 | module github.com/drone-runners/drone-runner-docker |
2 | 2 |
|
3 | | -go 1.16 |
4 | | - |
5 | | -replace github.com/docker/docker => github.com/docker/engine v17.12.0-ce-rc1.0.20200309214505-aa6a9891b09c+incompatible |
| 3 | +go 1.21 |
6 | 4 |
|
7 | 5 | require ( |
8 | | - github.com/Azure/go-ansiterm v0.0.0-20170929234023-d6e3b3328b78 // indirect |
9 | | - github.com/Microsoft/go-winio v0.4.11 // indirect |
10 | | - github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc // indirect |
11 | | - github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf // indirect |
12 | 6 | github.com/buildkite/yaml v2.1.0+incompatible |
13 | | - github.com/containerd/containerd v1.3.4 // indirect |
14 | 7 | github.com/dchest/uniuri v0.0.0-20160212164326-8902c56451e9 |
15 | 8 | github.com/docker/distribution v2.7.1+incompatible |
16 | | - github.com/docker/docker v0.0.0-00010101000000-000000000000 |
17 | | - github.com/docker/go-connections v0.3.0 // indirect |
| 9 | + github.com/docker/docker v25.0.6+incompatible |
18 | 10 | github.com/drone/drone-go v1.7.1 |
19 | 11 | github.com/drone/envsubst v1.0.3 |
20 | 12 | github.com/drone/runner-go v1.12.0 |
21 | 13 | github.com/drone/signal v1.0.0 |
22 | 14 | github.com/ghodss/yaml v1.0.0 |
23 | | - github.com/gogo/protobuf v0.0.0-20170307180453-100ba4e88506 // indirect |
24 | | - github.com/google/go-cmp v0.3.0 |
25 | | - github.com/gorilla/mux v1.7.4 // indirect |
| 15 | + github.com/google/go-cmp v0.7.0 |
26 | 16 | github.com/joho/godotenv v1.3.0 |
27 | 17 | github.com/kelseyhightower/envconfig v1.4.0 |
28 | | - github.com/kr/pretty v0.1.0 // indirect |
29 | 18 | github.com/mattn/go-isatty v0.0.8 |
| 19 | + github.com/sirupsen/logrus v1.9.3 |
| 20 | + golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 |
| 21 | + gopkg.in/alecthomas/kingpin.v2 v2.2.6 |
| 22 | +) |
| 23 | + |
| 24 | +require ( |
| 25 | + github.com/99designs/basicauth-go v0.0.0-20160802081356-2a93ba0f464d // indirect |
| 26 | + github.com/99designs/httpsignatures-go v0.0.0-20170731043157-88528bf4ca7e // indirect |
| 27 | + github.com/Microsoft/go-winio v0.4.14 // indirect |
| 28 | + github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc // indirect |
| 29 | + github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf // indirect |
| 30 | + github.com/bmatcuk/doublestar v1.1.1 // indirect |
| 31 | + github.com/containerd/log v0.1.0 // indirect |
| 32 | + github.com/coreos/go-semver v0.3.0 // indirect |
| 33 | + github.com/distribution/reference v0.6.0 // indirect |
| 34 | + github.com/docker/go-connections v0.5.0 // indirect |
| 35 | + github.com/docker/go-units v0.4.0 // indirect |
| 36 | + github.com/felixge/httpsnoop v1.0.4 // indirect |
| 37 | + github.com/go-logr/logr v1.3.0 // indirect |
| 38 | + github.com/go-logr/stdr v1.2.2 // indirect |
| 39 | + github.com/gogo/protobuf v1.3.2 // indirect |
| 40 | + github.com/hashicorp/errwrap v1.0.0 // indirect |
| 41 | + github.com/hashicorp/go-multierror v1.0.0 // indirect |
| 42 | + github.com/kr/pretty v0.3.1 // indirect |
| 43 | + github.com/moby/term v0.5.2 // indirect |
30 | 44 | github.com/morikuni/aec v1.0.0 // indirect |
31 | | - github.com/opencontainers/go-digest v1.0.0-rc1 // indirect |
| 45 | + github.com/natessilva/dag v0.0.0-20180124060714-7194b8dcc5c4 // indirect |
| 46 | + github.com/opencontainers/go-digest v1.0.0 // indirect |
32 | 47 | github.com/opencontainers/image-spec v1.0.1 // indirect |
33 | | - github.com/pkg/errors v0.8.1 // indirect |
34 | | - github.com/sirupsen/logrus v1.4.2 |
35 | | - github.com/stretchr/testify v1.3.0 // indirect |
36 | | - golang.org/x/sync v0.0.0-20190423024810-112230192c58 |
| 48 | + github.com/pkg/errors v0.9.1 // indirect |
| 49 | + github.com/rogpeppe/go-internal v1.10.0 // indirect |
| 50 | + go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.46.1 // indirect |
| 51 | + go.opentelemetry.io/otel v1.21.0 // indirect |
| 52 | + go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.21.0 // indirect |
| 53 | + go.opentelemetry.io/otel/metric v1.21.0 // indirect |
| 54 | + go.opentelemetry.io/otel/sdk v1.21.0 // indirect |
| 55 | + go.opentelemetry.io/otel/trace v1.21.0 // indirect |
| 56 | + golang.org/x/crypto v0.21.0 // indirect |
| 57 | + golang.org/x/net v0.23.0 // indirect |
| 58 | + golang.org/x/sys v0.18.0 // indirect |
| 59 | + golang.org/x/text v0.14.0 // indirect |
37 | 60 | golang.org/x/time v0.0.0-20181108054448-85acf8d2951c // indirect |
38 | | - google.golang.org/grpc v1.29.1 // indirect |
39 | | - gopkg.in/alecthomas/kingpin.v2 v2.2.6 |
40 | | - gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect |
| 61 | + gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect |
41 | 62 | gopkg.in/yaml.v2 v2.2.2 // indirect |
42 | | - gotest.tools v2.2.0+incompatible // indirect |
| 63 | + gotest.tools/v3 v3.5.2 // indirect |
43 | 64 | ) |
0 commit comments