update cadvisor, docker, and runc godeps
This commit is contained in:
2
vendor/github.com/codedellemc/goscaleio/BUILD
generated
vendored
2
vendor/github.com/codedellemc/goscaleio/BUILD
generated
vendored
@@ -18,8 +18,8 @@ go_library(
|
||||
],
|
||||
visibility = ["//visibility:public"],
|
||||
deps = [
|
||||
"//vendor/github.com/Sirupsen/logrus:go_default_library",
|
||||
"//vendor/github.com/codedellemc/goscaleio/types/v1:go_default_library",
|
||||
"//vendor/github.com/sirupsen/logrus:go_default_library",
|
||||
],
|
||||
)
|
||||
|
||||
|
3
vendor/github.com/codedellemc/goscaleio/README.md
generated
vendored
3
vendor/github.com/codedellemc/goscaleio/README.md
generated
vendored
@@ -77,4 +77,5 @@ Unless required by applicable law or agreed to in writing, software distributed
|
||||
|
||||
<a id="support">Support</a>
|
||||
-------
|
||||
Please file bugs and issues at the Github issues page. For more general discussions you can contact the EMC Code team at <a href="https://groups.google.com/forum/#!forum/emccode-users">Google Groups</a> or tagged with **EMC** on <a href="https://stackoverflow.com">Stackoverflow.com</a>. The code and documentation are released with no warranties or SLAs and are intended to be supported through a community driven process.
|
||||
|
||||
Please file bugs and issues on the Github issues page for this project. This is to help keep track and document everything related to this repo. For general discussions and further support you can join the [EMC {code} Community slack channel](http://community.emccode.com/). Lastly, for questions asked on [Stackoverflow.com](https://stackoverflow.com) please tag them with **EMC**. The code and documentation are released with no warranties or SLAs and are intended to be supported through a community driven process.
|
||||
|
2
vendor/github.com/codedellemc/goscaleio/api.go
generated
vendored
2
vendor/github.com/codedellemc/goscaleio/api.go
generated
vendored
@@ -16,8 +16,8 @@ import (
|
||||
"strings"
|
||||
"time"
|
||||
|
||||
log "github.com/Sirupsen/logrus"
|
||||
types "github.com/codedellemc/goscaleio/types/v1"
|
||||
log "github.com/sirupsen/logrus"
|
||||
)
|
||||
|
||||
type Client struct {
|
||||
|
Reference in New Issue
Block a user