update deps

This commit is contained in:
2025-04-27 18:22:13 +02:00
parent 3584fc1710
commit 8fcb5c5da5
3 changed files with 16 additions and 6 deletions

12
go.mod
View File

@@ -1,15 +1,17 @@
module rtt-polybar-waybar
go 1.21
go 1.23.0
toolchain go1.24.2
require (
github.com/montanaflynn/stats v0.7.1
github.com/prometheus-community/pro-bing v0.4.0
github.com/prometheus-community/pro-bing v0.7.0
)
require (
github.com/google/uuid v1.6.0 // indirect
golang.org/x/net v0.24.0 // indirect
golang.org/x/sync v0.7.0 // indirect
golang.org/x/sys v0.19.0 // indirect
golang.org/x/net v0.39.0 // indirect
golang.org/x/sync v0.13.0 // indirect
golang.org/x/sys v0.32.0 // indirect
)