mirror of
https://github.com/go-ping/ping.git
synced 2026-02-21 15:43:12 +00:00
Bumps [github.com/google/uuid](https://github.com/google/uuid) from 1.3.1 to 1.5.0. - [Release notes](https://github.com/google/uuid/releases) - [Changelog](https://github.com/google/uuid/blob/master/CHANGELOG.md) - [Commits](https://github.com/google/uuid/compare/v1.3.1...v1.5.0) --- updated-dependencies: - dependency-name: github.com/google/uuid dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
10 lines
136 B
Modula-2
10 lines
136 B
Modula-2
module github.com/go-ping/ping
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/google/uuid v1.5.0
|
|
golang.org/x/net v0.15.0
|
|
golang.org/x/sync v0.3.0
|
|
)
|