Skip to content

Commit

Permalink
fix: dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
diablowu committed Sep 20, 2018
1 parent 523bed9 commit 7c31314
Show file tree
Hide file tree
Showing 7,530 changed files with 1,676,848 additions and 15,263 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
93 changes: 93 additions & 0 deletions glide.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

27 changes: 27 additions & 0 deletions glide.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
package: github.com/diablowu/log-pilot
import:
- package: github.com/Sirupsen/logrus
version: ~1.0.5
- package: github.com/alecthomas/kingpin
version: ~2.2.6
- package: github.com/davecgh/go-spew
version: ~1.1.0
subpackages:
- spew
- package: github.com/docker/docker
version: ~17.5.0-ce
subpackages:
- api/types
- api/types/events
- api/types/filters
- api/types/mount
- client
- package: github.com/elastic/go-ucfg
version: ~0.5.1
subpackages:
- yaml
- package: golang.org/x/net
- package: golang.org/x/sys
- package: golang.org/x/crypto
testImport:
- package: gopkg.in/check.v1
2 changes: 1 addition & 1 deletion pilot/filebeat-config.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ output.kafka:

const TPL_REDIS = `
output.redis:
hosts: ["$REDIS_HOST:$REDIS_PORT"]
hosts: {{ envArray "REDIS_HOST" }}
key: "%{[fields.topic]:filebeat}"
${REDIS_WORKER:+worker: ${REDIS_WORKER}}
${REDIS_PASSWORD:+password: ${REDIS_PASSWORD}}
Expand Down
1 change: 1 addition & 0 deletions vendor/github.com/Microsoft/go-winio/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

27 changes: 27 additions & 0 deletions vendor/github.com/Microsoft/go-winio/archive/tar/LICENSE

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 7c31314

Please sign in to comment.