Skip to content

Commit

Permalink
lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
steebchen committed Nov 6, 2023
1 parent 6df0e5a commit ff8cab7
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 5 deletions.
1 change: 1 addition & 0 deletions engine/mock/do.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import (
"context"
"encoding/json"
"fmt"

"github.com/steebchen/prisma-client-go/engine/protocol"
)

Expand Down
2 changes: 1 addition & 1 deletion engine/proxy.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ import (
"encoding/json"
"errors"
"fmt"
"github.com/steebchen/prisma-client-go/engine/protocol"
"net/http"
"net/url"
"path"
"time"

"github.com/steebchen/prisma-client-go/binaries"
"github.com/steebchen/prisma-client-go/engine/protocol"
"github.com/steebchen/prisma-client-go/logger"
"github.com/steebchen/prisma-client-go/runtime/types"
)
Expand Down
2 changes: 1 addition & 1 deletion engine/request.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ import (
"context"
"encoding/json"
"fmt"
"github.com/steebchen/prisma-client-go/engine/protocol"
"net/http"
"time"

"github.com/steebchen/prisma-client-go/engine/protocol"
"github.com/steebchen/prisma-client-go/logger"
"github.com/steebchen/prisma-client-go/runtime/types"
)
Expand Down
2 changes: 1 addition & 1 deletion runtime/builder/builder.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ import (
"context"
"encoding/json"
"fmt"
"github.com/steebchen/prisma-client-go/engine/protocol"
"strings"
"time"

"github.com/steebchen/prisma-client-go/engine"
"github.com/steebchen/prisma-client-go/engine/protocol"
"github.com/steebchen/prisma-client-go/logger"
)

Expand Down
2 changes: 1 addition & 1 deletion runtime/transaction/transaction.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ package transaction
import (
"context"
"fmt"
"github.com/steebchen/prisma-client-go/engine/protocol"

"github.com/steebchen/prisma-client-go/engine"
"github.com/steebchen/prisma-client-go/engine/protocol"
"github.com/steebchen/prisma-client-go/runtime/builder"
)

Expand Down
1 change: 1 addition & 0 deletions runtime/types/errors.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ package types

import (
"errors"

"github.com/steebchen/prisma-client-go/engine/protocol"
)

Expand Down
2 changes: 1 addition & 1 deletion test/test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ package test
import (
"context"
"fmt"
"github.com/steebchen/prisma-client-go/engine/protocol"
"log"
"os"
"strings"
"testing"

"github.com/steebchen/prisma-client-go/cli"
"github.com/steebchen/prisma-client-go/engine"
"github.com/steebchen/prisma-client-go/engine/protocol"
"github.com/steebchen/prisma-client-go/test/cmd"
"github.com/steebchen/prisma-client-go/test/setup/mongodb"
"github.com/steebchen/prisma-client-go/test/setup/mysql"
Expand Down

0 comments on commit ff8cab7

Please sign in to comment.