Skip to content

Commit

Permalink
update vendored dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
hoffie committed Jan 7, 2022
1 parent 637089c commit 7a7091e
Show file tree
Hide file tree
Showing 565 changed files with 108,114 additions and 8,928 deletions.
2 changes: 1 addition & 1 deletion filter.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package main
import (
"fmt"

"github.com/prometheus/prometheus/pkg/labels"
"github.com/prometheus/prometheus/model/labels"
promql "github.com/prometheus/prometheus/promql/parser"
log "github.com/sirupsen/logrus"
)
Expand Down
9 changes: 4 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,10 @@ module github.com/hoffie/prometheus-filter-proxy
go 1.16

require (
github.com/golang/snappy v0.0.4 // indirect
github.com/prometheus/procfs v0.7.0 // indirect
github.com/prometheus/prometheus v0.0.0-20210701133801-b0944590a1c9
github.com/alecthomas/units v0.0.0-20211218093645-b94a6e3cc137 // indirect
github.com/prometheus/procfs v0.7.3 // indirect
github.com/prometheus/prometheus v0.0.0-20211217191541-41f1a8125e66
github.com/sirupsen/logrus v1.8.1
golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c // indirect
google.golang.org/protobuf v1.27.1 // indirect
golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e // indirect
gopkg.in/alecthomas/kingpin.v2 v2.2.6
)
656 changes: 585 additions & 71 deletions go.sum

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions vendor/github.com/alecthomas/units/README.md

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

124 changes: 121 additions & 3 deletions vendor/github.com/alecthomas/units/bytes.go

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

20 changes: 20 additions & 0 deletions vendor/github.com/beorn7/perks/LICENSE

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

Loading

0 comments on commit 7a7091e

Please sign in to comment.