graylog-groups/go.mod
Emmanuel BENOîT f012a16f05 Logging to a Graylog server
Added the --log-graylog command line argument which sends logs to a
Graylog server using GELF/UDP.
2021-02-13 23:42:32 +01:00

11 lines
264 B
Modula-2

module glgroups
go 1.15
require (
github.com/gemnasium/logrus-graylog-hook/v3 v3.0.2
github.com/go-ldap/ldap v3.0.3+incompatible
github.com/sirupsen/logrus v1.7.0
gopkg.in/asn1-ber.v1 v1.0.0-20181015200546-f715ec2f112d // indirect
gopkg.in/yaml.v2 v2.2.2
)