Skip to content

Commit

Permalink
Merge pull request #5 from axiomzen/update-pg
Browse files Browse the repository at this point in the history
update to pg v5
  • Loading branch information
Chris S authored Mar 2, 2017
2 parents 5bdd1bc + 8775436 commit 7c7aa18
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion time.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
"github.com/axiomzen/null/format"

"gopkg.in/mgo.v2/bson"
"gopkg.in/pg.v4/types"
"gopkg.in/pg.v5/types"
)

// Time is a nullable time.Time. It supports SQL and JSON serialization.
Expand Down
2 changes: 1 addition & 1 deletion zero/time.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
"github.com/axiomzen/null/format"

"gopkg.in/mgo.v2/bson"
"gopkg.in/pg.v4/types"
"gopkg.in/pg.v5/types"
)

// Time is a zeroable time.Time.
Expand Down

0 comments on commit 7c7aa18

Please sign in to comment.