migrate to go modules from vndr
Signed-off-by: Tariq Ibrahim <tariq181290@gmail.com>
This commit is contained in:
parent
dcfe05ce6c
commit
5223c27422
503 changed files with 273730 additions and 9491 deletions
26
vendor/github.com/bshuster-repo/logrus-logstash-hook/.gitignore
generated
vendored
Normal file
26
vendor/github.com/bshuster-repo/logrus-logstash-hook/.gitignore
generated
vendored
Normal file
|
@ -0,0 +1,26 @@
|
|||
# Compiled Object files, Static and Dynamic libs (Shared Objects)
|
||||
*.o
|
||||
*.a
|
||||
*.so
|
||||
|
||||
# Folders
|
||||
_obj
|
||||
_test
|
||||
.idea
|
||||
|
||||
# Architecture specific extensions/prefixes
|
||||
*.[568vq]
|
||||
[568vq].out
|
||||
|
||||
*.cgo1.go
|
||||
*.cgo2.c
|
||||
_cgo_defun.c
|
||||
_cgo_gotypes.go
|
||||
_cgo_export.*
|
||||
|
||||
_testmain.go
|
||||
|
||||
*.exe
|
||||
*.test
|
||||
*.prof
|
||||
*.iml
|
19
vendor/github.com/bshuster-repo/logrus-logstash-hook/.travis.yml
generated
vendored
Normal file
19
vendor/github.com/bshuster-repo/logrus-logstash-hook/.travis.yml
generated
vendored
Normal file
|
@ -0,0 +1,19 @@
|
|||
language: go
|
||||
sudo: false
|
||||
|
||||
matrix:
|
||||
include:
|
||||
- go: 1.3
|
||||
- go: 1.4
|
||||
- go: 1.5
|
||||
- go: 1.6
|
||||
- go: tip
|
||||
|
||||
install:
|
||||
- # Skip
|
||||
|
||||
script:
|
||||
- go get -t -v ./...
|
||||
- diff -u <(echo -n) <(gofmt -d .)
|
||||
- go tool vet .
|
||||
- go test -v -race ./...
|
18
vendor/github.com/bshuster-repo/logrus-logstash-hook/CHANGELOG.md
generated
vendored
Normal file
18
vendor/github.com/bshuster-repo/logrus-logstash-hook/CHANGELOG.md
generated
vendored
Normal file
|
@ -0,0 +1,18 @@
|
|||
# Changelog
|
||||
|
||||
## 0.4
|
||||
|
||||
* Update the name of the package from `logrus_logstash` to `logrustash`
|
||||
* Add TimeFormat to Hook
|
||||
* Replace the old logrus package path: `github.com/Sirupsen/logrus` with `github.com/sirupsen/logrus`
|
||||
|
||||
## 0.3
|
||||
|
||||
* Fix the Logstash format to set `@version` to `"1"`
|
||||
* Add unit-tests to logstash.go
|
||||
* Remove the assert package
|
||||
* Add prefix filtering
|
||||
|
||||
## Before that (major changes)
|
||||
|
||||
* Update LICENSE to MIT from GPL
|
Loading…
Add table
Add a link
Reference in a new issue