add service mesh controller
add service mesh metrics remove unused circle yaml fix travis misconfiguration fix travis misconfiguration fix travis misconfiguration
This commit is contained in:
22
vendor/github.com/hashicorp/go-syslog/.gitignore
generated
vendored
22
vendor/github.com/hashicorp/go-syslog/.gitignore
generated
vendored
@@ -1,22 +0,0 @@
|
||||
# Compiled Object files, Static and Dynamic libs (Shared Objects)
|
||||
*.o
|
||||
*.a
|
||||
*.so
|
||||
|
||||
# Folders
|
||||
_obj
|
||||
_test
|
||||
|
||||
# Architecture specific extensions/prefixes
|
||||
*.[568vq]
|
||||
[568vq].out
|
||||
|
||||
*.cgo1.go
|
||||
*.cgo2.c
|
||||
_cgo_defun.c
|
||||
_cgo_gotypes.go
|
||||
_cgo_export.*
|
||||
|
||||
_testmain.go
|
||||
|
||||
*.exe
|
||||
11
vendor/github.com/hashicorp/go-syslog/README.md
generated
vendored
11
vendor/github.com/hashicorp/go-syslog/README.md
generated
vendored
@@ -1,11 +0,0 @@
|
||||
go-syslog
|
||||
=========
|
||||
|
||||
This repository provides a very simple `gsyslog` package. The point of this
|
||||
package is to allow safe importing of syslog without introducing cross-compilation
|
||||
issues. The stdlib `log/syslog` cannot be imported on Windows systems, and without
|
||||
conditional compilation this adds complications.
|
||||
|
||||
Instead, `gsyslog` provides a very simple wrapper around `log/syslog` but returns
|
||||
a runtime error if attempting to initialize on a non Linux or OSX system.
|
||||
|
||||
1
vendor/github.com/hashicorp/go-syslog/go.mod
generated
vendored
1
vendor/github.com/hashicorp/go-syslog/go.mod
generated
vendored
@@ -1 +0,0 @@
|
||||
module github.com/hashicorp/go-syslog
|
||||
Reference in New Issue
Block a user