Skip to content

Commit

Permalink
Use jdrews/go-tailer instead of fstab/grok_exporter
Browse files Browse the repository at this point in the history
  • Loading branch information
jdrews committed May 27, 2023
1 parent c255927 commit 7105f9f
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 325 deletions.
2 changes: 1 addition & 1 deletion colors_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"bytes"
"fmt"
"github.com/fatih/color"
"github.com/fstab/grok_exporter/tailer/fswatcher"
"github.com/jdrews/go-tailer/fswatcher"
"testing"
)

Expand Down
12 changes: 3 additions & 9 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,14 @@ go 1.20
require (
github.com/cskr/pubsub v1.0.2
github.com/fatih/color v1.15.0
github.com/fstab/grok_exporter v0.2.8
github.com/gorilla/websocket v1.5.0
github.com/jdrews/go-tailer v1.0.0
github.com/labstack/echo/v4 v4.10.2
github.com/sirupsen/logrus v1.9.0
github.com/sirupsen/logrus v1.9.2
github.com/spf13/viper v1.15.0
)

//TODO: this replace is to enable darwin arm64, which I will be posting an upstream PR for shortly.
replace github.com/fstab/grok_exporter => github.com/jdrews/grok_exporter v0.0.0-20230326202858-6b3b9a3d7863

require (
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 // indirect
github.com/alecthomas/units v0.0.0-20190924025748-f65c72e2690d // indirect
github.com/fsnotify/fsnotify v1.6.0 // indirect
github.com/golang-jwt/jwt v3.2.2+incompatible // indirect
github.com/hashicorp/hcl v1.0.0 // indirect
Expand All @@ -27,7 +22,6 @@ require (
github.com/mattn/go-isatty v0.0.17 // indirect
github.com/mitchellh/mapstructure v1.5.0 // indirect
github.com/pelletier/go-toml/v2 v2.0.6 // indirect
github.com/prometheus/common v0.13.0 // indirect
github.com/spf13/afero v1.9.3 // indirect
github.com/spf13/cast v1.5.0 // indirect
github.com/spf13/jwalterweatherman v1.1.0 // indirect
Expand All @@ -41,7 +35,7 @@ require (
golang.org/x/sys v0.6.0 // indirect
golang.org/x/text v0.7.0 // indirect
golang.org/x/time v0.3.0 // indirect
gopkg.in/alecthomas/kingpin.v2 v2.2.6 // indirect
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
gopkg.in/ini.v1 v1.67.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
Loading

0 comments on commit 7105f9f

Please sign in to comment.