Skip to content

Commit 4d313c0

Browse files
authored
Merge pull request #3186 from thaJeztah/bump_dependencies
Bump dependencies
2 parents d77a5bf + 2583d9e commit 4d313c0

71 files changed

Lines changed: 2833 additions & 965 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

vendor.conf

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ github.com/containerd/console c12b1e7919c14469339a5d38f2f8ed9b64a9de23
33
github.com/containerd/cgroups 4994991857f9b0ae8dc439551e8bebdbb4bf66c1
44
github.com/containerd/typeurl a93fcdb778cd272c6e9b3028b2f42d813e785d40
55
github.com/containerd/fifo 3d5202aec260678c48179c56f40e6f38a095738c
6-
github.com/containerd/btrfs 2e1aa0ddf94f91fa282b6ed87c23bf0d64911244
6+
github.com/containerd/btrfs af5082808c833de0e79c1e72eea9fea239364877
77
github.com/containerd/continuity bd77b46c8352f74eb12c85bdc01f4b90f69d66b4
88
github.com/coreos/go-systemd 48702e0da86bd25e76cfef347e2adeb434a0d0a6
99
github.com/docker/go-metrics 4ea375f7759c82740c893fc030bc37088d2ec098
@@ -17,7 +17,7 @@ github.com/prometheus/procfs cb4147076ac75738c9a7d279075a253c0cc5acbd
1717
github.com/beorn7/perks 4c0e84591b9aa9e6dcfdf3e020114cd81f89d5f9
1818
github.com/matttproud/golang_protobuf_extensions v1.0.1
1919
github.com/gogo/protobuf v1.2.1
20-
github.com/gogo/googleapis 08a7655d27152912db7aaf4f983275eaf8d128ef
20+
github.com/gogo/googleapis v1.2.0
2121
github.com/golang/protobuf v1.2.0
2222
github.com/opencontainers/runtime-spec 29686dbc5559d93fb1ef402eeda3e35c38d75af4 # v1.0.1-59-g29686db
2323
github.com/opencontainers/runc 029124da7af7360afa781a0234d1b083550f797c
@@ -26,21 +26,21 @@ github.com/sirupsen/logrus v1.4.1
2626
github.com/urfave/cli 7bc6a0acffa589f415f88aca16cc1de5ffd66f9c
2727
golang.org/x/net b3756b4b77d7b13260a0a2ec658753cf48922eac
2828
google.golang.org/grpc v1.12.0
29-
github.com/pkg/errors v0.8.0
29+
github.com/pkg/errors v0.8.1
3030
github.com/opencontainers/go-digest c9281466c8b2f606084ac71339773efd177436e7
3131
golang.org/x/sys d455e41777fca6e8a5a79e34a14b8368bc11d9ba https://github.com/golang/sys
3232
github.com/opencontainers/image-spec v1.0.1
3333
golang.org/x/sync 42b317875d0fa942474b76e1b46a6060d720ae6e
34-
github.com/BurntSushi/toml a368813c5e648fee92e5f6c30e3944ff9d5e8895
34+
github.com/BurntSushi/toml v0.3.1
3535
github.com/grpc-ecosystem/go-grpc-prometheus 6b7015e65d366bf3f19b2b2a000a831940f0f7e0
3636
github.com/Microsoft/go-winio c599b533b43b1363d7d7c6cfda5ede70ed73ff13
3737
github.com/Microsoft/hcsshim 8abdbb8205e4192c68b5f84c31197156f31be517
3838
google.golang.org/genproto d80a6e20e776b0b17a324d0ba1ab50a39c8e8944
3939
golang.org/x/text 19e51611da83d6be54ddafce4a4af510cb3e9ea4
4040
github.com/containerd/ttrpc f02858b1457c5ca3aaec3a0803eb0d59f96e41d6
4141
github.com/syndtr/gocapability db04d3cc01c8b54962a58ec7e491717d06cfcc16
42-
gotest.tools v2.1.0
43-
github.com/google/go-cmp v0.1.0
42+
gotest.tools v2.3.0
43+
github.com/google/go-cmp v0.2.0
4444
go.etcd.io/bbolt v1.3.2
4545

4646
# cri dependencies
@@ -77,9 +77,10 @@ k8s.io/utils c2654d5206da6b7b6ace12841e8f359bb89b443c
7777
sigs.k8s.io/yaml v1.1.0
7878

7979
# zfs dependencies
80-
github.com/containerd/zfs 9f6ef3b1fe5144bd91fe5855b4eba81bc0d17d03
81-
github.com/mistifyio/go-zfs 166add352731e515512690329794ee593f1aaff2
82-
github.com/pborman/uuid c65b2f87fee37d1c7854c9164a450713c28d50cd
80+
github.com/containerd/zfs 31af176f2ae84fe142ef2655bf7bb2aa618b3b1f
81+
github.com/mistifyio/go-zfs d5b163290a48f624cbf244ebe4e89ce38653064c
82+
github.com/pborman/uuid v1.2.0
83+
github.com/google/uuid v1.1.1
8384

8485
# aufs dependencies
85-
github.com/containerd/aufs da3cf16bfbe68ba8f114f1536a05c01528a25434
86+
github.com/containerd/aufs f894a800659b6e11c1a13084abd1712f346e349c

vendor/github.com/containerd/aufs/README.md

Lines changed: 10 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/containerd/aufs/aufs.go

Lines changed: 18 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/containerd/btrfs/README.md

Lines changed: 9 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/containerd/btrfs/btrfs.c

Lines changed: 16 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/containerd/btrfs/btrfs.go

Lines changed: 16 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/containerd/btrfs/btrfs.h

Lines changed: 16 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/containerd/btrfs/doc.go

Lines changed: 16 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/containerd/btrfs/helpers.go

Lines changed: 16 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/containerd/btrfs/info.go

Lines changed: 16 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)