diff options
Diffstat (limited to 'db/pgsql.go')
| -rw-r--r-- | db/pgsql.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/db/pgsql.go b/db/pgsql.go index db850c2..63a302d 100644 --- a/db/pgsql.go +++ b/db/pgsql.go @@ -6,9 +6,9 @@ import ( "fmt" "net" - "github.com/felix/dhtsearch/models" "github.com/jackc/pgx" "github.com/jackc/pgx/pgtype" + "src.userspace.com.au/dhtsearch/models" ) // Store is a store |
