mirror of
https://github.com/cloudflare/redoctober.git
synced 2026-02-08 14:00:34 +00:00
25 lines
874 B
Modula-2
25 lines
874 B
Modula-2
module github.com/cloudflare/redoctober
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/coreos/go-systemd v0.0.0-20191104093116-d3cd4ed1dbcf
|
|
github.com/getsentry/raven-go v0.2.0
|
|
github.com/prometheus/client_golang v1.11.0
|
|
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519
|
|
)
|
|
|
|
require (
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
|
github.com/certifi/gocertifi v0.0.0-20210507211836-431795d63e8d // indirect
|
|
github.com/cespare/xxhash/v2 v2.1.2 // indirect
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
|
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/prometheus/client_model v0.2.0 // 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
|
|
)
|