@@ -5,45 +5,61 @@ go 1.21
5
5
replace golang.org/x/sys => golang.org/x/sys v0.0.0-20190830141801-acfa387b8d69
6
6
7
7
require (
8
- code.cloudfoundry.org/bytefmt v0.0.0-20180906201452-2aa6f33b730c
9
- github.com/docker/docker v1.4.2-0.20190219180918-740349757396
10
- github.com/fsouza/go-dockerclient v1.3.6
11
- github.com/google/go-containerregistry v0.0.0-20190214194807-bada66e31e55
8
+ code.cloudfoundry.org/bytefmt v0.0.0-20231017140541-3b893ed0421b
9
+ github.com/docker/docker v25.0.3+incompatible
10
+ github.com/fsouza/go-dockerclient v1.10.2
11
+ github.com/google/go-containerregistry v0.19.0
12
12
github.com/google/go-github v17.0.0+incompatible
13
13
github.com/mitchellh/go-homedir v1.1.0
14
- github.com/nightlyone/lockfile v0.0.0-20180618180623-0ad87eef1443
15
- github.com/pkg/errors v0.8.1
16
- github.com/pkg/profile v1.2.1
14
+ github.com/moby/sys/sequential v0.5.0
15
+ github.com/nightlyone/lockfile v1.0.0
16
+ github.com/pkg/errors v0.9.1
17
+ github.com/pkg/profile v1.7.0
17
18
github.com/pmezard/go-difflib v1.0.0
18
- github.com/sirupsen/logrus v1.8.1
19
- github.com/spf13/cobra v0.0.3
20
- github.com/spf13/pflag v1.0.3
21
- golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45
19
+ github.com/sirupsen/logrus v1.9.3
20
+ github.com/spf13/cobra v1.8.0
21
+ github.com/spf13/pflag v1.0.5
22
+ golang.org/x/oauth2 v0.10.0
22
23
)
23
24
24
25
require (
25
- github.com/Azure/go-ansiterm v0.0.0-20170929234023-d6e3b3328b78 // indirect
26
- github.com/Microsoft/go-winio v0.4.11 // indirect
27
- github.com/containerd/continuity v0.0.0-20181203112020-004b46473808 // indirect
28
- github.com/docker/distribution v0.0.0-20200319173657-742aab907b54 // indirect
29
- github.com/docker/go-connections v0.4.0 // indirect
30
- github.com/docker/go-units v0.4.0 // indirect
31
- github.com/gogo/protobuf v1.2.1 // indirect
32
- github.com/golang/protobuf v1.5.0 // indirect
26
+ github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161 // indirect
27
+ github.com/Microsoft/go-winio v0.6.1 // indirect
28
+ github.com/containerd/containerd v1.7.13 // indirect
29
+ github.com/containerd/log v0.1.0 // indirect
30
+ github.com/containerd/stargz-snapshotter/estargz v0.15.1 // indirect
31
+ github.com/distribution/reference v0.5.0 // indirect
32
+ github.com/docker/cli v25.0.3+incompatible // indirect
33
+ github.com/docker/distribution v2.8.3+incompatible // indirect
34
+ github.com/docker/docker-credential-helpers v0.8.1 // indirect
35
+ github.com/docker/go-connections v0.5.0 // indirect
36
+ github.com/docker/go-units v0.5.0 // indirect
37
+ github.com/felixge/fgprof v0.9.3 // indirect
38
+ github.com/felixge/httpsnoop v1.0.4 // indirect
39
+ github.com/go-logr/logr v1.4.1 // indirect
40
+ github.com/go-logr/stdr v1.2.2 // indirect
41
+ github.com/gogo/protobuf v1.3.2 // indirect
42
+ github.com/golang/protobuf v1.5.3 // indirect
33
43
github.com/google/go-querystring v1.0.0 // indirect
34
- github.com/ijc/Gotty v0.0.0-20170406111628-a8b993ba6abd // indirect
35
- github.com/inconshreveable/mousetrap v1.0.0 // indirect
44
+ github.com/google/pprof v0.0.0-20240207164012-fb44976bdcd5 // indirect
45
+ github.com/inconshreveable/mousetrap v1.1.0 // indirect
46
+ github.com/klauspost/compress v1.17.6 // indirect
47
+ github.com/moby/patternmatcher v0.6.0 // indirect
48
+ github.com/moby/sys/user v0.1.0 // indirect
49
+ github.com/moby/term v0.5.0 // indirect
36
50
github.com/morikuni/aec v1.0.0 // indirect
37
- github.com/onsi/ginkgo v1.12.0 // indirect
38
- github.com/onsi/gomega v1.9.0 // indirect
39
- github.com/opencontainers/go-digest v1.0.0-rc1 // indirect
40
- github.com/opencontainers/image-spec v1.0.1 // indirect
41
- github.com/opencontainers/runc v1.1.5 // indirect
42
- golang.org/x/net v0.0.0-20201224014010-6772e930b67b // indirect
43
- golang.org/x/sync v0.0.0-20190423024810-112230192c58 // indirect
44
- golang.org/x/sys v0.0.0-20211116061358-0a5406a5449c // indirect
45
- golang.org/x/time v0.0.0-20191024005414-555d28b269f0 // indirect
46
- google.golang.org/appengine v1.4.0 // indirect
47
- google.golang.org/grpc v1.28.1 // indirect
48
- google.golang.org/protobuf v1.27.1 // indirect
51
+ github.com/opencontainers/go-digest v1.0.0 // indirect
52
+ github.com/opencontainers/image-spec v1.1.0 // indirect
53
+ github.com/vbatts/tar-split v0.11.5 // indirect
54
+ go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.48.0 // indirect
55
+ go.opentelemetry.io/otel v1.23.1 // indirect
56
+ go.opentelemetry.io/otel/metric v1.23.1 // indirect
57
+ go.opentelemetry.io/otel/trace v1.23.1 // indirect
58
+ golang.org/x/mod v0.15.0 // indirect
59
+ golang.org/x/net v0.21.0 // indirect
60
+ golang.org/x/sync v0.6.0 // indirect
61
+ golang.org/x/sys v0.17.0 // indirect
62
+ golang.org/x/tools v0.18.0 // indirect
63
+ google.golang.org/appengine v1.6.7 // indirect
64
+ google.golang.org/protobuf v1.31.0 // indirect
49
65
)
0 commit comments