diff options
author | Earl Warren <contact@earl-warren.org> | 2025-01-03 09:45:02 +0100 |
---|---|---|
committer | Earl Warren <contact@earl-warren.org> | 2025-01-03 09:50:15 +0100 |
commit | 283843677e30bd8f1b18ee59d13e459694f4b599 (patch) | |
tree | d434bb019bb66829cedd34a2e2ab6dd6316547a7 /go.mod | |
parent | Merge pull request 'feat(webhook): sourcehut: submit SSH URL for private repo... (diff) | |
download | forgejo-283843677e30bd8f1b18ee59d13e459694f4b599.tar.xz forgejo-283843677e30bd8f1b18ee59d13e459694f4b599.zip |
chore(ci): use mirror for obtaining go-xsd-duration
sr.ht is currently less available than code.forgejo.org
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -289,3 +289,5 @@ replace github.com/mholt/archiver/v3 => code.forgejo.org/forgejo/archiver/v3 v3. replace github.com/goccy/go-json => github.com/grafana/go-json v0.0.0-20241210211703-a119ee5a0a3b replace github.com/gliderlabs/ssh => code.forgejo.org/forgejo/ssh v0.0.0-20241211213324-5fc306ca0616 + +replace git.sr.ht/~mariusor/go-xsd-duration => code.forgejo.org/forgejo/go-xsd-duration v0.0.0-20220703122237-02e73435a078 |