google.com sudo run

This commit is contained in:
bel
2026-06-08 13:35:31 -06:00
commit 366857d58a
3 changed files with 77 additions and 0 deletions

12
go.mod Normal file
View File

@@ -0,0 +1,12 @@
module gitea/pingd
go 1.22.2
require github.com/go-ping/ping v1.2.0
require (
github.com/google/uuid v1.2.0 // indirect
golang.org/x/net v0.0.0-20210316092652-d523dce5a7f4 // indirect
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
golang.org/x/sys v0.0.0-20210315160823-c6e025ad8005 // indirect
)