Files
ping/go.mod
dependabot[bot] 2f4eedb1d6 Bump golang.org/x/sync from 0.2.0 to 0.3.0
Bumps [golang.org/x/sync](https://github.com/golang/sync) from 0.2.0 to 0.3.0.
- [Commits](https://github.com/golang/sync/compare/v0.2.0...v0.3.0)

---
updated-dependencies:
- dependency-name: golang.org/x/sync
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-13 14:12:21 +00:00

10 lines
136 B
Modula-2

module github.com/go-ping/ping
go 1.14
require (
github.com/google/uuid v1.3.0
golang.org/x/net v0.12.0
golang.org/x/sync v0.3.0
)