Merge pull request #561 from thaJeztah/update_docker · jesseduffield/lazydocker@0849b80 (original) (raw)
1
1
`module github.com/jesseduffield/lazydocker
`
2
2
``
3
``
`-
go 1.20
`
``
3
`+
go 1.21
`
4
4
``
5
5
`require (
`
6
6
`github.com/OpenPeeDeeP/xdg v0.2.1-0.20190312153938-4ba9e1eb294c
`
7
7
`github.com/boz/go-throttle v0.0.0-20160922054636-fdc4eab740c1
`
8
8
`github.com/cloudfoundry/jibber_jabber v0.0.0-20151120183258-bcc4c8345a21
`
9
``
`-
github.com/docker/cli v20.10.15+incompatible
`
10
``
`-
github.com/docker/docker v20.10.27-0.20230918140811-29a0e76e6495+incompatible
`
``
9
`+
github.com/docker/cli v27.0.3+incompatible
`
``
10
`+
github.com/docker/docker v27.0.3+incompatible
`
11
11
`github.com/fatih/color v1.10.0
`
12
12
`github.com/go-errors/errors v1.5.1
`
13
13
`github.com/gookit/color v1.5.0
`
14
``
`-
github.com/imdario/mergo v0.3.8
`
``
14
`+
github.com/imdario/mergo v0.3.16
`
15
15
`github.com/integrii/flaggy v1.4.0
`
16
16
`github.com/jesseduffield/asciigraph v0.0.0-20190605104717-6d88e39309ee
`
17
17
`github.com/jesseduffield/gocui v0.3.1-0.20240418080333-8cd33929c513
`
`@@ -24,45 +24,54 @@ require (
`
24
24
`github.com/pmezard/go-difflib v1.0.0
`
25
25
`github.com/samber/lo v1.31.0
`
26
26
`github.com/sasha-s/go-deadlock v0.3.1
`
27
``
`-
github.com/sirupsen/logrus v1.4.2
`
``
27
`+
github.com/sirupsen/logrus v1.9.3
`
28
28
`github.com/spkg/bom v0.0.0-20160624110644-59b7046e48ad
`
29
``
`-
github.com/stretchr/testify v1.8.0
`
``
29
`+
github.com/stretchr/testify v1.9.0
`
30
30
`golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
`
31
31
`)
`
32
32
``
33
33
`require (
`
34
``
`-
github.com/Microsoft/go-winio v0.4.14 // indirect
`
``
34
`+
github.com/Microsoft/go-winio v0.6.2 // indirect
`
``
35
`+
github.com/containerd/log v0.1.0 // indirect
`
35
36
`github.com/davecgh/go-spew v1.1.1 // indirect
`
36
``
`-
github.com/docker/distribution v2.8.2+incompatible // indirect
`
``
37
`+
github.com/distribution/reference v0.6.0 // indirect
`
37
38
`github.com/docker/docker-credential-helpers v0.8.0 // indirect
`
38
``
`-
github.com/docker/go-connections v0.4.0 // indirect
`
39
``
`-
github.com/docker/go-units v0.4.0 // indirect
`
``
39
`+
github.com/docker/go-connections v0.5.0 // indirect
`
``
40
`+
github.com/docker/go-units v0.5.0 // indirect
`
``
41
`+
github.com/felixge/httpsnoop v1.0.4 // indirect
`
40
42
`github.com/fvbommel/sortorder v1.1.0 // indirect
`
41
43
`github.com/gdamore/encoding v1.0.1 // indirect
`
42
44
`github.com/gdamore/tcell/v2 v2.7.4 // indirect
`
``
45
`+
github.com/go-logr/logr v1.4.2 // indirect
`
``
46
`+
github.com/go-logr/stdr v1.2.2 // indirect
`
43
47
`github.com/goccy/go-yaml v1.11.0
`
44
48
`github.com/gogo/protobuf v1.3.2 // indirect
`
45
``
`-
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
`
46
49
`github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
`
47
50
`github.com/mattn/go-colorable v0.1.8 // indirect
`
48
51
`github.com/mattn/go-isatty v0.0.12 // indirect
`
49
``
`-
github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6 // indirect
`
50
``
`-
github.com/morikuni/aec v0.0.0-20170113033406-39771216ff4c // indirect
`
``
52
`+
github.com/moby/docker-image-spec v1.3.1 // indirect
`
``
53
`+
github.com/moby/term v0.5.0 // indirect
`
``
54
`+
github.com/morikuni/aec v1.0.0 // indirect
`
51
55
`github.com/onsi/ginkgo v1.8.0 // indirect
`
52
56
`github.com/onsi/gomega v1.5.0 // indirect
`
53
``
`-
github.com/opencontainers/go-digest v1.0.0-rc1 // indirect
`
54
``
`-
github.com/opencontainers/image-spec v1.0.2 // indirect
`
``
57
`+
github.com/opencontainers/go-digest v1.0.0 // indirect
`
``
58
`+
github.com/opencontainers/image-spec v1.1.0 // indirect
`
55
59
`github.com/petermattis/goid v0.0.0-20180202154549-b0b1615b78e5 // indirect
`
56
60
`github.com/pkg/errors v0.9.1 // indirect
`
57
61
`github.com/rivo/uniseg v0.4.7 // indirect
`
58
62
`github.com/xo/terminfo v0.0.0-20210125001918-ca9a967f8778 // indirect
`
59
``
`-
golang.org/x/exp v0.0.0-20220428152302-39d4317da171 // indirect
`
60
``
`-
golang.org/x/net v0.17.0 // indirect
`
61
``
`-
golang.org/x/sys v0.20.0 // indirect
`
62
``
`-
golang.org/x/term v0.20.0 // indirect
`
63
``
`-
golang.org/x/text v0.15.0 // indirect
`
64
``
`-
golang.org/x/time v0.0.0-20190308202827-9d24e82272b4 // indirect
`
65
``
`-
gopkg.in/yaml.v2 v2.2.2 // indirect
`
``
63
`+
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.53.0 // indirect
`
``
64
`+
go.opentelemetry.io/otel v1.28.0 // indirect
`
``
65
`+
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.28.0 // indirect
`
``
66
`+
go.opentelemetry.io/otel/metric v1.28.0 // indirect
`
``
67
`+
go.opentelemetry.io/otel/sdk v1.28.0 // indirect
`
``
68
`+
go.opentelemetry.io/otel/trace v1.28.0 // indirect
`
``
69
`+
golang.org/x/crypto v0.24.0 // indirect
`
``
70
`+
golang.org/x/exp v0.0.0-20231006140011-7918f672742d // indirect
`
``
71
`+
golang.org/x/sys v0.21.0 // indirect
`
``
72
`+
golang.org/x/term v0.21.0 // indirect
`
``
73
`+
golang.org/x/text v0.16.0 // indirect
`
``
74
`+
golang.org/x/time v0.5.0 // indirect
`
66
75
`gopkg.in/yaml.v3 v3.0.1 // indirect
`
67
``
`-
gotest.tools/v3 v3.2.0 // indirect
`
``
76
`+
gotest.tools/v3 v3.5.1 // indirect
`
68
77
`)
`