Skip to content

Commit

Permalink
Update prom dep for latest UI assets
Browse files Browse the repository at this point in the history
fixes #471
  • Loading branch information
jacksontj committed Nov 1, 2021
1 parent c33ae69 commit 2d3d054
Show file tree
Hide file tree
Showing 7 changed files with 112 additions and 90 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ require (
k8s.io/klog v1.0.0
)

replace github.com/prometheus/prometheus => github.com/jacksontj/prometheus v1.8.1-0.20210917180120-0c8fa0a92ce8
replace github.com/prometheus/prometheus => github.com/jacksontj/prometheus v1.8.1-0.20211101202829-02ea5c0e357f

replace github.com/golang/glog => github.com/kubermatic/glog-gokit v0.0.0-20181129151237-8ab7e4c2d352

Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -779,8 +779,8 @@ github.com/influxdata/roaring v0.4.13-0.20180809181101-fc520f41fab6/go.mod h1:bS
github.com/influxdata/tdigest v0.0.2-0.20210216194612-fc98d27c9e8b/go.mod h1:Z0kXnxzbTC2qrx4NaIzYkE1k66+6oEDQTvL95hQFh5Y=
github.com/influxdata/usage-client v0.0.0-20160829180054-6d3895376368/go.mod h1:Wbbw6tYNvwa5dlB6304Sd+82Z3f7PmVZHVKU637d4po=
github.com/j-keck/arping v0.0.0-20160618110441-2cf9dc699c56/go.mod h1:ymszkNOg6tORTn+6F6j+Jc8TOr5osrynvN6ivFWZ2GA=
github.com/jacksontj/prometheus v1.8.1-0.20210917180120-0c8fa0a92ce8 h1:eLfuNbcHuyoE9A2B3JRLpYMlqRxfaX5IOm11mbzFqrg=
github.com/jacksontj/prometheus v1.8.1-0.20210917180120-0c8fa0a92ce8/go.mod h1:02eURgmH1YsgJ2TtWNUGMQMCnLxmtHH9nOgvYxIjGAo=
github.com/jacksontj/prometheus v1.8.1-0.20211101202829-02ea5c0e357f h1:GGdZ3ju6hny96GqIeFXEa/uDkFNTM6znW7eNwN+rN1c=
github.com/jacksontj/prometheus v1.8.1-0.20211101202829-02ea5c0e357f/go.mod h1:02eURgmH1YsgJ2TtWNUGMQMCnLxmtHH9nOgvYxIjGAo=
github.com/jessevdk/go-flags v1.5.0 h1:1jKYvbxEjfUl0fmqTCOfonvskHHXMjBySTLW4y9LFvc=
github.com/jessevdk/go-flags v1.5.0/go.mod h1:Fw0T6WPc1dYxT4mKEZRfG5kJhaTDP9pj1c2EWnYs/m4=
github.com/jmespath/go-jmespath v0.0.0-20160202185014-0b12d6b521d8/go.mod h1:Nht3zPeWKUH0NzdCt2Blrr5ys8VGpn0CEB0cQHVjt7k=
Expand Down
40 changes: 35 additions & 5 deletions vendor/github.com/prometheus/prometheus/promql/engine.go

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

4 changes: 4 additions & 0 deletions vendor/github.com/prometheus/prometheus/promql/parser/ast.go

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

8 changes: 6 additions & 2 deletions vendor/github.com/prometheus/prometheus/promql/test.go

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

142 changes: 63 additions & 79 deletions vendor/github.com/prometheus/prometheus/web/ui/assets_vfsdata.go

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ github.com/prometheus/exporter-toolkit/web
github.com/prometheus/procfs
github.com/prometheus/procfs/internal/fs
github.com/prometheus/procfs/internal/util
# github.com/prometheus/prometheus v1.8.2-0.20210707132820-dc8f50559534 => github.com/jacksontj/prometheus v1.8.1-0.20210917180120-0c8fa0a92ce8
# github.com/prometheus/prometheus v1.8.2-0.20210707132820-dc8f50559534 => github.com/jacksontj/prometheus v1.8.1-0.20211101202829-02ea5c0e357f
github.com/prometheus/prometheus/config
github.com/prometheus/prometheus/discovery
github.com/prometheus/prometheus/discovery/aws
Expand Down

0 comments on commit 2d3d054

Please sign in to comment.