Commit 40f0deec authored by Darren Shepherd's avatar Darren Shepherd

Update vendor

parent 483f7187
......@@ -9,7 +9,7 @@ package=github.com/opencontainers/runc/libcontainer/nsenter
package=github.com/opencontainers/runc/libcontainer/specconv
package=github.com/opencontainers/runc/contrib/cmd/recvtty
k8s.io/kubernetes v1.13.2-k3s2 https://github.com/ibuildthecloud/k3s.git transitive=true,staging=true
k8s.io/kubernetes v1.13.2-k3s3 https://github.com/ibuildthecloud/k3s.git transitive=true,staging=true
github.com/rancher/norman 628eb6b32906125ddd77e23f3ad3c9bdb6e93664 https://github.com/ibuildthecloud/norman.git
github.com/coreos/flannel 3d7cff78e2ca4cade87c6c7d44adf27fe3de2709 https://github.com/ibuildthecloud/flannel.git
......
......@@ -64,7 +64,7 @@ func NewSQLite() *driver.Generic {
func Open(dataSourceName string) (*sql.DB, error) {
if dataSourceName == "" {
os.MkdirAll("./db", 700)
os.MkdirAll("./db", 0700)
dataSourceName = "./db/state.db?_journal=WAL&cache=shared"
}
db, err := sql.Open("sqlite3", dataSourceName)
......
......@@ -3,8 +3,8 @@ package version
var (
gitMajor = "1"
gitMinor = "12"
gitVersion = "v1.13.2-k3s2"
gitCommit = "149316edfe67e696f622608282a3fc4252ad92b3"
gitVersion = "v1.13.2-k3s3"
gitCommit = "2c2e61ebc2c99ee1dfb366d00e0eaa51507c2d22"
gitTreeState = "clean"
buildDate = "2019-01-22T20:48+00:00Z"
buildDate = "2019-01-24T16:43+00:00Z"
)
......@@ -11,7 +11,7 @@ package=k8s.io/kubernetes
package=k8s.io/kubernetes/cmd/hyperkube
$(cat ./Godeps/Godeps.json | jq -r '(.Deps | .[] | "\(.ImportPath) \(.Comment) \(.Rev)\n")' | sed 's/null//' | awk '{print $1 " " $2}' | grep -Ev 'github.com/opencontainers/runc|bitbucket.org/ww/goautoneg|github.com/google/cadvisor' | sort -k2,1 | uniq -f1)
bitbucket.org/ww/goautoneg a547fc61f48d567d5b4ec6f8aee5573d8efce11d https://github.com/rancher/goautoneg.git
github.com/ibuildthecloud/kvsql 8dfe3deb0646c4817567e4a53ed1dea41ea5668f
github.com/ibuildthecloud/kvsql 57dce9ad58ce9a47cee7fc399cb10e76047ede77
github.com/google/cadvisor 91dab6eb91496ed68acbef68b02b34b3392ca754 https://github.com/ibuildthecloud/cadvisor.git
github.com/opencontainers/runc 96ec2177ae841256168fcf76954f7177af9446eb
EOF
......
......@@ -3,8 +3,8 @@ package version
var (
gitMajor = "1"
gitMinor = "12"
gitVersion = "v1.13.2-k3s2"
gitCommit = "149316edfe67e696f622608282a3fc4252ad92b3"
gitVersion = "v1.13.2-k3s3"
gitCommit = "2c2e61ebc2c99ee1dfb366d00e0eaa51507c2d22"
gitTreeState = "clean"
buildDate = "2019-01-22T20:48+00:00Z"
buildDate = "2019-01-24T16:43+00:00Z"
)
......@@ -205,6 +205,6 @@ k8s.io/utils 66066c83e385e385ccc3c964b44fd7dcd413d0ed
sigs.k8s.io/yaml v1.1.0
vbom.ml/util db5cfe13f5cc80a4990d98e2e1b0707a4d1a5394
bitbucket.org/ww/goautoneg a547fc61f48d567d5b4ec6f8aee5573d8efce11d https://github.com/rancher/goautoneg.git
github.com/ibuildthecloud/kvsql 8dfe3deb0646c4817567e4a53ed1dea41ea5668f
github.com/ibuildthecloud/kvsql 57dce9ad58ce9a47cee7fc399cb10e76047ede77
github.com/google/cadvisor 91dab6eb91496ed68acbef68b02b34b3392ca754 https://github.com/ibuildthecloud/cadvisor.git
github.com/opencontainers/runc 96ec2177ae841256168fcf76954f7177af9446eb
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment