Skip to content

Commit

Permalink
Fix goimports warn
Browse files Browse the repository at this point in the history
  • Loading branch information
andreyluiz committed Dec 13, 2024
1 parent 1f97671 commit 2e670a1
Show file tree
Hide file tree
Showing 14 changed files with 21 additions and 7 deletions.
3 changes: 2 additions & 1 deletion cmd/handler/plugins/translate.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@ import (

"github.com/google/uuid"
"github.com/gorilla/websocket"
sia "github.com/TimeleapLabs/go-sia/v2/pkg"
"github.com/spf13/cobra"

sia "github.com/TimeleapLabs/go-sia/v2/pkg"
)

// worker represents the worker command.
Expand Down
3 changes: 2 additions & 1 deletion internal/ent/eventlog.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions internal/ent/eventlog_create.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions internal/ent/eventlog_update.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion internal/ent/mutation.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions internal/model/bls.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ package model

import (
bls12381 "github.com/consensys/gnark-crypto/ecc/bls12-381"

sia "github.com/TimeleapLabs/go-sia/v2/pkg"
)

Expand Down
1 change: 1 addition & 0 deletions internal/service/ai/text_to_image.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import (

"github.com/google/uuid"
"github.com/gorilla/websocket"

sia "github.com/TimeleapLabs/go-sia/v2/pkg"
)

Expand Down
1 change: 1 addition & 0 deletions internal/service/rpc/dto/request.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ package dto

import (
"github.com/google/uuid"

sia "github.com/TimeleapLabs/go-sia/v2/pkg"
)

Expand Down
1 change: 1 addition & 0 deletions internal/service/rpc/dto/response.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ package dto

import (
"github.com/google/uuid"

sia "github.com/TimeleapLabs/go-sia/v2/pkg"
)

Expand Down
1 change: 1 addition & 0 deletions internal/service/rpc/runtime/unix.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import (
"github.com/TimeleapLabs/unchained/internal/consts"
"github.com/TimeleapLabs/unchained/internal/service/rpc/dto"
"github.com/TimeleapLabs/unchained/internal/utils"

sia "github.com/TimeleapLabs/go-sia/v2/pkg"
)

Expand Down
3 changes: 2 additions & 1 deletion internal/service/uniswap/uniswap.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,11 @@ import (
bls12381 "github.com/consensys/gnark-crypto/ecc/bls12-381"
"github.com/ethereum/go-ethereum/accounts/abi/bind"
lru "github.com/hashicorp/golang-lru/v2"
sia "github.com/TimeleapLabs/go-sia/v2/pkg"
"github.com/puzpuzpuz/xsync/v3"
"golang.org/x/text/cases"
"golang.org/x/text/language"

sia "github.com/TimeleapLabs/go-sia/v2/pkg"
)

const (
Expand Down
3 changes: 2 additions & 1 deletion internal/transport/server/gql/args.resolvers.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion internal/transport/server/gql/generated/args.generated.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2e670a1

Please sign in to comment.