aboutsummaryrefslogtreecommitdiffstats
path: root/commands
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@cepl.eu>2024-11-03 01:02:33 +0100
committerMatěj Cepl <mcepl@cepl.eu>2024-11-03 01:02:33 +0100
commitdfe646798ba4b144586398d1dfaf29f57f8225e2 (patch)
treec4e4372c6f5c928f1a30f6aa09fcf540487b78e0 /commands
parentdbb9526b247f1d197ec9a524e34f6ca4c25cdd4a (diff)
downloadgit-bug-dfe646798ba4b144586398d1dfaf29f57f8225e2.tar.gz
Update deps
Diffstat (limited to 'commands')
-rw-r--r--commands/export.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/commands/export.go b/commands/export.go
index 8a770fc1..9cd034b1 100644
--- a/commands/export.go
+++ b/commands/export.go
@@ -5,8 +5,8 @@ import (
"github.com/spf13/cobra"
- "github.com/MichaelMure/git-bug/bug"
- "github.com/MichaelMure/git-bug/entity"
+ "github.com/git-bug/git-bug/bug"
+ "github.com/git-bug/git-bug/entity"
)
type exportOptions struct {