This commit is contained in:
2023-04-14 18:40:37 +02:00
commit d20b269a4d
3 changed files with 102 additions and 0 deletions

11
go.mod Normal file
View File

@@ -0,0 +1,11 @@
module ping-package/mod
go 1.19
require (
github.com/go-ping/ping v1.1.0 // indirect
github.com/google/uuid v1.3.0 // indirect
golang.org/x/net v0.1.0 // indirect
golang.org/x/sync v0.1.0 // indirect
golang.org/x/sys v0.1.0 // indirect
)