diff options
Diffstat (limited to 'bridge/core/auth/credential_base.go')
-rw-r--r-- | bridge/core/auth/credential_base.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bridge/core/auth/credential_base.go b/bridge/core/auth/credential_base.go index f9d1bf67d..9b6c1828e 100644 --- a/bridge/core/auth/credential_base.go +++ b/bridge/core/auth/credential_base.go @@ -7,8 +7,8 @@ import ( "strings" "time" - "github.com/MichaelMure/git-bug/bridge/core" - "github.com/MichaelMure/git-bug/repository" + "github.com/git-bug/git-bug/bridge/core" + "github.com/git-bug/git-bug/repository" ) type credentialBase struct { |