Commit 27a1e9f1 authored by Holger Koser's avatar Holger Koser

vendor: revendor

parent e46f2ebe
hash: 2f68b742168a81ebbe604be42801d37e9da71dff5aeb6b8f8e91ed81ff0edec0 hash: 1207c251a7dab3b824746d66219beabc40f0b1d3c08ed90ac50f5bbdb8872631
updated: 2017-01-09T14:51:09.514065012-08:00 updated: 2017-01-25T20:32:43.599648533+01:00
imports: imports:
- name: github.com/beevik/etree - name: github.com/beevik/etree
version: 4cd0dd976db869f817248477718071a28e978df0 version: 4cd0dd976db869f817248477718071a28e978df0
...@@ -46,7 +46,7 @@ imports: ...@@ -46,7 +46,7 @@ imports:
subpackages: subpackages:
- cacheobject - cacheobject
- name: github.com/russellhaering/goxmldsig - name: github.com/russellhaering/goxmldsig
version: d9f653eb27ee8b145f7d5a45172e81a93def0860 version: e2990269f42f6ddfea940870a0800a14acdb8c21
- name: github.com/Sirupsen/logrus - name: github.com/Sirupsen/logrus
version: d26492970760ca5d33129d2d799e34be5c4782eb version: d26492970760ca5d33129d2d799e34be5c4782eb
- name: github.com/spf13/cobra - name: github.com/spf13/cobra
......
...@@ -84,6 +84,9 @@ func (a attrsByKey) Less(i, j int) bool { ...@@ -84,6 +84,9 @@ func (a attrsByKey) Less(i, j int) bool {
if a[i].Space == "" && a[i].Key == "xmlns" { if a[i].Space == "" && a[i].Key == "xmlns" {
return true return true
} }
if a[j].Space == "" && a[j].Key == "xmlns" {
return false
}
if a[i].Space == "xmlns" { if a[i].Space == "xmlns" {
if a[j].Space == "xmlns" { if a[j].Space == "xmlns" {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment