mirror of
https://github.com/DNSCrypt/dnscrypt-proxy.git
synced 2025-04-04 21:57:44 +03:00
Update deps
This commit is contained in:
parent
35d7aa0603
commit
0059194a9e
92 changed files with 19298 additions and 13340 deletions
2
vendor/golang.org/x/mod/modfile/rule.go
generated
vendored
2
vendor/golang.org/x/mod/modfile/rule.go
generated
vendored
|
@ -975,6 +975,8 @@ func (f *File) AddGoStmt(version string) error {
|
|||
var hint Expr
|
||||
if f.Module != nil && f.Module.Syntax != nil {
|
||||
hint = f.Module.Syntax
|
||||
} else if f.Syntax == nil {
|
||||
f.Syntax = new(FileSyntax)
|
||||
}
|
||||
f.Go = &Go{
|
||||
Version: version,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue