mirror of
https://github.com/siderolabs/talos.git
synced 2026-04-07 14:51:08 +02:00
The fix PR https://github.com/neticdk/go-stdlib/pull/44 Replace the library for now. Add fuzzing test, keep panic causing vectors. Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com> (cherry picked from commit eff89d1ed46e5f3c709305a8cb134dabae925420)
12 lines
140 B
Plaintext
12 lines
140 B
Plaintext
go 1.26.1
|
|
|
|
use (
|
|
.
|
|
./hack/cloud-image-uploader
|
|
./pkg/machinery
|
|
./tools
|
|
./tools/docgen
|
|
./tools/gotagsrewrite
|
|
./tools/structprotogen
|
|
)
|