graylog-groups/go.mod
Emmanuel BENOîT 12634b9ffa Removed unnecessary dependency
I initially intended to use @bitfield's script more than I did, but it
seems silly to include it just to read a file.
2021-02-08 22:24:25 +01:00

9 lines
177 B
Modula-2

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