1
0
Fork 0
mirror of https://github.com/pnx/pinger.git synced 2026-06-16 03:24:54 +02:00

Initial commit

This commit is contained in:
Henrik Hautakoski 2023-02-09 09:01:32 +01:00
commit d2a368a176
4 changed files with 84 additions and 0 deletions

12
go.mod Normal file
View file

@ -0,0 +1,12 @@
module pinger
go 1.19
require github.com/prometheus-community/pro-bing v0.1.0
require (
github.com/google/uuid v1.3.0 // indirect
golang.org/x/net v0.5.0 // indirect
golang.org/x/sync v0.0.0-20220601150217-0de741cfad7f // indirect
golang.org/x/sys v0.4.0 // indirect
)