Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump github.com/containers/storage from 1.32.3 to 1.45.3 #69

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
30 changes: 15 additions & 15 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ go 1.15
module github.com/cri-o/cri-o

require (
github.com/BurntSushi/toml v0.3.1
github.com/Microsoft/go-winio v0.5.0
github.com/BurntSushi/toml v1.2.1
github.com/Microsoft/go-winio v0.5.2
github.com/blang/semver v3.5.1+incompatible
github.com/containerd/cgroups v1.0.1
github.com/containerd/containerd v1.5.3
github.com/containerd/containerd v1.5.7
github.com/containerd/cri-containerd v1.19.0
github.com/containerd/ttrpc v1.0.2
github.com/containerd/ttrpc v1.1.0
github.com/containerd/typeurl v1.0.2
github.com/containernetworking/cni v0.8.1
github.com/containernetworking/plugins v0.9.1
Expand All @@ -19,47 +19,47 @@ require (
github.com/containers/image/v5 v5.13.2
github.com/containers/ocicrypt v1.1.2
github.com/containers/podman/v3 v3.2.2
github.com/containers/storage v1.32.3
github.com/containers/storage v1.45.3
github.com/coreos/go-systemd/v22 v22.3.2
github.com/cpuguy83/go-md2man v1.0.10
github.com/creack/pty v1.1.13
github.com/cri-o/ocicni v0.2.1-0.20210623033107-4ea5fb8752cf
github.com/cyphar/filepath-securejoin v0.2.3
github.com/docker/distribution v2.7.1+incompatible
github.com/docker/go-units v0.4.0
github.com/docker/go-units v0.5.0
github.com/emicklei/go-restful v2.15.0+incompatible
github.com/fsnotify/fsnotify v1.4.9
github.com/go-logr/logr v0.4.0
github.com/go-zoo/bone v1.3.0
github.com/godbus/dbus/v5 v5.0.4
github.com/godbus/dbus/v5 v5.0.6
github.com/gogo/protobuf v1.3.2
github.com/golang/mock v1.6.0
github.com/google/renameio v1.0.1
github.com/google/uuid v1.3.0
github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
github.com/json-iterator/go v1.1.11
github.com/json-iterator/go v1.1.12
github.com/onsi/ginkgo v1.16.4
github.com/onsi/gomega v1.14.0
github.com/opencontainers/go-digest v1.0.0
github.com/opencontainers/image-spec v1.0.2-0.20210708142037-083f635f2b04
github.com/opencontainers/runc v1.0.0-rc95.0.20210521141834-a95237f81684
github.com/opencontainers/runc v1.1.4
github.com/opencontainers/runtime-spec v1.0.3-0.20210709190330-896175883324
github.com/opencontainers/runtime-tools v0.9.1-0.20210326182921-59cdde06764b
github.com/opencontainers/selinux v1.8.2
github.com/opencontainers/selinux v1.10.2
github.com/pkg/errors v0.9.1
github.com/prometheus/client_golang v1.11.0
github.com/psampaz/go-mod-outdated v0.8.0
github.com/rjeczalik/notify v0.9.2
github.com/sirupsen/logrus v1.8.1
github.com/sirupsen/logrus v1.9.0
github.com/soheilhy/cmux v0.1.5
github.com/stretchr/testify v1.7.0
github.com/stretchr/testify v1.8.1
github.com/syndtr/gocapability v0.0.0-20200815063812-42c35b437635
github.com/urfave/cli/v2 v2.3.0
github.com/vishvananda/netlink v1.1.1-0.20201029203352-d40f9887b852
golang.org/x/net v0.0.0-20210428140749-89ef3d95e781
golang.org/x/net v0.0.0-20210825183410-e898025ed96a
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
golang.org/x/sys v0.0.0-20210603125802-9665404d3644
google.golang.org/grpc v1.39.0
golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8
google.golang.org/grpc v1.40.0
k8s.io/api v0.21.2
k8s.io/apimachinery v0.21.2
k8s.io/client-go v0.21.2
Expand Down
119 changes: 82 additions & 37 deletions go.sum

Large diffs are not rendered by default.

7 changes: 2 additions & 5 deletions vendor/github.com/BurntSushi/toml/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 0 additions & 15 deletions vendor/github.com/BurntSushi/toml/.travis.yml

This file was deleted.

3 changes: 0 additions & 3 deletions vendor/github.com/BurntSushi/toml/COMPATIBLE

This file was deleted.

19 changes: 0 additions & 19 deletions vendor/github.com/BurntSushi/toml/Makefile

This file was deleted.

Loading