This fixes a problem in the `RouteSpecController` which is due to a subtle (but correct) change in the behavior in the `stdlib`. Also some small (but should be safe) bumps. Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
12 lines
152 B
Plaintext
12 lines
152 B
Plaintext
go 1.21
|
|
|
|
use (
|
|
.
|
|
./hack/cloud-image-uploader
|
|
./hack/docgen
|
|
./hack/gotagsrewrite
|
|
./hack/module-sig-verify
|
|
./hack/structprotogen
|
|
./pkg/machinery
|
|
)
|