mirror of
https://github.com/go-ping/ping.git
synced 2025-04-27 10:31:15 +00:00
Replace the random 8 byte tracker with a 16 byte UUID. * Implement as a slice so that it can be extended later. * Deprecate the exported `Pinger.Tracker` value. https://github.com/go-ping/ping/issues/142 Signed-off-by: Ben Kochie <superq@gmail.com>
10 lines
191 B
Modula-2
10 lines
191 B
Modula-2
module github.com/go-ping/ping
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/google/uuid v1.2.0
|
|
golang.org/x/net v0.0.0-20210316092652-d523dce5a7f4
|
|
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
|
|
)
|