[PR #141] [MERGED] Fix import path of go-sdk #15178

Closed
opened 2025-11-02 11:40:38 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/141
Author: @strk
Created: 11/11/2016
Status: Merged
Merged: 11/11/2016
Merged by: @lunny

Base: masterHead: go-sdk-pathfix


📝 Commits (1)

  • a3c916f Fix import path of go-sdk

📊 Changes

61 files changed (+36 additions, -36 deletions)

View changed files

📝 models/action.go (+1 -1)
📝 models/issue.go (+1 -1)
📝 models/issue_comment.go (+1 -1)
📝 models/issue_label.go (+1 -1)
📝 models/pull.go (+1 -1)
📝 models/repo.go (+1 -1)
📝 models/user.go (+1 -1)
📝 models/webhook.go (+1 -1)
📝 models/webhook_slack.go (+1 -1)
📝 routers/api/v1/admin/org.go (+1 -1)
📝 routers/api/v1/admin/org_team.go (+1 -1)
📝 routers/api/v1/admin/repo.go (+1 -1)
📝 routers/api/v1/admin/user.go (+1 -1)
📝 routers/api/v1/api.go (+1 -1)
📝 routers/api/v1/convert/convert.go (+1 -1)
📝 routers/api/v1/misc/markdown.go (+1 -1)
📝 routers/api/v1/org/org.go (+1 -1)
📝 routers/api/v1/org/team.go (+1 -1)
📝 routers/api/v1/repo/branch.go (+1 -1)
📝 routers/api/v1/repo/collaborators.go (+1 -1)

...and 41 more files

📄 Description

From code.gitea.io/go-sdk/gitea
To code.gitea.io/sdk/gitea

Deprecates #140


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/go-gitea/gitea/pull/141 **Author:** [@strk](https://github.com/strk) **Created:** 11/11/2016 **Status:** ✅ Merged **Merged:** 11/11/2016 **Merged by:** [@lunny](https://github.com/lunny) **Base:** `master` ← **Head:** `go-sdk-pathfix` --- ### 📝 Commits (1) - [`a3c916f`](https://github.com/go-gitea/gitea/commit/a3c916f43e00d6789bd74c7693860a919b7d6a13) Fix import path of go-sdk ### 📊 Changes **61 files changed** (+36 additions, -36 deletions) <details> <summary>View changed files</summary> 📝 `models/action.go` (+1 -1) 📝 `models/issue.go` (+1 -1) 📝 `models/issue_comment.go` (+1 -1) 📝 `models/issue_label.go` (+1 -1) 📝 `models/pull.go` (+1 -1) 📝 `models/repo.go` (+1 -1) 📝 `models/user.go` (+1 -1) 📝 `models/webhook.go` (+1 -1) 📝 `models/webhook_slack.go` (+1 -1) 📝 `routers/api/v1/admin/org.go` (+1 -1) 📝 `routers/api/v1/admin/org_team.go` (+1 -1) 📝 `routers/api/v1/admin/repo.go` (+1 -1) 📝 `routers/api/v1/admin/user.go` (+1 -1) 📝 `routers/api/v1/api.go` (+1 -1) 📝 `routers/api/v1/convert/convert.go` (+1 -1) 📝 `routers/api/v1/misc/markdown.go` (+1 -1) 📝 `routers/api/v1/org/org.go` (+1 -1) 📝 `routers/api/v1/org/team.go` (+1 -1) 📝 `routers/api/v1/repo/branch.go` (+1 -1) 📝 `routers/api/v1/repo/collaborators.go` (+1 -1) _...and 41 more files_ </details> ### 📄 Description From code.gitea.io/go-sdk/gitea To code.gitea.io/sdk/gitea Deprecates #140 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-02 11:40:38 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#15178