Initial commit.

This commit is contained in:
2025-11-02 13:30:17 +00:00
commit 0c6079771a
4 changed files with 394 additions and 0 deletions

13
go.mod Normal file
View File

@@ -0,0 +1,13 @@
module maximumdirect/ldap-s3-monitor
go 1.23
require (
github.com/aws/aws-sdk-go-v2 v1.30.5
github.com/aws/aws-sdk-go-v2/config v1.27.18
github.com/aws/aws-sdk-go-v2/credentials v1.17.41
github.com/aws/aws-sdk-go-v2/service/s3 v1.68.0
github.com/go-ldap/ldap/v3 v3.4.8
)