removed journalhook
This commit is contained in:
6
go.mod
6
go.mod
@@ -5,12 +5,8 @@ go 1.19
|
||||
require (
|
||||
github.com/influxdata/line-protocol/v2 v2.2.1
|
||||
github.com/sirupsen/logrus v1.9.3
|
||||
github.com/wercker/journalhook v0.0.0-20230927020745-64542ffa4117
|
||||
golang.org/x/crypto v0.28.0
|
||||
gopkg.in/yaml.v3 v3.0.1
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/coreos/go-systemd v0.0.0-20191104093116-d3cd4ed1dbcf // indirect
|
||||
golang.org/x/sys v0.26.0 // indirect
|
||||
)
|
||||
require golang.org/x/sys v0.26.0 // indirect
|
||||
|
Reference in New Issue
Block a user