feat: use upstream gitea.dev/sdk, remove fork replace directive

Upstream gitea/go-sdk#846 added deploy token support to the main
branch, so the fork-specific replace directive is no longer needed.

Co-authored-by: rossigee <ross@golder.org>
This commit is contained in:
Ross Golder 2026-09-10 05:36:22 +07:00
parent 16896b5046
commit 3e96e3deb5
No known key found for this signature in database
GPG key ID: 253A7E508D2D59CD
2 changed files with 3 additions and 5 deletions

4
go.mod
View file

@ -10,7 +10,7 @@ require (
charm.land/lipgloss/v2 v2.0.5
code.gitea.io/gitea-vet v0.2.3
gitea.com/noerw/unidiff-comments v0.0.0-20220822113322-50f4daa0e35c
gitea.dev/sdk v1.2.0
gitea.dev/sdk v1.2.1-0.20260909005438-872da5354b21
github.com/adrg/xdg v0.5.3
github.com/araddon/dateparse v0.0.0-20210429162001-6b43995a97de
github.com/enescakir/emoji v1.0.0
@ -85,5 +85,3 @@ require (
)
retract v1.3.3 // accidental release, tag deleted
replace gitea.dev/sdk => gitea.com/rossigee/go-sdk v1.3.0-beta.2

4
go.sum
View file

@ -12,8 +12,8 @@ code.gitea.io/gitea-vet v0.2.3 h1:gdFmm6WOTM65rE8FUBTRzeQZYzXePKSSB1+r574hWwI=
code.gitea.io/gitea-vet v0.2.3/go.mod h1:zcNbT/aJEmivCAhfmkHOlT645KNOf9W2KnkLgFjGGfE=
gitea.com/noerw/unidiff-comments v0.0.0-20220822113322-50f4daa0e35c h1:8fTkq2UaVkLHZCF+iB4wTxINmVAToe2geZGayk9LMbA=
gitea.com/noerw/unidiff-comments v0.0.0-20220822113322-50f4daa0e35c/go.mod h1:Fc8iyPm4NINRWujeIk2bTfcbGc4ZYY29/oMAAGcr4qI=
gitea.com/rossigee/go-sdk v1.3.0-beta.2 h1:OePWo+C7CHdkC1+4HT90u/dEHBTGFGeEbG72NilIIOI=
gitea.com/rossigee/go-sdk v1.3.0-beta.2/go.mod h1:xdYfzFM0frQ7G7CL9zuJWEVcSS8cDIqMjhT0V5B/Av8=
gitea.dev/sdk v1.2.1-0.20260909005438-872da5354b21 h1:XP1+FU3YNcoFFI/m64xqizHm5QdnyuAGS1YQ5qMR4rQ=
gitea.dev/sdk v1.2.1-0.20260909005438-872da5354b21/go.mod h1:DBa/K2oM30aEnEjzqwli6/ZJP6E8pvL20RzVA86Rqrw=
github.com/42wim/httpsig v1.2.4 h1:mI5bH0nm4xn7K18fo1K3okNDRq8CCJ0KbBYWyA6r8lU=
github.com/42wim/httpsig v1.2.4/go.mod h1:yKsYfSyTBEohkPik224QPFylmzEBtda/kjyIAJjh3ps=
github.com/MakeNowJust/heredoc v1.0.0 h1:cXCdzVdstXyiTqTvfqk9SDHpKNjxuom+DOlyEeQ4pzQ=