mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-09-14 23:07:14 +00:00
chore(build): use a stable mirror for go-libravatar
It is not actively maintained and https://strk.kbt.io/git/go-libravatar.git may be unavailable at times. Instead of using the GitLab mirror, setup a mirror in Forgejo space, where it is under the control of Forgejo contributors. Fixes: https://codeberg.org/forgejo/forgejo/issues/5320
This commit is contained in:
parent
dae4c5ff09
commit
a05eae5615
4 changed files with 9 additions and 9 deletions
2
go.mod
2
go.mod
|
@ -4,6 +4,7 @@ go 1.23.1
|
|||
|
||||
require (
|
||||
code.forgejo.org/f3/gof3/v3 v3.7.0
|
||||
code.forgejo.org/forgejo-contrib/go-libravatar v0.0.0-20191008002943-06d1c002b251
|
||||
code.forgejo.org/forgejo/reply v1.0.2
|
||||
code.forgejo.org/go-chi/cache v0.0.0-20240912103640-dcb08fba860d
|
||||
code.forgejo.org/go-chi/captcha v0.0.0-20240905153133-df43b9250ed5
|
||||
|
@ -113,7 +114,6 @@ require (
|
|||
gopkg.in/ini.v1 v1.67.0
|
||||
gopkg.in/yaml.v3 v3.0.1
|
||||
mvdan.cc/xurls/v2 v2.5.0
|
||||
strk.kbt.io/projects/go/libravatar v0.0.0-20191008002943-06d1c002b251
|
||||
xorm.io/builder v0.3.13
|
||||
xorm.io/xorm v1.3.9
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue