Skip to content

Commit

Permalink
feat(client): client package is no longer internal
Browse files Browse the repository at this point in the history
  • Loading branch information
hef committed Jun 26, 2022
1 parent 4234e92 commit 10260b5
Show file tree
Hide file tree
Showing 23 changed files with 5 additions and 5 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion cmd/build.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package cmd
import (
"context"
"fmt"
"github.com/hef/cacctl/internal/client"
"github.com/hef/cacctl/client"
"github.com/spf13/cobra"
"github.com/spf13/viper"
"log"
Expand Down
2 changes: 1 addition & 1 deletion cmd/delete.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package cmd

import (
"context"
"github.com/hef/cacctl/internal/client"
"github.com/hef/cacctl/client"
"github.com/spf13/cobra"
"log"
"os/signal"
Expand Down
2 changes: 1 addition & 1 deletion cmd/reboot.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package cmd

import (
"context"
"github.com/hef/cacctl/internal/client"
"github.com/hef/cacctl/client"
"github.com/spf13/cobra"
"log"
"os/signal"
Expand Down
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package cmd
import (
"context"
"fmt"
"github.com/hef/cacctl/internal/client"
"github.com/hef/cacctl/client"
"github.com/spf13/cobra"
"github.com/spf13/viper"
"log"
Expand Down
2 changes: 1 addition & 1 deletion cmd/ssh_copy_id.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package cmd
import (
"context"
"fmt"
"github.com/hef/cacctl/internal/client"
"github.com/hef/cacctl/client"
"github.com/hef/cacctl/internal/sshx"
"github.com/pkg/sftp"
"github.com/spf13/afero/sftpfs"
Expand Down

0 comments on commit 10260b5

Please sign in to comment.