diff options
author | Felix Lange <fjl@twurst.com> | 2017-01-11 02:33:17 +0800 |
---|---|---|
committer | Felix Lange <fjl@twurst.com> | 2017-01-11 05:33:24 +0800 |
commit | d78f9b834ade0f1ebcf2532bf90d01c85ad50a8e (patch) | |
tree | dd03906433e1032a0b185910773206246d8a1556 /vendor/github.com/maruel/panicparse/vendor.yml | |
parent | 02b67558e8eaa7b34a28b8dd0223824bbbb52349 (diff) | |
download | dexon-d78f9b834ade0f1ebcf2532bf90d01c85ad50a8e.tar dexon-d78f9b834ade0f1ebcf2532bf90d01c85ad50a8e.tar.gz dexon-d78f9b834ade0f1ebcf2532bf90d01c85ad50a8e.tar.bz2 dexon-d78f9b834ade0f1ebcf2532bf90d01c85ad50a8e.tar.lz dexon-d78f9b834ade0f1ebcf2532bf90d01c85ad50a8e.tar.xz dexon-d78f9b834ade0f1ebcf2532bf90d01c85ad50a8e.tar.zst dexon-d78f9b834ade0f1ebcf2532bf90d01c85ad50a8e.zip |
vendor: update all dependencies except Azure SDK
The Azure SDK doesn't support Go 1.5 anymore. We can't upgrade it until
Go 1.8 comes out.
Diffstat (limited to 'vendor/github.com/maruel/panicparse/vendor.yml')
-rw-r--r-- | vendor/github.com/maruel/panicparse/vendor.yml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/vendor/github.com/maruel/panicparse/vendor.yml b/vendor/github.com/maruel/panicparse/vendor.yml new file mode 100644 index 000000000..ff3d43f5f --- /dev/null +++ b/vendor/github.com/maruel/panicparse/vendor.yml @@ -0,0 +1,17 @@ +vendors: +- path: github.com/kr/pretty + rev: 737b74a46c4bf788349f72cb256fed10aea4d0ac +- path: github.com/kr/text + rev: 7cafcd837844e784b526369c9bce262804aebc60 +- path: github.com/maruel/ut + rev: a9c9f15ccfa6f8b90182a53df32f4745586fbae3 +- path: github.com/mattn/go-colorable + rev: 9056b7a9f2d1f2d96498d6d146acd1f9d5ed3d59 +- path: github.com/mattn/go-isatty + rev: 56b76bdf51f7708750eac80fa38b952bb9f32639 +- path: github.com/mgutz/ansi + rev: c286dcecd19ff979eeb73ea444e479b903f2cfcb +- path: github.com/pmezard/go-difflib + rev: 792786c7400a136282c1664665ae0a8db921c6c2 +- path: golang.org/x/sys + rev: a646d33e2ee3172a661fc09bca23bb4889a41bc8 |