Skip to content

Commit 2b53019

Browse files
authored
chore: microsoft/azldev => gim-home/azldev-preview (#401)
1 parent 798a6cf commit 2b53019

213 files changed

Lines changed: 541 additions & 541 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/instructions/go.instructions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ applyTo: "**/*.go"
4242
- Comments referring to types should encapsulate the type name in square brackets. Example: `// [packagename.MyType] is a custom type`
4343
- Use structured logging with slog
4444
- Ensure code passes golangci-lint checks
45-
- Use `github.com/microsoft/azldev/internal/utils/fileperms` instead of re-defining file permission constants
46-
- Use `github.com/microsoft/azldev/internal/utils/fileutils` for file operations like `Exists`, `ReadFile`, `WriteFile`, not "github.com/spf13/afero" directly.
45+
- Use `github.com/gim-home/azldev-preview/internal/utils/fileperms` instead of re-defining file permission constants
46+
- Use `github.com/gim-home/azldev-preview/internal/utils/fileutils` for file operations like `Exists`, `ReadFile`, `WriteFile`, not "github.com/spf13/afero" directly.
4747

4848
### Return values
4949

cmd/azldev/azldev.go

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ package main
66
import (
77
"os"
88

9-
"github.com/microsoft/azldev/internal/app/azldev"
10-
"github.com/microsoft/azldev/internal/app/azldev/cmds/advanced"
11-
"github.com/microsoft/azldev/internal/app/azldev/cmds/component"
12-
"github.com/microsoft/azldev/internal/app/azldev/cmds/config"
13-
"github.com/microsoft/azldev/internal/app/azldev/cmds/docs"
14-
"github.com/microsoft/azldev/internal/app/azldev/cmds/image"
15-
"github.com/microsoft/azldev/internal/app/azldev/cmds/project"
16-
"github.com/microsoft/azldev/internal/app/azldev/cmds/version"
9+
"github.com/gim-home/azldev-preview/internal/app/azldev"
10+
"github.com/gim-home/azldev-preview/internal/app/azldev/cmds/advanced"
11+
"github.com/gim-home/azldev-preview/internal/app/azldev/cmds/component"
12+
"github.com/gim-home/azldev-preview/internal/app/azldev/cmds/config"
13+
"github.com/gim-home/azldev-preview/internal/app/azldev/cmds/docs"
14+
"github.com/gim-home/azldev-preview/internal/app/azldev/cmds/image"
15+
"github.com/gim-home/azldev-preview/internal/app/azldev/cmds/project"
16+
"github.com/gim-home/azldev-preview/internal/app/azldev/cmds/version"
1717
)
1818

1919
func main() {

cmd/azldev/azldev_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ package main_test
66
import (
77
"testing"
88

9-
main "github.com/microsoft/azldev/cmd/azldev"
9+
main "github.com/gim-home/azldev-preview/cmd/azldev"
1010
"github.com/stretchr/testify/assert"
1111
"github.com/stretchr/testify/require"
1212
)

cmd/helloworld/helloworld.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
package main
77

88
import (
9-
"github.com/microsoft/azldev/internal/app/helloworld"
9+
"github.com/gim-home/azldev-preview/internal/app/helloworld"
1010
)
1111

1212
func main() {

defaultconfigs/defaultconfigs.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ import (
88
"fmt"
99
"path/filepath"
1010

11-
"github.com/microsoft/azldev/internal/global/opctx"
12-
"github.com/microsoft/azldev/internal/utils/fileutils"
11+
"github.com/gim-home/azldev-preview/internal/global/opctx"
12+
"github.com/gim-home/azldev-preview/internal/utils/fileutils"
1313
)
1414

1515
// Embedfs-relative path to the root directory of the embedded filesystem.

docs/how-to/testing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ To use the generated mocks in your tests:
9595
```go
9696
import (
9797
"go.uber.org/mock/gomock"
98-
"github.com/microsoft/azldev/internal/global/opctx/opctx_test"
98+
"github.com/gim-home/azldev-preview/internal/global/opctx/opctx_test"
9999
)
100100
```
101101

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module github.com/microsoft/azldev
1+
module github.com/gim-home/azldev-preview
22

33
go 1.24.1
44

internal/app/azldev/app.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ import (
1616

1717
"github.com/auribuo/stylishcobra"
1818
"github.com/charmbracelet/lipgloss"
19+
"github.com/gim-home/azldev-preview/internal/global/opctx"
20+
"github.com/gim-home/azldev-preview/internal/projectconfig"
21+
"github.com/gim-home/azldev-preview/internal/utils/fileutils"
1922
"github.com/lmittmann/tint"
2023
"github.com/mattn/go-isatty"
21-
"github.com/microsoft/azldev/internal/global/opctx"
22-
"github.com/microsoft/azldev/internal/projectconfig"
23-
"github.com/microsoft/azldev/internal/utils/fileutils"
2424
"github.com/muesli/termenv"
2525
"github.com/samber/lo"
2626
slogmulti "github.com/samber/slog-multi"

internal/app/azldev/app_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ package azldev_test
66
import (
77
"testing"
88

9-
"github.com/microsoft/azldev/internal/app/azldev"
10-
"github.com/microsoft/azldev/internal/app/azldev/core/testutils"
9+
"github.com/gim-home/azldev-preview/internal/app/azldev"
10+
"github.com/gim-home/azldev-preview/internal/app/azldev/core/testutils"
1111
"github.com/spf13/cobra"
1212
"github.com/stretchr/testify/assert"
1313
"github.com/stretchr/testify/require"

internal/app/azldev/cmds/advanced/advanced.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
package advanced
55

66
import (
7-
"github.com/microsoft/azldev/internal/app/azldev"
7+
"github.com/gim-home/azldev-preview/internal/app/azldev"
88
"github.com/spf13/cobra"
99
)
1010

0 commit comments

Comments
 (0)