summaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorJohn Olheiser <john.olheiser@gmail.com>2023-01-29 09:49:51 -0600
committerGitHub <noreply@github.com>2023-01-29 09:49:51 -0600
commit2052a9e2b4e17704849e0968762ad7d51fe9d7b7 (patch)
tree67e5bd1921e3c82308d504990fe77fc79920e89c /go.mod
parente88b529b31696331393e29561bab3c60bf876ee7 (diff)
downloadgitea-2052a9e2b4e17704849e0968762ad7d51fe9d7b7.tar.gz
gitea-2052a9e2b4e17704849e0968762ad7d51fe9d7b7.zip
Consume hcaptcha and pwn deps (#22610)
This PR just consumes the [hcaptcha](https://gitea.com/jolheiser/hcaptcha) and [haveibeenpwned](https://gitea.com/jolheiser/pwn) modules directly into Gitea. Also let this serve as a notice that I'm fine with transferring my license (which was already MIT) from my own name to "The Gitea Authors". Signed-off-by: jolheiser <john.olheiser@gmail.com>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 0 insertions, 2 deletions
diff --git a/go.mod b/go.mod
index b69f290ae1..f1d7773110 100644
--- a/go.mod
+++ b/go.mod
@@ -96,8 +96,6 @@ require (
github.com/yuin/goldmark v1.5.3
github.com/yuin/goldmark-highlighting/v2 v2.0.0-20220924101305-151362477c87
github.com/yuin/goldmark-meta v1.1.0
- go.jolheiser.com/hcaptcha v0.0.4
- go.jolheiser.com/pwn v0.0.3
golang.org/x/crypto v0.4.0
golang.org/x/net v0.4.0
golang.org/x/oauth2 v0.3.0