diff options
author | Péter Szilágyi <peterke@gmail.com> | 2015-11-24 23:24:43 +0800 |
---|---|---|
committer | Péter Szilágyi <peterke@gmail.com> | 2015-11-24 23:24:43 +0800 |
commit | 2c42e54519afaa5426e9c389fa2ee911b0699baa (patch) | |
tree | 3f7791cf54d06fc2d0061faa22c5d0025ab7a8a3 /Godeps/Godeps.json | |
parent | b0fb48c389460193d9fc0a5118d79ff6dec48ce0 (diff) | |
download | go-tangerine-2c42e54519afaa5426e9c389fa2ee911b0699baa.tar go-tangerine-2c42e54519afaa5426e9c389fa2ee911b0699baa.tar.gz go-tangerine-2c42e54519afaa5426e9c389fa2ee911b0699baa.tar.bz2 go-tangerine-2c42e54519afaa5426e9c389fa2ee911b0699baa.tar.lz go-tangerine-2c42e54519afaa5426e9c389fa2ee911b0699baa.tar.xz go-tangerine-2c42e54519afaa5426e9c389fa2ee911b0699baa.tar.zst go-tangerine-2c42e54519afaa5426e9c389fa2ee911b0699baa.zip |
Makefile: add support for iOS cross compilation
Diffstat (limited to 'Godeps/Godeps.json')
-rw-r--r-- | Godeps/Godeps.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Godeps/Godeps.json b/Godeps/Godeps.json index cf23ad6a6..153e61d14 100644 --- a/Godeps/Godeps.json +++ b/Godeps/Godeps.json @@ -55,7 +55,7 @@ }, { "ImportPath": "github.com/nsf/termbox-go", - "Rev": "675ffd907b7401b8a709a5ef2249978af5616bb2" + "Rev": "c4d5eeeb18b378c361f9f2a731680e8b835969ed" }, { "ImportPath": "github.com/pborman/uuid", |