mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-18 13:47:29 -06:00
[chore] Validate/set account domain (#619)
* add miekg/dns dependency * set/validate accountDomain
This commit is contained in:
parent
dfdc473cef
commit
cf5c6d724d
304 changed files with 34218 additions and 1 deletions
8
vendor/modules.txt
vendored
8
vendor/modules.txt
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue