aboutsummaryrefslogtreecommitdiffstats
path: root/query/query.go
diff options
context:
space:
mode:
Diffstat (limited to 'query/query.go')
-rw-r--r--query/query.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/query/query.go b/query/query.go
index cce61a54..db507499 100644
--- a/query/query.go
+++ b/query/query.go
@@ -1,6 +1,6 @@
package query
-import "github.com/MichaelMure/git-bug/bug"
+import "github.com/MichaelMure/git-bug/entities/bug"
// Query is the intermediary representation of a Bug's query. It is either
// produced by parsing a query string (ex: "status:open author:rene") or created