You've already forked prometheus-fail2ban-exporter
chore(deps): update module github.com/prometheus/client_golang to v1.23.0
All checks were successful
Golang Tests / unittest (stable, ubuntu-latest-amd64) (push) Successful in 2m6s
Golang Tests / unittest (stable, ubuntu-latest-arm64) (push) Successful in 2m25s
Golang CI lint / golangci (stable, ubuntu-latest-amd64) (push) Successful in 1m27s
Golang CI lint / golangci (stable, ubuntu-latest-arm64) (push) Successful in 1m16s
Golang Tests / unittest (stable, ubuntu-latest-arm64) (pull_request) Successful in 31s
Golang Tests / unittest (stable, ubuntu-latest-amd64) (pull_request) Successful in 50s
Golang CI lint / golangci (stable, ubuntu-latest-arm64) (pull_request) Successful in 36s
Lint Markdown files / markdown-lint (pull_request) Successful in 12s
Golang CI lint / golangci (stable, ubuntu-latest-amd64) (pull_request) Successful in 44s
All checks were successful
Golang Tests / unittest (stable, ubuntu-latest-amd64) (push) Successful in 2m6s
Golang Tests / unittest (stable, ubuntu-latest-arm64) (push) Successful in 2m25s
Golang CI lint / golangci (stable, ubuntu-latest-amd64) (push) Successful in 1m27s
Golang CI lint / golangci (stable, ubuntu-latest-arm64) (push) Successful in 1m16s
Golang Tests / unittest (stable, ubuntu-latest-arm64) (pull_request) Successful in 31s
Golang Tests / unittest (stable, ubuntu-latest-amd64) (pull_request) Successful in 50s
Golang CI lint / golangci (stable, ubuntu-latest-arm64) (pull_request) Successful in 36s
Lint Markdown files / markdown-lint (pull_request) Successful in 12s
Golang CI lint / golangci (stable, ubuntu-latest-amd64) (pull_request) Successful in 44s
This commit is contained in:
14
go.mod
14
go.mod
@ -8,7 +8,7 @@ require (
|
||||
github.com/alecthomas/kong v1.12.1
|
||||
github.com/kisielk/og-rek v1.3.0
|
||||
github.com/nlpodyssey/gopickle v0.3.0
|
||||
github.com/prometheus/client_golang v1.22.0
|
||||
github.com/prometheus/client_golang v1.23.0
|
||||
)
|
||||
|
||||
require (
|
||||
@ -16,10 +16,10 @@ require (
|
||||
github.com/beorn7/perks v1.0.1 // indirect
|
||||
github.com/cespare/xxhash/v2 v2.3.0 // indirect
|
||||
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
|
||||
github.com/prometheus/client_model v0.6.1 // indirect
|
||||
github.com/prometheus/common v0.62.0 // indirect
|
||||
github.com/prometheus/procfs v0.15.1 // indirect
|
||||
golang.org/x/sys v0.30.0 // indirect
|
||||
golang.org/x/text v0.22.0 // indirect
|
||||
google.golang.org/protobuf v1.36.5 // indirect
|
||||
github.com/prometheus/client_model v0.6.2 // indirect
|
||||
github.com/prometheus/common v0.65.0 // indirect
|
||||
github.com/prometheus/procfs v0.16.1 // indirect
|
||||
golang.org/x/sys v0.33.0 // indirect
|
||||
golang.org/x/text v0.25.0 // indirect
|
||||
google.golang.org/protobuf v1.36.6 // indirect
|
||||
)
|
||||
|
Reference in New Issue
Block a user