Skip to content

Commit

Permalink
Swap glog to fix crashing with full tmp dir
Browse files Browse the repository at this point in the history
Fixes #237
  • Loading branch information
jacksontj committed Nov 13, 2019
1 parent 8546c1b commit eb8d3f4
Show file tree
Hide file tree
Showing 4 changed files with 181 additions and 3 deletions.
13 changes: 11 additions & 2 deletions Gopkg.lock

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

7 changes: 6 additions & 1 deletion Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

[[constraint]]
name = "github.com/prometheus/common"
branch = "master"
version = "v0.5.0"

[[constraint]]
branch = "release-2.10_fork_promxy"
Expand Down Expand Up @@ -57,3 +57,8 @@
[[override]]
name = "k8s.io/client-go"
version = "v11.0.0"

[[override]]
name = "github.com/golang/glog"
source = "github.com/kubermatic/glog-gokit"
revision = "8ab7e4c2d35273d3a4b6ff9b3412d97cfe82bcc3"
21 changes: 21 additions & 0 deletions vendor/github.com/golang/glog/LICENSE

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

143 changes: 143 additions & 0 deletions vendor/github.com/golang/glog/glog.go

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

0 comments on commit eb8d3f4

Please sign in to comment.