mirror of
https://github.com/siderolabs/talos.git
synced 2025-12-26 20:01:16 +01:00
Bump all dependencies, many small changes due to new golangci-lint version. Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
9 lines
298 B
Go
9 lines
298 B
Go
// This Source Code Form is subject to the terms of the Mozilla Public
|
|
// License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
|
|
// Package utils contains small utilities used by the imager.
|
|
//
|
|
//nolint:revive
|
|
package utils
|