2023-04-14 19:29:41 +02:00
|
|
|
module ping-package
|
2023-04-14 18:40:37 +02:00
|
|
|
|
|
|
|
|
go 1.19
|
|
|
|
|
|
2023-11-15 20:18:43 +01:00
|
|
|
require (
|
|
|
|
|
github.com/montanaflynn/stats v0.7.1
|
|
|
|
|
github.com/prometheus-community/pro-bing v0.3.0
|
|
|
|
|
)
|
2023-04-14 19:27:06 +02:00
|
|
|
|
2023-04-14 18:40:37 +02:00
|
|
|
require (
|
2023-11-15 20:18:43 +01:00
|
|
|
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
|
2023-04-14 18:40:37 +02:00
|
|
|
)
|