diff options
author | John Olheiser <john.olheiser@gmail.com> | 2023-01-29 09:49:51 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-29 09:49:51 -0600 |
commit | 2052a9e2b4e17704849e0968762ad7d51fe9d7b7 (patch) | |
tree | 67e5bd1921e3c82308d504990fe77fc79920e89c /go.mod | |
parent | e88b529b31696331393e29561bab3c60bf876ee7 (diff) | |
download | gitea-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.mod | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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 |