chore: rename talos-systems/talos to siderolabs/talos

There's a cyclic dependency on siderolink library which imports talos
machinery back. We will fix that after we get talos pushed under a new
name.

Signed-off-by: Andrey Smirnov <andrey.smirnov@talos-systems.com>
This commit is contained in:
Andrey Smirnov
2022-11-02 15:06:45 +04:00
parent 30bbf6463a
commit 96aa9638f7
974 changed files with 3084 additions and 3280 deletions

View File

@@ -16,8 +16,8 @@ import (
"github.com/siderolabs/go-blockdevice/blockdevice/encryption/luks"
"github.com/siderolabs/go-blockdevice/blockdevice/partition/gpt"
"github.com/talos-systems/talos/internal/pkg/encryption/keys"
"github.com/talos-systems/talos/pkg/machinery/config"
"github.com/siderolabs/talos/internal/pkg/encryption/keys"
"github.com/siderolabs/talos/pkg/machinery/config"
)
// NewHandler creates new Handler.