Merge pull request #450 from jzelinskie/move-token

database/pgsql: move token lib
This commit is contained in:
Jimmy Zelinskie 2017-08-31 04:37:51 -04:00 committed by GitHub
commit 1f288ab3c3
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"
)