go-ldap / ldap

Basic LDAP v3 functionality for the GO programming language.
Other
2.25k stars 355 forks source link

Update dependent packages: #462

Closed iredmail closed 1 year ago

iredmail commented 1 year ago
iredmail commented 1 year ago

According to current v3/go.mod, it requires Go 1.14, do we set it to 1.21.0 or stick to 1.14? testify package has new version too, but it requires newer Go release.

cpuschma commented 1 year ago

We stick with Go 1.14 unless it's necessary to drop support for it. In both cases this should be addressed in a separate PR

iredmail commented 1 year ago

hi @cpuschma,

Bumped crypto to v0.13.0, please help review and hopefully merge it. :)

cpuschma commented 1 year ago

Thank you. Can you update the deps for the root directories go.mod as well? Then we can merge it

iredmail commented 1 year ago

@cpuschma Done. :)