mirror of
https://github.com/taigrr/go-fastping
synced 2025-01-18 05:03:15 -08:00
9 lines
181 B
Modula-2
9 lines
181 B
Modula-2
module github.com/taigrr/go-fastping
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/tatsushid/go-fastping v0.0.0-20160109021039-d7bb493dee3e
|
|
golang.org/x/net v0.0.0-20210510120150-4163338589ed
|
|
)
|