Skip to content
This repository has been archived by the owner on Feb 6, 2024. It is now read-only.

Commit

Permalink
gofmt
Browse files Browse the repository at this point in the history
Signed-off-by: Benji Visser <benji@093b.org>
  • Loading branch information
noqcks committed May 11, 2023
1 parent e9fc29c commit 9b2a2c9
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions cmd/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ import (
"fmt"
"os"

agent "github.com/xeol-io/xeol-agent/agent"
"github.com/xeol-io/xeol-agent/internal/config"
"github.com/xeol-io/xeol-agent/internal/logger"
"github.com/sirupsen/logrus"
"github.com/spf13/cobra"
"github.com/spf13/viper"
agent "github.com/xeol-io/xeol-agent/agent"
"github.com/xeol-io/xeol-agent/internal/config"
"github.com/xeol-io/xeol-agent/internal/logger"
)

var appConfig *config.Application
Expand Down
4 changes: 2 additions & 2 deletions cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ import (

"github.com/xeol-io/xeol-agent/agent/mode"

agent "github.com/xeol-io/xeol-agent/agent"
"github.com/xeol-io/xeol-agent/agent/presenter"
"github.com/spf13/cobra"
"github.com/spf13/viper"
agent "github.com/xeol-io/xeol-agent/agent"
"github.com/xeol-io/xeol-agent/agent/presenter"
)

// rootCmd represents the base command when called without any subcommands
Expand Down
2 changes: 1 addition & 1 deletion cmd/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ import (
"fmt"
"os"

"github.com/spf13/cobra"
"github.com/xeol-io/xeol-agent/internal"
"github.com/xeol-io/xeol-agent/internal/version"
"github.com/spf13/cobra"
)

var outputFormat string
Expand Down
4 changes: 2 additions & 2 deletions internal/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ import (

"github.com/adrg/xdg"
"github.com/mitchellh/go-homedir"
"github.com/xeol-io/xeol-agent/agent/presenter"
"github.com/xeol-io/xeol-agent/internal"
"github.com/sirupsen/logrus"
"github.com/spf13/viper"
"github.com/xeol-io/xeol-agent/agent/presenter"
"github.com/xeol-io/xeol-agent/internal"

"path"
"strings"
Expand Down

0 comments on commit 9b2a2c9

Please sign in to comment.