diff options
Diffstat (limited to 'bridge/core')
-rw-r--r-- | bridge/core/token.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bridge/core/token.go b/bridge/core/token.go index 09294e49..9f06e73c 100644 --- a/bridge/core/token.go +++ b/bridge/core/token.go @@ -8,9 +8,9 @@ import ( "strings" "time" - "github.com/MichaelMure/git-bug/entity" "github.com/araddon/dateparse" + "github.com/MichaelMure/git-bug/entity" "github.com/MichaelMure/git-bug/repository" ) |