mirror of
https://github.com/sberk42/fritzbox_exporter.git
synced 2026-05-22 01:03:31 +00:00
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.14.0 to 0.17.0. - [Commits](https://github.com/golang/crypto/compare/v0.14.0...v0.17.0) --- updated-dependencies: - dependency-name: golang.org/x/crypto dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
24 lines
701 B
Modula-2
24 lines
701 B
Modula-2
module github.com/sberk42/fritzbox_exporter
|
|
|
|
go 1.21
|
|
|
|
require (
|
|
github.com/namsral/flag v1.7.4-pre
|
|
github.com/prometheus/client_golang v1.17.0
|
|
github.com/sirupsen/logrus v1.9.3
|
|
golang.org/x/crypto v0.17.0
|
|
golang.org/x/text v0.14.0
|
|
)
|
|
|
|
require (
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
|
github.com/cespare/xxhash/v2 v2.2.0 // indirect
|
|
github.com/golang/protobuf v1.5.3 // indirect
|
|
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
|
|
github.com/prometheus/client_model v0.5.0 // indirect
|
|
github.com/prometheus/common v0.44.0 // indirect
|
|
github.com/prometheus/procfs v0.12.0 // indirect
|
|
golang.org/x/sys v0.15.0 // indirect
|
|
google.golang.org/protobuf v1.31.0 // indirect
|
|
)
|