update deps
This commit is contained in:
12
go.mod
12
go.mod
@@ -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
|
||||
)
|
||||
|
Reference in New Issue
Block a user