mirror of
https://github.com/status-im/consul.git
synced 2025-01-10 22:06:20 +00:00
Updates go-immutable-radix to pull in caching fix.
This commit is contained in:
parent
099345fbbc
commit
a46ed7fa32
2
Godeps/Godeps.json
generated
2
Godeps/Godeps.json
generated
@ -122,7 +122,7 @@
|
||||
},
|
||||
{
|
||||
"ImportPath": "github.com/hashicorp/go-immutable-radix",
|
||||
"Rev": "8e8ed81f8f0bf1bdd829593fdd5c29922c1ea990"
|
||||
"Rev": "afc5a0dbb18abdf82c277a7bc01533e81fa1d6b8"
|
||||
},
|
||||
{
|
||||
"ImportPath": "github.com/hashicorp/go-memdb",
|
||||
|
2
vendor/github.com/hashicorp/go-immutable-radix/iradix.go
generated
vendored
2
vendor/github.com/hashicorp/go-immutable-radix/iradix.go
generated
vendored
@ -89,7 +89,7 @@ func (t *Txn) writeNode(n *Node) *Node {
|
||||
}
|
||||
|
||||
// Mark this node as modified
|
||||
t.modified.Add(n, nil)
|
||||
t.modified.Add(nc, nil)
|
||||
return nc
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user