* Rename fsldap to efsldap

* Use gopkg.in/ini.v1 over github.com/joho/godotenv
* Fix typos

Signed-off-by: Shin'ya Minazuki <shinyoukai@laidback.moe>
This commit is contained in:
2026-01-07 16:37:02 -03:00
parent 0677061406
commit e4d9b92061
13 changed files with 147 additions and 69 deletions

8
go.mod
View File

@@ -1,9 +1,11 @@
module gt.kalli.st/czar/fsldap
module git.laidback.moe/YakumoLabs/efsldap
go 1.14
require (
github.com/joho/godotenv v1.3.0 // indirect
github.com/lor00x/goldap v0.0.0-20180618054307-a546dffdd1a3 // indirect
github.com/lor00x/goldap v0.0.0-20180618054307-a546dffdd1a3
github.com/spf13/pflag v1.0.10
github.com/stretchr/testify v1.11.1 // indirect
github.com/vjeantet/ldapserver v1.0.1
gopkg.in/ini.v1 v1.67.0
)