deps: update runc to v1.0.0-rc93
includes updates for breaking changes in runc v1.0.0-rc93
Showing
+627 -199
... | ... | @@ -45,9 +45,9 @@ require ( |
github.com/fatih/color v1.9.0 | ||
github.com/fsnotify/fsnotify v1.4.9 // indirect | ||
github.com/fsouza/go-dockerclient v1.6.5 | ||
github.com/golang/protobuf v1.4.2 | ||
github.com/golang/protobuf v1.4.3 | ||
github.com/golang/snappy v0.0.1 | ||
github.com/google/go-cmp v0.4.0 | ||
github.com/google/go-cmp v0.5.2 | ||
github.com/gorilla/websocket v1.4.2 | ||
github.com/grpc-ecosystem/go-grpc-middleware v1.2.1-0.20200228141219-3ce3d519df39 | ||
github.com/hashicorp/consul v1.7.8 | ||
... | ... | @@ -103,7 +103,7 @@ require ( |
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect | ||
github.com/oklog/run v1.0.1-0.20180308005104-6934b124db28 // indirect | ||
github.com/onsi/gomega v1.9.0 // indirect | ||
github.com/opencontainers/runc v1.0.0-rc92 | ||
github.com/opencontainers/runc v1.0.0-rc93 | ||
github.com/pkg/errors v0.9.1 | ||
github.com/posener/complete v1.2.3 | ||
github.com/prometheus/client_golang v1.4.0 | ||
... | ... | @@ -117,7 +117,7 @@ require ( |
github.com/skratchdot/open-golang v0.0.0-20160302144031-75fb7ed4208c | ||
github.com/stretchr/objx v0.2.0 // indirect | ||
github.com/stretchr/testify v1.6.1 | ||
github.com/syndtr/gocapability v0.0.0-20180916011248-d98352740cb2 | ||
github.com/syndtr/gocapability v0.0.0-20200815063812-42c35b437635 | ||
github.com/tklauser/go-sysconf v0.3.5 // indirect | ||
github.com/zclconf/go-cty v1.4.1 | ||
github.com/zclconf/go-cty-yaml v1.0.2 | ||
... | ... | @@ -126,10 +126,9 @@ require ( |
golang.org/x/exp v0.0.0-20191030013958-a1ab85dbe136 // indirect | ||
golang.org/x/lint v0.0.0-20191125180803-fdd1cda4f05f // indirect | ||
golang.org/x/mod v0.3.0 // indirect | ||
golang.org/x/net v0.0.0-20200602114024-627f9648deb9 | ||
golang.org/x/net v0.0.0-20201224014010-6772e930b67b | ||
golang.org/x/sync v0.0.0-20200317015054-43a5402ce75a | ||
golang.org/x/sys v0.0.0-20210316164454-77fc1eacc6aa | ||
golang.org/x/text v0.3.3-0.20200306154105-06d492aade88 // indirect | ||
golang.org/x/time v0.0.0-20191024005414-555d28b269f0 | ||
golang.org/x/tools v0.0.0-20200522201501-cb1345f3a375 // indirect | ||
google.golang.org/api v0.13.0 // indirect | ||
... | ... |
vendor/github.com/cilium/ebpf/.clang-format
0 → 100644
Please register or sign in to comment