1
0
mirror of https://github.com/Lusitaniae/apache_exporter.git synced 2025-07-30 12:03:06 +03:00

Add the updated vendor directory

This commit is contained in:
Rajat Vig
2019-07-09 16:49:31 -07:00
parent 79a075c59a
commit a7848780e7
282 changed files with 38107 additions and 9400 deletions

View File

@ -246,7 +246,8 @@ func equalExtMap(base reflect.Type, em1, em2 map[int32]Extension) bool {
return false
}
m1, m2 := e1.value, e2.value
m1 := extensionAsLegacyType(e1.value)
m2 := extensionAsLegacyType(e2.value)
if m1 == nil && m2 == nil {
// Both have only encoded form.