Skip to content

Commit

Permalink
Fix imports not fixed during rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
aarondl committed Nov 12, 2017
1 parent 7e329b9 commit 872f7e7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion boilingcore/config.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package boilingcore

import "github.com/vattle/sqlboiler/importers"
import "github.com/volatiletech/sqlboiler/importers"

// Config for the running of the commands
type Config struct {
Expand Down
2 changes: 1 addition & 1 deletion boilingcore/output.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
"text/template"

"github.com/pkg/errors"
"github.com/vattle/sqlboiler/importers"
"github.com/volatiletech/sqlboiler/importers"
)

var noEditDisclaimer = []byte(`// Code generated by SQLBoiler (https://github.com/volatiletech/sqlboiler). DO NOT EDIT.
Expand Down
2 changes: 1 addition & 1 deletion queries/query_builders_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
"testing"

"github.com/davecgh/go-spew/spew"
"github.com/vattle/sqlboiler/drivers"
"github.com/volatiletech/sqlboiler/drivers"
)

var writeGoldenFiles = flag.Bool(
Expand Down
2 changes: 1 addition & 1 deletion queries/reflect_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"strings"
"testing"

"github.com/vattle/sqlboiler/drivers"
"github.com/volatiletech/sqlboiler/drivers"

"gopkg.in/DATA-DOG/go-sqlmock.v1"
)
Expand Down

0 comments on commit 872f7e7

Please sign in to comment.