mirror of
https://github.com/go-ping/ping.git
synced 2026-02-21 07:32:26 +00:00
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.10.0 to 0.12.0. - [Commits](https://github.com/golang/net/compare/v0.10.0...v0.12.0) --- updated-dependencies: - dependency-name: golang.org/x/net 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.3.0
|
|
golang.org/x/net v0.12.0
|
|
golang.org/x/sync v0.2.0
|
|
)
|