Skip to content

Commit

Permalink
database/pgsql: move token lib
Browse files Browse the repository at this point in the history
  • Loading branch information
jzelinskie committed Aug 21, 2017
1 parent 355f1e6 commit 4491bed
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion database/pgsql/pgsql.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
)

Expand Down
File renamed without changes.

0 comments on commit 4491bed

Please sign in to comment.