diff options
Diffstat (limited to 'services/migrations/error.go')
-rw-r--r-- | services/migrations/error.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/services/migrations/error.go b/services/migrations/error.go index 3b3f975012..d26fa8112c 100644 --- a/services/migrations/error.go +++ b/services/migrations/error.go @@ -8,7 +8,7 @@ package migrations import ( "errors" - "github.com/google/go-github/v39/github" + "github.com/google/go-github/v45/github" ) // ErrRepoNotCreated returns the error that repository not created |