Skip to content
This repository was archived by the owner on Jun 8, 2019. It is now read-only.

SDK depends on Gitea #177

Closed
jonasfranz opened this issue Jun 4, 2019 · 1 comment · Fixed by go-gitea/gitea#7127
Closed

SDK depends on Gitea #177

jonasfranz opened this issue Jun 4, 2019 · 1 comment · Fixed by go-gitea/gitea#7127

Comments

@jonasfranz
Copy link
Member

go-sdk depends currently on code.gitea.io/gitea that implicates that all dependencies of gitea are needed to for go-sdk. We should consider fixing this since it will increase the size of binaries of tools using the sdk.

@lunny
Copy link
Member

lunny commented Jun 5, 2019

In fact, it only depends code.gitea.io/gitea/modules/structs, but go mod will require all the packages of gitea. Maybe we should put go.mod on code.gitea.io/gitea/modules/structs to fix this problem?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants