diff options
Diffstat (limited to 'vendor/modules.txt')
-rw-r--r-- | vendor/modules.txt | 8 |
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 |