From 9457549fff7aee6246bf2f51659050c74586aed5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Sep 2022 12:13:29 +0000 Subject: build(deps): bump github.com/vbauerster/mpb/v7 from 7.5.2 to 7.5.3 Bumps [github.com/vbauerster/mpb/v7](https://github.com/vbauerster/mpb) from 7.5.2 to 7.5.3. - [Release notes](https://github.com/vbauerster/mpb/releases) - [Commits](https://github.com/vbauerster/mpb/compare/v7.5.2...v7.5.3) --- updated-dependencies: - dependency-name: github.com/vbauerster/mpb/v7 dependency-type: direct:production update-type: version-update:semver-patch ... Also bump the go module to 1.17 to be able to compile the new code. Given containers/common and others already require go 1.17+ we're safe to go. Signed-off-by: dependabot[bot] Signed-off-by: Valentin Rothberg --- vendor/github.com/openshift/imagebuilder/go.mod | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 vendor/github.com/openshift/imagebuilder/go.mod (limited to 'vendor/github.com/openshift/imagebuilder/go.mod') diff --git a/vendor/github.com/openshift/imagebuilder/go.mod b/vendor/github.com/openshift/imagebuilder/go.mod deleted file mode 100644 index 72dc62448..000000000 --- a/vendor/github.com/openshift/imagebuilder/go.mod +++ /dev/null @@ -1,18 +0,0 @@ -module github.com/openshift/imagebuilder - -go 1.16 - -require ( - github.com/containerd/containerd v1.5.9 - github.com/containers/storage v1.37.0 - github.com/docker/distribution v2.7.1+incompatible - github.com/docker/docker v20.10.12+incompatible - github.com/docker/go-connections v0.4.1-0.20210727194412-58542c764a11 // indirect - github.com/fsouza/go-dockerclient v1.7.7 - github.com/pkg/errors v0.9.1 - github.com/sirupsen/logrus v1.8.1 - github.com/stretchr/testify v1.7.0 - golang.org/x/net v0.0.0-20220114011407-0dd24b26b47d // indirect - golang.org/x/sys v0.0.0-20220114195835-da31bd327af9 // indirect - k8s.io/klog v1.0.0 -) -- cgit v1.2.3-54-g00ecf