refactor: rename main module to github.com/psviderski/uncloud

This commit is contained in:
Pavel Sviderski
2025-03-22 18:25:08 +10:00
parent f1a150821c
commit 3757813b20
74 changed files with 176 additions and 172 deletions
+3 -3
View File
@@ -5,9 +5,9 @@ import (
"fmt"
"math/rand/v2"
"slices"
"uncloud/internal/api"
"uncloud/internal/machine/api/pb"
"uncloud/internal/secret"
"github.com/psviderski/uncloud/internal/api"
"github.com/psviderski/uncloud/internal/machine/api/pb"
"github.com/psviderski/uncloud/internal/secret"
)
// Strategy defines how a service should be deployed or updated. Different implementations can provide various