1
0
Fork 0
mirror of https://github.com/pnx/pinger.git synced 2026-06-16 03:24:54 +02:00

go.mod: Upgrade packages.

This commit is contained in:
Henrik Hautakoski 2023-03-15 23:28:01 +01:00
parent fb4c8fea9c
commit dfc7865bc1
2 changed files with 9 additions and 9 deletions

6
go.mod
View file

@ -9,7 +9,7 @@ require (
require (
github.com/google/uuid v1.3.0 // indirect
golang.org/x/net v0.5.0 // indirect
golang.org/x/sync v0.0.0-20220601150217-0de741cfad7f // indirect
golang.org/x/sys v0.4.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
)