summaryrefslogtreecommitdiff
path: root/vendor/modules.txt
diff options
context:
space:
mode:
authorLibravatar tobi <31960611+tsmethurst@users.noreply.github.com>2022-06-11 11:09:31 +0200
committerLibravatar GitHub <noreply@github.com>2022-06-11 11:09:31 +0200
commitcf5c6d724d381a867a7ff5d82fb9432e26c395e8 (patch)
tree859bb6fa4a3de2fdcb218b24bb33ab7219e80ce7 /vendor/modules.txt
parent[chore] Webfinger rework (#627) (diff)
downloadgotosocial-cf5c6d724d381a867a7ff5d82fb9432e26c395e8.tar.xz
[chore] Validate/set account domain (#619)
* add miekg/dns dependency * set/validate accountDomain
Diffstat (limited to 'vendor/modules.txt')
-rw-r--r--vendor/modules.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/vendor/modules.txt b/vendor/modules.txt
index b8b794be8..c80c0d0b9 100644
--- a/vendor/modules.txt
+++ b/vendor/modules.txt
@@ -224,6 +224,9 @@ github.com/mattn/go-isatty
## explicit; go 1.16
github.com/microcosm-cc/bluemonday
github.com/microcosm-cc/bluemonday/css
+# github.com/miekg/dns v1.1.49
+## explicit; go 1.14
+github.com/miekg/dns
# github.com/mitchellh/mapstructure v1.5.0
## explicit; go 1.14
github.com/mitchellh/mapstructure
@@ -568,12 +571,17 @@ golang.org/x/crypto/ssh/internal/bcrypt_pbkdf
golang.org/x/mod/semver
# golang.org/x/net v0.0.0-20220524220425-1d687d428aca
## explicit; go 1.17
+golang.org/x/net/bpf
golang.org/x/net/context
golang.org/x/net/context/ctxhttp
golang.org/x/net/html
golang.org/x/net/html/atom
golang.org/x/net/http/httpguts
golang.org/x/net/idna
+golang.org/x/net/internal/iana
+golang.org/x/net/internal/socket
+golang.org/x/net/ipv4
+golang.org/x/net/ipv6
# golang.org/x/oauth2 v0.0.0-20220411215720-9780585627b5
## explicit; go 1.11
golang.org/x/oauth2