1
0
mirror of https://github.com/taigrr/go-fastping synced 2025-01-18 05:03:15 -08:00
go-fastping/go.mod
2021-05-17 16:56:00 -07:00

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
)