aboutsummaryrefslogtreecommitdiff
path: root/test_automatic/go.mod
blob: 74ed1cea763970faefecc4ebd4aa900392b7452e (plain) (blame)
1
2
3
4
5
6
7
8
module bottin/integration

go 1.14

require (
	github.com/go-ldap/ldap/v3 v3.3.0
	github.com/sirupsen/logrus v1.4.2
)