summaryrefslogtreecommitdiffstatshomepage
path: root/query
diff options
context:
space:
mode:
Diffstat (limited to 'query')
-rw-r--r--query/parser.go2
-rw-r--r--query/parser_test.go2
-rw-r--r--query/query.go2
3 files changed, 3 insertions, 3 deletions
diff --git a/query/parser.go b/query/parser.go
index 03b36c0d..722045f5 100644
--- a/query/parser.go
+++ b/query/parser.go
@@ -3,7 +3,7 @@ package query
import (
"fmt"
- "github.com/MichaelMure/git-bug/entities/common"
+ "github.com/git-bug/git-bug/entities/common"
)
// Parse parse a query DSL
diff --git a/query/parser_test.go b/query/parser_test.go
index f2aeb0e9..a75250de 100644
--- a/query/parser_test.go
+++ b/query/parser_test.go
@@ -5,7 +5,7 @@ import (
"github.com/stretchr/testify/require"
- "github.com/MichaelMure/git-bug/entities/common"
+ "github.com/git-bug/git-bug/entities/common"
)
func TestParse(t *testing.T) {
diff --git a/query/query.go b/query/query.go
index 6b53ecd9..fecee212 100644
--- a/query/query.go
+++ b/query/query.go
@@ -1,7 +1,7 @@
package query
import (
- "github.com/MichaelMure/git-bug/entities/common"
+ "github.com/git-bug/git-bug/entities/common"
)
// Query is the intermediary representation of a Bug's query. It is either