Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add TLS option from Prometheus community #243

Merged
merged 7 commits into from
Sep 7, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix log
  • Loading branch information
lucian-vanghele committed Jul 27, 2022
commit 802bc74f17b1d3845eb700d2ab8ed4fad8584e77
13 changes: 5 additions & 8 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,11 @@ go 1.14

require (
github.com/BurntSushi/toml v0.3.1
github.com/beorn7/perks v1.0.1
github.com/golang/protobuf v1.4.2
github.com/go-kit/log v0.1.0
github.com/mattn/go-oci8 v0.0.8
github.com/matttproud/golang_protobuf_extensions v1.0.1
github.com/prometheus/client_golang v1.7.1
github.com/prometheus/client_model v0.2.0
github.com/prometheus/common v0.26.0
github.com/prometheus/procfs v0.1.3
golang.org/x/sys v0.0.0-20200625212154-ddb9806d33ae
github.com/prometheus/client_golang v1.11.0
github.com/prometheus/common v0.29.0
github.com/prometheus/exporter-toolkit v0.7.1
github.com/sirupsen/logrus v1.6.0
gopkg.in/alecthomas/kingpin.v2 v2.2.6
)
Loading