From 9045592482ea868d9d5df9982ff6e0895b344db2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 22 Jul 2023 18:26:44 +0000 Subject: [PATCH] Bump github.com/docker/docker Bumps [github.com/docker/docker](https://github.com/docker/docker) from 0.0.0-20161109014415-383a2f046b16 to 1.6.1. - [Release notes](https://github.com/docker/docker/releases) - [Changelog](https://github.com/moby/moby/blob/v1.6.1/CHANGELOG.md) - [Commits](https://github.com/docker/docker/commits/v1.6.1) --- updated-dependencies: - dependency-name: github.com/docker/docker dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- go.mod | 21 +++++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) diff --git a/go.mod b/go.mod index 7bbfc989e..7f9f102ba 100644 --- a/go.mod +++ b/go.mod @@ -5,16 +5,25 @@ require ( github.com/aelsabbahy/GOnetstat v0.0.0-20160428114218-edf89f784e08 github.com/aelsabbahy/go-ps v0.0.0-20170721000941-443386855ca1 github.com/cheekybits/genny v0.0.0-20160824153601-e8e29e67948b - github.com/docker/docker v0.0.0-20161109014415-383a2f046b16 + github.com/docker/docker v1.6.1 github.com/fatih/color v0.0.0-20161025120501-bf82308e8c85 - github.com/mattn/go-colorable v0.0.9 - github.com/mattn/go-isatty v0.0.4 github.com/miekg/dns v0.0.0-20161018060808-58f52c57ce9d github.com/oleiade/reflections v0.0.0-20160817071559-0e86b3c98b2f - github.com/onsi/gomega v0.0.0-20161031154339-ff4bc6b6f9f5 + github.com/onsi/gomega v1.10.1 github.com/opencontainers/runc v0.0.0-20161107232042-8779fa57eb4a github.com/patrickmn/go-cache v2.0.0+incompatible github.com/urfave/cli v0.0.0-20161102131801-d86a009f5e13 - golang.org/x/sys v0.0.0-20181210030007-2a47403f2ae5 - gopkg.in/yaml.v2 v2.0.0-20160928153709-a5b47d31c556 + gopkg.in/yaml.v2 v2.3.0 +) + +require ( + github.com/mattn/go-colorable v0.0.9 // indirect + github.com/mattn/go-isatty v0.0.4 // indirect + github.com/onsi/ginkgo v1.16.5 // indirect + github.com/stretchr/testify v1.8.4 // indirect + golang.org/x/net v0.0.0-20201021035429-f5854403a974 // indirect + golang.org/x/sys v0.0.0-20210112080510-489259a85091 // indirect + golang.org/x/text v0.3.3 // indirect + golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect + gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect )