From 40a4dbf7a3b7009cb2d8f1f5a2940cc6fedf81c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Feb 2023 00:36:32 +0000 Subject: [PATCH] Bump golang.org/x/sys from 0.0.0-20181210030007-2a47403f2ae5 to 0.1.0 Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.0.0-20181210030007-2a47403f2ae5 to 0.1.0. - [Release notes](https://github.com/golang/sys/releases) - [Commits](https://github.com/golang/sys/commits/v0.1.0) --- updated-dependencies: - dependency-name: golang.org/x/sys dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- go.mod | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) diff --git a/go.mod b/go.mod index 7bbfc989e..43e459a52 100644 --- a/go.mod +++ b/go.mod @@ -7,14 +7,23 @@ require ( github.com/cheekybits/genny v0.0.0-20160824153601-e8e29e67948b github.com/docker/docker v0.0.0-20161109014415-383a2f046b16 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.1 // indirect + golang.org/x/net v0.0.0-20201021035429-f5854403a974 // indirect + golang.org/x/sys v0.1.0 // 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 )