Update golang.org/x/sys to v0.44.0
This commit is contained in:
parent
d6e305fba6
commit
cd7c2753ae
3 changed files with 5 additions and 5 deletions
4
go.mod
4
go.mod
|
|
@ -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
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue