diff options
author | Matěj Cepl <mcepl@cepl.eu> | 2024-11-03 01:02:33 +0100 |
---|---|---|
committer | Matěj Cepl <mcepl@cepl.eu> | 2024-11-03 01:02:33 +0100 |
commit | dfe646798ba4b144586398d1dfaf29f57f8225e2 (patch) | |
tree | c4e4372c6f5c928f1a30f6aa09fcf540487b78e0 /commands | |
parent | dbb9526b247f1d197ec9a524e34f6ca4c25cdd4a (diff) | |
download | git-bug-dfe646798ba4b144586398d1dfaf29f57f8225e2.tar.gz |
Update deps
Diffstat (limited to 'commands')
-rw-r--r-- | commands/export.go | 4 |
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 { |