-
Notifications
You must be signed in to change notification settings - Fork 98
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
10 additions
and
10 deletions.
There are no files selected for viewing
Submodule logrus
updated
34 files
+1 −0 | .gitignore | |
+1 −0 | .travis.yml | |
+24 −0 | CHANGELOG.md | |
+35 −2 | README.md | |
+18 −2 | alt_exit_test.go | |
+161 −68 | entry.go | |
+26 −0 | entry_test.go | |
+7 −1 | example_basic_test.go | |
+36 −0 | example_global_hook_test.go | |
+1 −1 | example_hook_test.go | |
+21 −0 | exported.go | |
+30 −3 | formatter.go | |
+2 −1 | go.mod | |
+3 −0 | go.sum | |
+6 −1 | hook_test.go | |
+1 −1 | hooks/syslog/syslog.go | |
+12 −0 | hooks/test/test_test.go | |
+58 −0 | internal/testutils/testutils.go | |
+12 −11 | json_formatter.go | |
+52 −2 | json_formatter_test.go | |
+62 −0 | level_test.go | |
+79 −103 | logger.go | |
+42 −0 | logger_test.go | |
+52 −16 | logrus.go | |
+234 −55 | logrus_test.go | |
+0 −13 | terminal_appengine.go | |
+0 −17 | terminal_bsd.go | |
+9 −0 | terminal_check_aix.go | |
+1 −1 | terminal_check_notappengine.go | |
+0 −21 | terminal_linux.go | |
+8 −0 | terminal_notwindows.go | |
+42 −18 | text_formatter.go | |
+7 −2 | text_formatter_test.go | |
+2 −0 | writer.go |
Submodule go-runewidth
updated
9 files
+45 −0 | benchmark_test.go | |
+3 −0 | go.mod | |
+290 −548 | runewidth.go | |
+8 −0 | runewidth_appengine.go | |
+1 −0 | runewidth_js.go | |
+3 −1 | runewidth_posix.go | |
+3 −1 | runewidth_posix_test.go | |
+110 −3 | runewidth_test.go | |
+3 −0 | runewidth_windows.go |
Submodule testify
updated
12 files
+15 −11 | .travis.yml | |
+17 −18 | LICENSE | |
+11 −2 | README.md | |
+27 −5 | assert/assertions.go | |
+10 −0 | assert/assertions_test.go | |
+7 −0 | go.mod | |
+6 −0 | go.sum | |
+2 −1 | mock/mock.go | |
+2 −0 | mock/mock_test.go | |
+1 −1 | require/requirements.go | |
+24 −0 | suite/suite.go | |
+126 −8 | suite/suite_test.go |
Submodule go4.org
updated
from 417644 to 00e24f
Submodule crypto
updated
from 5295e8 to ff983b
Submodule sys
updated
from e4b3c5 to 7fbe1c
Submodule git2go.v27
updated
from c0c294 to ecaeb7