aboutsummaryrefslogtreecommitdiffstats
path: root/bug/operation_pack.go
diff options
context:
space:
mode:
authorMichael Muré <batolettre@gmail.com>2018-08-13 18:32:11 +0200
committerMichael Muré <batolettre@gmail.com>2018-08-13 18:39:19 +0200
commit4c850b598939536b2e09ed520e427e94d0026211 (patch)
tree99c08f0e853cca023bcf5e6044964c630ae52299 /bug/operation_pack.go
parentdf144e727a858ed07e3c9328d91efe052c4781e1 (diff)
downloadgit-bug-4c850b598939536b2e09ed520e427e94d0026211.tar.gz
cleanup go imports
Diffstat (limited to 'bug/operation_pack.go')
-rw-r--r--bug/operation_pack.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/bug/operation_pack.go b/bug/operation_pack.go
index 5de60bde..307c0109 100644
--- a/bug/operation_pack.go
+++ b/bug/operation_pack.go
@@ -3,6 +3,7 @@ package bug
import (
"bytes"
"encoding/gob"
+
"github.com/MichaelMure/git-bug/repository"
"github.com/MichaelMure/git-bug/util"
)