go.mod: github.com/docker/docker, docker/cli v27.0.3 by thaJeztah · Pull Request #561 · jesseduffield/lazydocker (original) (raw)

Dockerfile: fix alpine version

The go1.20 image is not published with alpine 3.15; updating the version.

test.sh: fix file not being executable

go.mod: github.com/sirupsen/logrus v1.9.3

update to the current version, which addresses some issues with current
Go versions, and removes the legacy konsorten/go-windows-terminal-sequences
dependency.

go.mod: github.com/imdario/mergo v0.3.16

update to the last version of the module under the old name, before v1.0.0
renames the module.

go.mod: github.com/morikuni/aec v1.0.0

no changes, but using the tagged version

go.mod: github.com/moby/term v0.5.0

no changes, but using the tagged version

go.mod: github.com/docker/go-units v0.5.0

removes uses of regular expressions

go.mod: golang.org/x/time v0.5.0

no changes, but using the tagged version

go.mod: github.com/Microsoft/go-winio v0.5.3

update to a version compatible with go1.22 and up

go.mod: github.com/docker/docker, docker/cli v23.0.6

Update to v23.0, and remove uses of deprecated types.

go.mod: github.com/docker/docker, docker/cli v24.0.7

Update to v24.0, and remove uses of deprecated types.

go.mod: github.com/docker/go-connections v0.5.0

drops support for legacy Go versions, add support for TLS 1.3

go.mod: github.com/stretchr/testify v1.9.0

go.mod: github.com/docker/docker, docker/cli v25.0.5

Update to v25.0, and remove uses of deprecated types.

go.mod: github.com/docker/docker, docker/cli v26.1.4

Update to v26.1, and remove uses of deprecated types.

go.mod: github.com/docker/docker, docker/cli v27.0.3

Update to v27.0, and remove uses of deprecated types.