mirror of
https://github.com/pnx/pinger.git
synced 2026-06-16 15:30:02 +02:00
15 lines
290 B
Modula-2
15 lines
290 B
Modula-2
module pinger
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
github.com/pborman/getopt/v2 v2.1.0
|
|
github.com/prometheus-community/pro-bing v0.1.0
|
|
)
|
|
|
|
require (
|
|
github.com/google/uuid v1.3.0 // indirect
|
|
golang.org/x/net v0.8.0 // indirect
|
|
golang.org/x/sync v0.1.0 // indirect
|
|
golang.org/x/sys v0.6.0 // indirect
|
|
)
|