mirror of https://github.com/pressly/goose.git
Update postgres dependency.
parent
b41a586b5f
commit
de7ced58c6
|
@ -3,7 +3,7 @@ package main
|
||||||
import (
|
import (
|
||||||
"flag"
|
"flag"
|
||||||
"fmt"
|
"fmt"
|
||||||
"github.com/bmizerany/pq"
|
"github.com/lib/pq"
|
||||||
"github.com/kylelemons/go-gypsy/yaml"
|
"github.com/kylelemons/go-gypsy/yaml"
|
||||||
"os"
|
"os"
|
||||||
"path/filepath"
|
"path/filepath"
|
||||||
|
|
|
@ -4,7 +4,7 @@ import (
|
||||||
"database/sql"
|
"database/sql"
|
||||||
"errors"
|
"errors"
|
||||||
"fmt"
|
"fmt"
|
||||||
_ "github.com/bmizerany/pq"
|
_ "github.com/lib/pq"
|
||||||
_ "github.com/ziutek/mymysql/godrv"
|
_ "github.com/ziutek/mymysql/godrv"
|
||||||
"log"
|
"log"
|
||||||
"os"
|
"os"
|
||||||
|
|
|
@ -76,7 +76,7 @@ package main
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"database/sql"
|
"database/sql"
|
||||||
_ "github.com/bmizerany/pq"
|
_ "github.com/lib/pq"
|
||||||
"log"
|
"log"
|
||||||
"fmt"
|
"fmt"
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue