diff options
Diffstat (limited to 'bridge/core/interfaces.go')
-rw-r--r-- | bridge/core/interfaces.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bridge/core/interfaces.go b/bridge/core/interfaces.go index 3d212f29..00b7a70e 100644 --- a/bridge/core/interfaces.go +++ b/bridge/core/interfaces.go @@ -4,7 +4,7 @@ import ( "context" "time" - "github.com/MichaelMure/git-bug/cache" + "github.com/git-bug/git-bug/cache" ) type Configuration map[string]string |