mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2024-05-11 05:55:12 +00:00
update some dependencies (#208)
* update some dependencies * some more * add these * remove things? * regen
This commit is contained in:
2
vendor/github.com/google/go-github/github/issues_labels.go
generated
vendored
2
vendor/github.com/google/go-github/github/issues_labels.go
generated
vendored
@ -19,7 +19,7 @@ type Label struct {
|
||||
}
|
||||
|
||||
func (l Label) String() string {
|
||||
return fmt.Sprint(*l.Name)
|
||||
return Stringify(l)
|
||||
}
|
||||
|
||||
// ListLabels lists all labels for a repository.
|
||||
|
Reference in New Issue
Block a user