First commit

This commit is contained in:
yo
2022-05-10 13:09:42 +02:00
commit 94daf6bb68
5 changed files with 437 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
module mynettcptable
go 1.17
require (
github.com/go-ldap/ldap/v3 v3.4.3
github.com/peterbourgon/ff v1.7.1
github.com/tabalt/pidfile v1.1.0
)
require (
github.com/Azure/go-ntlmssp v0.0.0-20211209120228-48547f28849e // indirect
github.com/go-asn1-ber/asn1-ber v1.5.4 // indirect
golang.org/x/crypto v0.0.0-20220331220935-ae2d96664a29 // indirect
)