diff options
author | Jeffrey Wilcke <jeffrey@ethereum.org> | 2015-05-14 19:06:13 +0800 |
---|---|---|
committer | Jeffrey Wilcke <jeffrey@ethereum.org> | 2015-05-14 19:06:13 +0800 |
commit | 7fa740996cf01b56a734e579fcfcd9c2e8585ac5 (patch) | |
tree | 23a9fcf8248a12570e67155c21263f50df014f39 /Godeps/Godeps.json | |
parent | c7a13c9be86417848582a2ab6704586f92dff27c (diff) | |
parent | 5f706cd7f5a97b3354b23de4273009f08586ff04 (diff) | |
download | dexon-7fa740996cf01b56a734e579fcfcd9c2e8585ac5.tar dexon-7fa740996cf01b56a734e579fcfcd9c2e8585ac5.tar.gz dexon-7fa740996cf01b56a734e579fcfcd9c2e8585ac5.tar.bz2 dexon-7fa740996cf01b56a734e579fcfcd9c2e8585ac5.tar.lz dexon-7fa740996cf01b56a734e579fcfcd9c2e8585ac5.tar.xz dexon-7fa740996cf01b56a734e579fcfcd9c2e8585ac5.tar.zst dexon-7fa740996cf01b56a734e579fcfcd9c2e8585ac5.zip |
Merge pull request #960 from fjl/nat-fixes
p2p/nat: fix UPnP auto discovery
Diffstat (limited to 'Godeps/Godeps.json')
-rw-r--r-- | Godeps/Godeps.json | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/Godeps/Godeps.json b/Godeps/Godeps.json index 0a7f0110a..f0d16330f 100644 --- a/Godeps/Godeps.json +++ b/Godeps/Godeps.json @@ -27,7 +27,7 @@ }, { "ImportPath": "github.com/huin/goupnp", - "Rev": "4191d8a85005844ea202fde52799681971b12dfe" + "Rev": "c57ae84388ab59076fd547f1abeab71c2edb0a21" }, { "ImportPath": "github.com/jackpal/go-nat-pmp", @@ -90,6 +90,18 @@ "Rev": "4ed45ec682102c643324fae5dff8dab085b6c300" }, { + "ImportPath": "golang.org/x/net/html", + "Rev": "e0403b4e005737430c05a57aac078479844f919c" + }, + { + "ImportPath": "golang.org/x/text/encoding", + "Rev": "c93e7c9fff19fb9139b5ab04ce041833add0134e" + }, + { + "ImportPath": "golang.org/x/text/transform", + "Rev": "c93e7c9fff19fb9139b5ab04ce041833add0134e" + }, + { "ImportPath": "gopkg.in/check.v1", "Rev": "64131543e7896d5bcc6bd5a76287eb75ea96c673" }, |