database/pgsql: move token lib

This commit is contained in:
Jimmy Zelinskie 2017-08-21 16:25:13 -04:00
parent 355f1e6d98
commit 4491bedf2e
2 changed files with 1 additions and 1 deletions

View File

@ -31,9 +31,9 @@ import (
"github.com/remind101/migrate"
log "github.com/sirupsen/logrus"
"github.com/coreos/clair/api/token"
"github.com/coreos/clair/database"
"github.com/coreos/clair/database/pgsql/migrations"
"github.com/coreos/clair/database/pgsql/token"
"github.com/coreos/clair/pkg/commonerr"
)