|
1 | 1 | module github.com/aerokube/cm
|
2 | 2 |
|
3 |
| -go 1.20 |
| 3 | +go 1.21 |
4 | 4 |
|
5 | 5 | require (
|
6 |
| - github.com/Masterminds/semver/v3 v3.0.1 |
7 |
| - github.com/aandryashin/matchers v0.0.0-20161126170413-435295ea180e |
8 |
| - github.com/aerokube/selenoid v0.0.0-20220701113004-fbf82d85faee |
| 6 | + github.com/Masterminds/semver/v3 v3.2.1 |
| 7 | + github.com/aerokube/selenoid v0.0.0-20240109083731-079fe2dfad4f |
9 | 8 | github.com/docker/cli v23.0.1+incompatible
|
10 |
| - github.com/docker/docker v24.0.7+incompatible |
11 |
| - github.com/docker/go-connections v0.4.0 |
| 9 | + github.com/docker/docker v25.0.0+incompatible |
| 10 | + github.com/docker/go-connections v0.5.0 |
12 | 11 | github.com/docker/go-units v0.5.0
|
13 | 12 | github.com/fatih/color v1.14.1
|
14 | 13 | github.com/fvbommel/sortorder v1.0.2
|
15 | 14 | github.com/google/go-github v17.0.0+incompatible
|
16 | 15 | github.com/heroku/docker-registry-client v0.0.0-20211012143308-9463674c8930
|
17 | 16 | github.com/mattn/go-colorable v0.1.13
|
18 | 17 | github.com/mitchellh/go-ps v1.0.0
|
19 |
| - github.com/spf13/cobra v1.6.1 |
| 18 | + github.com/spf13/cobra v1.8.0 |
| 19 | + github.com/stretchr/testify v1.8.4 |
20 | 20 | gopkg.in/cheggaaa/pb.v1 v1.0.28
|
21 | 21 | )
|
22 | 22 |
|
23 | 23 | require (
|
24 | 24 | github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161 // indirect
|
25 | 25 | github.com/Microsoft/go-winio v0.6.1 // indirect
|
| 26 | + github.com/containerd/log v0.1.0 // indirect |
| 27 | + github.com/davecgh/go-spew v1.1.1 // indirect |
| 28 | + github.com/distribution/reference v0.5.0 // indirect |
26 | 29 | github.com/docker/distribution v2.8.2+incompatible // indirect
|
27 | 30 | github.com/docker/docker-credential-helpers v0.6.0 // indirect
|
28 | 31 | github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7 // indirect
|
| 32 | + github.com/felixge/httpsnoop v1.0.4 // indirect |
| 33 | + github.com/go-logr/logr v1.4.1 // indirect |
| 34 | + github.com/go-logr/stdr v1.2.2 // indirect |
29 | 35 | github.com/gogo/protobuf v1.3.2 // indirect
|
30 | 36 | github.com/google/go-querystring v0.0.0-20170111101155-53e6ce116135 // indirect
|
31 | 37 | github.com/imdario/mergo v0.3.13 // indirect
|
32 |
| - github.com/inconshreveable/mousetrap v1.0.1 // indirect |
| 38 | + github.com/inconshreveable/mousetrap v1.1.0 // indirect |
33 | 39 | github.com/mattn/go-isatty v0.0.17 // indirect
|
34 | 40 | github.com/mattn/go-runewidth v0.0.2 // indirect
|
35 | 41 | github.com/moby/term v0.5.0 // indirect
|
36 | 42 | github.com/morikuni/aec v1.0.0 // indirect
|
37 | 43 | github.com/opencontainers/go-digest v1.0.0 // indirect
|
38 | 44 | github.com/opencontainers/image-spec v1.0.2 // indirect
|
39 | 45 | github.com/pkg/errors v0.9.1 // indirect
|
40 |
| - github.com/sirupsen/logrus v1.9.0 // indirect |
| 46 | + github.com/pmezard/go-difflib v1.0.0 // indirect |
| 47 | + github.com/sirupsen/logrus v1.9.3 // indirect |
41 | 48 | github.com/spf13/pflag v1.0.5 // indirect
|
42 |
| - github.com/stretchr/testify v1.8.3 // indirect |
| 49 | + go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.47.0 // indirect |
| 50 | + go.opentelemetry.io/otel v1.22.0 // indirect |
| 51 | + go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.22.0 // indirect |
| 52 | + go.opentelemetry.io/otel/metric v1.22.0 // indirect |
| 53 | + go.opentelemetry.io/otel/sdk v1.22.0 // indirect |
| 54 | + go.opentelemetry.io/otel/trace v1.22.0 // indirect |
43 | 55 | golang.org/x/mod v0.10.0 // indirect
|
44 |
| - golang.org/x/net v0.17.0 // indirect |
45 |
| - golang.org/x/sys v0.13.0 // indirect |
| 56 | + golang.org/x/sys v0.16.0 // indirect |
46 | 57 | golang.org/x/time v0.3.0 // indirect
|
47 | 58 | golang.org/x/tools v0.9.1 // indirect
|
| 59 | + gopkg.in/yaml.v3 v3.0.1 // indirect |
48 | 60 | gotest.tools/v3 v3.4.0 // indirect
|
49 | 61 | )
|
0 commit comments