Skip to content

Commit

Permalink
fix paths
Browse files Browse the repository at this point in the history
  • Loading branch information
majolo committed Nov 10, 2021
1 parent cdac88c commit edd2ccc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion sql_adaptor/sql.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package sql_adaptor
import (
"errors"
"fmt"
"github.com/SeldonIO/goven/parser"
"github.com/seldonio/goven/parser"
"regexp"
"strings"

Expand Down
2 changes: 1 addition & 1 deletion sql_adaptor/sql_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package sql_adaptor_test
import (
"database/sql"
"fmt"
"github.com/SeldonIO/goven/sql_adaptor"
"github.com/seldonio/goven/sql_adaptor"
"reflect"
"testing"
"time"
Expand Down
2 changes: 1 addition & 1 deletion sql_adaptor/validators.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package sql_adaptor
import (
"errors"
"fmt"
"github.com/SeldonIO/goven/parser"
"github.com/seldonio/goven/parser"
"strconv"
)

Expand Down

0 comments on commit edd2ccc

Please sign in to comment.