summaryrefslogtreecommitdiff
path: root/vendor/github.com/Microsoft/hcsshim/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-09-12 12:13:29 +0000
committerValentin Rothberg <vrothberg@redhat.com>2022-09-13 08:58:22 +0200
commit9457549fff7aee6246bf2f51659050c74586aed5 (patch)
tree5a2d7e53bc218dc38f3905139d3ee888f706ff0c /vendor/github.com/Microsoft/hcsshim/go.mod
parent4aeaeafde54eb223468ae3ea8425ab548e90e8e8 (diff)
downloadpodman-9457549fff7aee6246bf2f51659050c74586aed5.tar.gz
podman-9457549fff7aee6246bf2f51659050c74586aed5.tar.bz2
podman-9457549fff7aee6246bf2f51659050c74586aed5.zip
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] <support@github.com> Signed-off-by: Valentin Rothberg <vrothberg@redhat.com>
Diffstat (limited to 'vendor/github.com/Microsoft/hcsshim/go.mod')
-rw-r--r--vendor/github.com/Microsoft/hcsshim/go.mod39
1 files changed, 0 insertions, 39 deletions
diff --git a/vendor/github.com/Microsoft/hcsshim/go.mod b/vendor/github.com/Microsoft/hcsshim/go.mod
deleted file mode 100644
index 9c60dd302..000000000
--- a/vendor/github.com/Microsoft/hcsshim/go.mod
+++ /dev/null
@@ -1,39 +0,0 @@
-module github.com/Microsoft/hcsshim
-
-go 1.13
-
-require (
- github.com/BurntSushi/toml v0.3.1
- github.com/Microsoft/go-winio v0.4.17
- github.com/cenkalti/backoff/v4 v4.1.1
- github.com/containerd/cgroups v1.0.1
- github.com/containerd/console v1.0.2
- github.com/containerd/containerd v1.5.7
- github.com/containerd/go-runc v1.0.0
- github.com/containerd/ttrpc v1.1.0
- github.com/containerd/typeurl v1.0.2
- github.com/gogo/protobuf v1.3.2
- github.com/golang/mock v1.6.0
- github.com/google/go-cmp v0.5.6
- github.com/google/go-containerregistry v0.5.1
- github.com/linuxkit/virtsock v0.0.0-20201010232012-f8cee7dfc7a3
- github.com/mattn/go-shellwords v1.0.6
- github.com/opencontainers/runc v1.0.2
- github.com/opencontainers/runtime-spec v1.0.3-0.20210326190908-1c3f411f0417
- github.com/pkg/errors v0.9.1
- github.com/sirupsen/logrus v1.8.1
- github.com/urfave/cli v1.22.2
- github.com/vishvananda/netlink v1.1.1-0.20201029203352-d40f9887b852
- github.com/vishvananda/netns v0.0.0-20200728191858-db3c7e526aae
- go.etcd.io/bbolt v1.3.6
- go.opencensus.io v0.22.3
- golang.org/x/net v0.0.0-20210825183410-e898025ed96a // indirect
- golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
- golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e
- google.golang.org/grpc v1.40.0
-)
-
-replace (
- google.golang.org/genproto => google.golang.org/genproto v0.0.0-20200224152610-e50cd9704f63
- google.golang.org/grpc => google.golang.org/grpc v1.27.1
-)