update deps

This commit is contained in:
2024-05-01 18:36:02 +02:00
parent 48509f8081
commit b44256b607
2 changed files with 15 additions and 15 deletions

10
go.mod
View File

@@ -4,12 +4,12 @@ go 1.21
require (
github.com/montanaflynn/stats v0.7.1
github.com/prometheus-community/pro-bing v0.3.0
github.com/prometheus-community/pro-bing v0.4.0
)
require (
github.com/google/uuid v1.4.0 // indirect
golang.org/x/net v0.18.0 // indirect
golang.org/x/sync v0.5.0 // indirect
golang.org/x/sys v0.14.0 // indirect
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
)