fix go-cni race condition

Signed-off-by: Michael Zappa <michael.zappa@gmail.com>
This commit is contained in:
Michael Zappa
2025-01-16 10:41:24 -07:00
parent 7319817149
commit 06891f899d
34 changed files with 1716 additions and 50 deletions

4
vendor/github.com/petermattis/goid/README.md generated vendored Normal file
View File

@@ -0,0 +1,4 @@
# goid ![Build Status](https://github.com/petermattis/goid/actions/workflows/go.yml/badge.svg)
Programatically retrieve the current goroutine's ID. See [the CI
configuration](.github/workflows/go.yml) for supported Go versions.