Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
D
dex
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
go
dex
Commits
27a1e9f1
Commit
27a1e9f1
authored
Jan 26, 2017
by
Holger Koser
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
vendor: revendor
parent
e46f2ebe
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
3 deletions
+6
-3
glide.lock
glide.lock
+3
-3
canonicalize.go
vendor/github.com/russellhaering/goxmldsig/canonicalize.go
+3
-0
No files found.
glide.lock
View file @
27a1e9f1
hash:
2f68b742168a81ebbe604be42801d37e9da71dff5aeb6b8f8e91ed81ff0edec0
updated: 2017-01-
09T14:51:09.514065012-08
:00
hash:
1207c251a7dab3b824746d66219beabc40f0b1d3c08ed90ac50f5bbdb8872631
updated: 2017-01-
25T20:32:43.599648533+01
:00
imports:
- name: github.com/beevik/etree
version: 4cd0dd976db869f817248477718071a28e978df0
...
...
@@ -46,7 +46,7 @@ imports:
subpackages:
- cacheobject
- name: github.com/russellhaering/goxmldsig
version:
d9f653eb27ee8b145f7d5a45172e81a93def0860
version:
e2990269f42f6ddfea940870a0800a14acdb8c21
- name: github.com/Sirupsen/logrus
version: d26492970760ca5d33129d2d799e34be5c4782eb
- name: github.com/spf13/cobra
...
...
vendor/github.com/russellhaering/goxmldsig/canonicalize.go
View file @
27a1e9f1
...
...
@@ -84,6 +84,9 @@ func (a attrsByKey) Less(i, j int) bool {
if
a
[
i
]
.
Space
==
""
&&
a
[
i
]
.
Key
==
"xmlns"
{
return
true
}
if
a
[
j
]
.
Space
==
""
&&
a
[
j
]
.
Key
==
"xmlns"
{
return
false
}
if
a
[
i
]
.
Space
==
"xmlns"
{
if
a
[
j
]
.
Space
==
"xmlns"
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment