Files
redoctober/go.mod
dependabot[bot] 5cc3ca9c23 Bump github.com/prometheus/client_golang from 1.11.0 to 1.11.1
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.11.0 to 1.11.1.
- [Release notes](https://github.com/prometheus/client_golang/releases)
- [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prometheus/client_golang/compare/v1.11.0...v1.11.1)

---
updated-dependencies:
- dependency-name: github.com/prometheus/client_golang
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-15 02:48:47 +00:00

20 lines
589 B
Modula-2

module github.com/cloudflare/redoctober
go 1.16
require (
github.com/coreos/go-systemd v0.0.0-20191104093116-d3cd4ed1dbcf
github.com/prometheus/client_golang v1.11.1
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519
)
require (
github.com/cespare/xxhash/v2 v2.1.2 // indirect
github.com/getsentry/sentry-go v0.11.0
github.com/golang/protobuf v1.5.2 // indirect
github.com/prometheus/common v0.31.1 // indirect
github.com/prometheus/procfs v0.7.3 // indirect
golang.org/x/sys v0.0.0-20211013075003-97ac67df715c // indirect
google.golang.org/protobuf v1.27.1 // indirect
)