Skip to content

Commit

Permalink
Merge pull request #6 from axiomzen/bastian/use-github-for-pg
Browse files Browse the repository at this point in the history
Use GitHub for pg
  • Loading branch information
turbolent authored Jun 21, 2017
2 parents 7c7aa18 + ad65eb5 commit 76255e2
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.v5/types"
"github.com/go-pg/pg/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.v5/types"
"github.com/go-pg/pg/types"
)

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

0 comments on commit 76255e2

Please sign in to comment.