Skip to content

Commit 75abb19

Browse files
committed
Move code
Signed-off-by: David Gageot <[email protected]>
1 parent 135ca0a commit 75abb19

File tree

5 files changed

+1
-1
lines changed

5 files changed

+1
-1
lines changed

src/extension/host-binary/cmd/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ import (
99
"slices"
1010
"syscall"
1111

12-
"github.com/docker/labs-ai-tools-for-devs/cmd/commands"
1312
"github.com/docker/labs-ai-tools-for-devs/pkg/client"
13+
"github.com/docker/labs-ai-tools-for-devs/pkg/commands"
1414
secretsapi "github.com/docker/labs-ai-tools-for-devs/pkg/generated/go/client/secrets"
1515
"github.com/docker/labs-ai-tools-for-devs/pkg/paths"
1616
"github.com/spf13/cobra"

0 commit comments

Comments
 (0)