Skip to content

Commit

Permalink
- updated papertrail-go to support remote IP feature (#36)
Browse files Browse the repository at this point in the history
Co-authored-by: Girish Ranganathan <[email protected]>
  • Loading branch information
girishranganathan and Girish Ranganathan authored Jun 1, 2021
1 parent 867bb97 commit c68b150
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 11 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ require (
github.com/pkg/errors v0.9.1
github.com/segmentio/go-loggly v0.5.0
github.com/sirupsen/logrus v1.8.1
github.com/solarwinds/papertrail-go v0.0.0-20210309063915-0dce0e9dca34
github.com/solarwinds/papertrail-go v0.0.0-20210601025410-ab261ef9e67e
github.com/spf13/pflag v1.0.3 // indirect
golang.org/x/net v0.0.0-20201021035429-f5854403a974 // indirect
golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 // indirect
Expand Down
5 changes: 2 additions & 3 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -138,12 +138,11 @@ github.com/satori/go.uuid v1.2.0/go.mod h1:dA0hQrYB0VpLJoorglMZABFdXlWrHn1NEOzdh
github.com/segmentio/go-loggly v0.5.0 h1:mnK6cIo6ajLsaaa1uqEi5IPsMlJYu+F0HpIoLjwIBFY=
github.com/segmentio/go-loggly v0.5.0/go.mod h1:8zLRYR5npGjaOXgPSKat5+oOh+UHd8OdbS18iqX9F6Y=
github.com/sirupsen/logrus v1.4.1/go.mod h1:ni0Sbl8bgC9z8RoU9G6nDWqqs/fq4eDPysMBDgk/93Q=
github.com/sirupsen/logrus v1.7.0 h1:ShrD1U9pZB12TX0cVy0DtePoCH97K8EtX+mg7ZARUtM=
github.com/sirupsen/logrus v1.7.0/go.mod h1:yWOB1SBYBC5VeMP7gHvWumXLIWorT60ONWic61uBYv0=
github.com/sirupsen/logrus v1.8.1 h1:dJKuHgqk1NNQlqoA6BTlM1Wf9DOH3NBjQyu0h9+AZZE=
github.com/sirupsen/logrus v1.8.1/go.mod h1:yWOB1SBYBC5VeMP7gHvWumXLIWorT60ONWic61uBYv0=
github.com/solarwinds/papertrail-go v0.0.0-20210309063915-0dce0e9dca34 h1:KASG4nsonTSWXmUSqy2gpNZBXbPbjktogBiZr4JcWpY=
github.com/solarwinds/papertrail-go v0.0.0-20210309063915-0dce0e9dca34/go.mod h1:1+YX6B59vKCnkJezXZQ+/lUnwYbdv5oqe57xzt5UHXQ=
github.com/solarwinds/papertrail-go v0.0.0-20210601025410-ab261ef9e67e h1:C1eykkdmuiyDLibg63tHRzDBHyfAw8phrR/9gEyH3Co=
github.com/solarwinds/papertrail-go v0.0.0-20210601025410-ab261ef9e67e/go.mod h1:1+YX6B59vKCnkJezXZQ+/lUnwYbdv5oqe57xzt5UHXQ=
github.com/spf13/afero v1.2.2/go.mod h1:9ZxEEn6pIJ8Rxe320qSDBk6AsU0r9pR7Q4OcevTdifk=
github.com/spf13/pflag v1.0.1/go.mod h1:DYY7MBk1bdzusC3SYhjObp+wFpr4gzcvqqNjLnInEg4=
github.com/spf13/pflag v1.0.3 h1:zPAT6CGy6wXeQ7NtTnaTerfKOsV6V6F8agHXFiazDkg=
Expand Down
22 changes: 16 additions & 6 deletions vendor/github.com/solarwinds/papertrail-go/syslog.go

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

2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ github.com/segmentio/go-loggly
# github.com/sirupsen/logrus v1.8.1
## explicit
github.com/sirupsen/logrus
# github.com/solarwinds/papertrail-go v0.0.0-20210309063915-0dce0e9dca34
# github.com/solarwinds/papertrail-go v0.0.0-20210601025410-ab261ef9e67e
## explicit
github.com/solarwinds/papertrail-go
# github.com/spf13/pflag v1.0.3
Expand Down

0 comments on commit c68b150

Please sign in to comment.