Update golang.org/x/sys to v0.44.0
All checks were successful
buildbot/nix-eval Build done.
buildbot/nix-build Build done.
buildbot/nix-effects Build done.

This commit is contained in:
Abel Luck 2026-06-01 08:50:55 +02:00
parent d6e305fba6
commit cd7c2753ae
3 changed files with 5 additions and 5 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
)