Emmanuel BENOîT
2a4fc0343f
The golf package allows more usual command line flags to be used rather than Google's format.
12 lines
296 B
Modula-2
12 lines
296 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/karrick/golf v1.4.0
|
|
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
|
|
)
|