aboutsummaryrefslogtreecommitdiffstats
path: root/services/migrations/error.go
diff options
context:
space:
mode:
authorharryzcy <harry@harryzheng.com>2023-04-08 07:27:30 -0400
committerGitHub <noreply@github.com>2023-04-08 19:27:30 +0800
commit1ee45305e051e7df23ee401382a929376f2fb323 (patch)
tree1272ef8a5449e51189295528ec89f83d467ea90f /services/migrations/error.go
parent5e1bd8af5f16f9db88cfeb5b80bdf731435cacfb (diff)
downloadgitea-1ee45305e051e7df23ee401382a929376f2fb323.tar.gz
gitea-1ee45305e051e7df23ee401382a929376f2fb323.zip
Update github.com/google/go-github to v51 (#23946)
`github.com/google/go-github` has new major version releases frequently. It is required to update all import path, in additional to `go.mod`
Diffstat (limited to 'services/migrations/error.go')
-rw-r--r--services/migrations/error.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/services/migrations/error.go b/services/migrations/error.go
index 46d303ac8e..5f0388a497 100644
--- a/services/migrations/error.go
+++ b/services/migrations/error.go
@@ -7,7 +7,7 @@ package migrations
import (
"errors"
- "github.com/google/go-github/v45/github"
+ "github.com/google/go-github/v51/github"
)
// ErrRepoNotCreated returns the error that repository not created