Skip to content

Commit

Permalink
Update golang dependencies
Browse files Browse the repository at this point in the history
Bump the golang dependencies to their latest versions.

Signed-off-by: Sascha Grunert <sgrunert@suse.com>
  • Loading branch information
saschagrunert committed Jul 6, 2020
1 parent d0dc0d3 commit 47bebac
Show file tree
Hide file tree
Showing 568 changed files with 46,345 additions and 33,256 deletions.
48 changes: 24 additions & 24 deletions go.mod
Expand Up @@ -6,20 +6,20 @@ require (
github.com/BurntSushi/toml v0.3.1
github.com/Microsoft/go-winio v0.4.15-0.20200113171025-3fe6c5262873
github.com/blang/semver v3.5.1+incompatible
github.com/containerd/containerd v1.3.4
github.com/containerd/containerd v1.3.6
github.com/containerd/ttrpc v1.0.1
github.com/containernetworking/cni v0.7.2-0.20200304161608-4fae32b84921
github.com/containernetworking/cni v0.8.0
github.com/containernetworking/plugins v0.8.6
github.com/containers/buildah v1.14.9
github.com/containers/common v0.9.1
github.com/containers/conmon v2.0.16+incompatible
github.com/containers/image/v5 v5.4.4
github.com/containers/libpod v1.9.2
github.com/containers/buildah v1.15.0
github.com/containers/common v0.14.0
github.com/containers/conmon v2.0.18+incompatible
github.com/containers/image/v5 v5.5.1
github.com/containers/libpod v1.9.3
github.com/containers/ocicrypt v1.0.2
github.com/containers/storage v1.19.2
github.com/coreos/go-systemd/v22 v22.0.0
github.com/containers/storage v1.20.2
github.com/coreos/go-systemd/v22 v22.1.0
github.com/cpuguy83/go-md2man v1.0.10
github.com/creack/pty v1.1.10
github.com/creack/pty v1.1.11
github.com/cri-o/ocicni v0.2.1-0.20200422173648-513ef787b8c9
github.com/cyphar/filepath-securejoin v0.2.2
github.com/docker/distribution v2.7.1+incompatible
Expand All @@ -33,37 +33,37 @@ require (
github.com/google/uuid v1.1.1
github.com/grpc-ecosystem/go-grpc-middleware v1.2.0
github.com/hpcloud/tail v1.0.0
github.com/onsi/ginkgo v1.12.1
github.com/onsi/gomega v1.10.0
github.com/onsi/ginkgo v1.14.0
github.com/onsi/gomega v1.10.1
github.com/opencontainers/go-digest v1.0.0
github.com/opencontainers/image-spec v1.0.2-0.20200206005212-79b036d80240
github.com/opencontainers/runc v1.0.0-rc90
github.com/opencontainers/runtime-spec v1.0.3-0.20200520003142-237cc4f519e2
github.com/opencontainers/runtime-tools v0.9.1-0.20200121211434-d1bf3e66ff0a
github.com/opencontainers/selinux v1.5.1
github.com/opencontainers/selinux v1.5.2
github.com/pkg/errors v0.9.1
github.com/prometheus/client_golang v1.6.0
github.com/prometheus/client_golang v1.7.1
github.com/psampaz/go-mod-outdated v0.6.0
github.com/seccomp/containers-golang v0.4.1
github.com/seccomp/containers-golang v0.5.0
github.com/sirupsen/logrus v1.6.0
github.com/soheilhy/cmux v0.1.4
github.com/syndtr/gocapability v0.0.0-20180916011248-d98352740cb2
github.com/urfave/cli/v2 v2.2.0
github.com/vbatts/git-validation v1.1.0
github.com/vishvananda/netlink v1.1.0
golang.org/x/net v0.0.0-20200513185701-a91f0712d120
golang.org/x/sync v0.0.0-20200317015054-43a5402ce75a
golang.org/x/sys v0.0.0-20200420163511-1957bb5e6d1f
google.golang.org/grpc v1.29.1
golang.org/x/net v0.0.0-20200625001655-4c5254603344
golang.org/x/sync v0.0.0-20200625203802-6e8e738ad208
golang.org/x/sys v0.0.0-20200625212154-ddb9806d33ae
google.golang.org/grpc v1.30.0
k8s.io/api v0.17.4
k8s.io/apimachinery v0.17.4
k8s.io/apimachinery v0.19.0-alpha.3
k8s.io/client-go v0.0.0
k8s.io/cri-api v0.0.0
k8s.io/klog v1.0.0
k8s.io/kubernetes v1.18.1
k8s.io/release v0.3.2
k8s.io/utils v0.0.0-20200414100711-2df71ebbae66
mvdan.cc/sh/v3 v3.1.1
k8s.io/kubernetes v1.19.0-alpha.3
k8s.io/release v0.3.4
k8s.io/utils v0.0.0-20200619165400-6e3d28b6ed19
mvdan.cc/sh/v3 v3.1.2
)

replace (
Expand Down
205 changes: 205 additions & 0 deletions go.sum

Large diffs are not rendered by default.

6 changes: 5 additions & 1 deletion vendor/github.com/containerd/continuity/fs/copy.go

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

5 changes: 4 additions & 1 deletion vendor/github.com/containerd/continuity/fs/copy_linux.go

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

2 changes: 1 addition & 1 deletion vendor/github.com/containerd/continuity/fs/copy_unix.go

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

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

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

68 changes: 30 additions & 38 deletions vendor/github.com/containerd/continuity/sysx/xattr.go

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

56 changes: 39 additions & 17 deletions vendor/github.com/containernetworking/cni/pkg/invoke/raw_exec.go

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

20 changes: 9 additions & 11 deletions vendor/github.com/containers/buildah/.cirrus.yml

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

1 change: 1 addition & 0 deletions vendor/github.com/containers/buildah/.gitignore

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

7 changes: 4 additions & 3 deletions vendor/github.com/containers/buildah/.golangci.yml

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

0 comments on commit 47bebac

Please sign in to comment.