Update deps

This commit is contained in:
Frank Denis 2019-06-24 14:55:34 +02:00
parent 5d130cdf0b
commit d80e72365f
187 changed files with 3462 additions and 1081 deletions

View file

@ -54,7 +54,7 @@ func (rr *TSIG) String() string {
return s
}
func (rr *TSIG) parse(c *zlexer, origin, file string) *ParseError {
func (rr *TSIG) parse(c *zlexer, origin string) *ParseError {
panic("dns: internal error: parse should never be called on TSIG")
}