commit | 1f49bf54632d764fb201c185fc576511d73626d8 | [log] [tgz] |
---|---|---|
author | Matteo Scandolo <matteo.scandolo@gmail.com> | Tue Nov 20 13:56:45 2018 -0800 |
committer | Matteo Scandolo <matteo.scandolo@gmail.com> | Tue Nov 20 14:19:39 2018 -0800 |
tree | 9de62285e4fd1cfb28ab8831c172aaf33a6d447f | |
parent | 5be70a1ee9889d8d5c90b30aa7bfbc99a9cb6e9d [diff] [blame] |
Migrating from govendor to go dep Change-Id: I08f2863450e141f1fed0bdef4b9ba64157c7289d
diff --git a/vendor/github.com/Sirupsen/logrus/alt_exit.go b/vendor/github.com/Sirupsen/logrus/alt_exit.go index b4c9e84..8af9063 100644 --- a/vendor/github.com/Sirupsen/logrus/alt_exit.go +++ b/vendor/github.com/Sirupsen/logrus/alt_exit.go
@@ -1,7 +1,7 @@ package logrus // The following code was sourced and modified from the -// https://bitbucket.org/tebeka/atexit package governed by the following license: +// https://github.com/tebeka/atexit package governed by the following license: // // Copyright (c) 2012 Miki Tebeka <miki.tebeka@gmail.com>. //