Skip to content

Commit

Permalink
Adding sirupsen
Browse files Browse the repository at this point in the history
  • Loading branch information
shinji62 committed Sep 21, 2017
2 parents fdcd1f3 + 7f6aaea commit 0ca0225
Show file tree
Hide file tree
Showing 341 changed files with 75,848 additions and 213 deletions.
2 changes: 1 addition & 1 deletion ci/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
resource: firehose-to-syslog-master
passed: [unit-testing-master]
- put: version
params: {bump: minor}
params: {bump: patch}
- put: firehose-to-syslog-master
params:
only_tag: true
Expand Down
2 changes: 1 addition & 1 deletion eventRouting/eventrouting_default.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ import (
"sync"
"time"

"github.com/Sirupsen/logrus"
"github.com/cloudfoundry-community/firehose-to-syslog/caching"
fevents "github.com/cloudfoundry-community/firehose-to-syslog/events"
"github.com/cloudfoundry-community/firehose-to-syslog/extrafields"
"github.com/cloudfoundry-community/firehose-to-syslog/logging"
"github.com/cloudfoundry/sonde-go/events"
"github.com/sirupsen/logrus"
)

type EventRoutingDefault struct {
Expand Down
2 changes: 1 addition & 1 deletion events/events.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ package events
import (
"fmt"

"github.com/Sirupsen/logrus"
"github.com/cloudfoundry-community/firehose-to-syslog/caching"
"github.com/cloudfoundry-community/firehose-to-syslog/utils"
"github.com/cloudfoundry/sonde-go/events"
"github.com/sirupsen/logrus"
)

type Event struct {
Expand Down
15 changes: 10 additions & 5 deletions glide.lock

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

9 changes: 6 additions & 3 deletions glide.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ package: github.com/cloudfoundry-community/firehose-to-syslog
import:
- package: github.com/RackSec/srslog
version: a974ba6f7fb527d2ddc73ee9c05d3e2ccc0af0dc
- package: github.com/Sirupsen/logrus
version: 61e43dc76f7ee59a82bdf3d71033dc12bea4c77d
- package: github.com/sirupsen/logrus
version: 89742aefa4b206dcf400792f3bd35b542998eb3b
- package: github.com/alecthomas/template
version: b867cc6ab45cece8143cfcc6fc9c77cf3f2c23c0
subpackages:
Expand Down Expand Up @@ -43,7 +43,7 @@ import:
- package: github.com/pkg/profile
version: 8a808a6967b79da66deacfe508b26d398a69518f
- package: github.com/shinji62/logrus-syslog-ng
version: 2b60df6a829a654a0456501c6092e5307f674d76
version: 8a6b62b97b5a08b31fe611b3f7940380945fb88f
- package: golang.org/x/net
version: 859d1a86bb617c0c20d154590c3c5d3fcb670b07
subpackages:
Expand All @@ -60,6 +60,9 @@ import:
- unix
- package: gopkg.in/alecthomas/kingpin.v2
version: ~2.1.11
- package: golang.org/x/crypto
subpackages:
- ssh/terminal
testImport:
- package: github.com/onsi/ginkgo
version: ~1.4.0
Expand Down
2 changes: 1 addition & 1 deletion logging/logging_logrus.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ import (
"os"

syslog "github.com/RackSec/srslog"
"github.com/Sirupsen/logrus"
logrus_syslog "github.com/shinji62/logrus-syslog-ng"
"github.com/sirupsen/logrus"
)

type LoggingLogrus struct {
Expand Down
5 changes: 3 additions & 2 deletions logging/logging_suite_test.go
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
package logging

import (
"testing"

. "github.com/onsi/ginkgo"
. "github.com/onsi/gomega"
"github.com/Sirupsen/logrus"
"testing"
"github.com/sirupsen/logrus"
)

func TestEvents(t *testing.T) {
Expand Down
160 changes: 0 additions & 160 deletions vendor/github.com/shinji62/logrus-syslog-ng/Godeps/Godeps.json

This file was deleted.

5 changes: 0 additions & 5 deletions vendor/github.com/shinji62/logrus-syslog-ng/Godeps/Readme

This file was deleted.

45 changes: 38 additions & 7 deletions vendor/github.com/shinji62/logrus-syslog-ng/README.md

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

Loading

0 comments on commit 0ca0225

Please sign in to comment.