Update module golang.org/x/sys to v0.44.0 [SECURITY]
Some checks failed
buildbot/nix-eval Build done.
buildbot/nix-build gitea:bypass-censorship/dnstt_exporter#checks.x86_64-linux.tests Build done.
buildbot/nix-build Build done.

This commit is contained in:
Self-Hosted Renovate Bot 2026-05-25 13:28:33 +00:00
parent f49b679ce2
commit b140f45027
2 changed files with 4 additions and 2 deletions

4
go.mod
View file

@ -1,6 +1,6 @@
module guardianproject.dev/bypass-censorship/dnstt_exporter
go 1.25
go 1.25.0
require (
github.com/oschwald/geoip2-golang/v2 v2.1.0
@ -18,6 +18,6 @@ require (
github.com/prometheus/common v0.66.1 // indirect
github.com/prometheus/procfs v0.16.1 // indirect
go.yaml.in/yaml/v2 v2.4.2 // indirect
golang.org/x/sys v0.38.0 // indirect
golang.org/x/sys v0.44.0 // indirect
google.golang.org/protobuf v1.36.8 // indirect
)