Releases: launchdarkly/go-ntlm-proxy-auth
Releases · launchdarkly/go-ntlm-proxy-auth
v1.0.2
1.0.1
[1.0.1] - 2020-06-11
Added:
- Added
go.mod
file so this package can now be consumed as a module. Since the major version is still1
and it does not have any module-only dependencies, it can still be used by non-module projects as well.
1.0.0
[1.0.0] - 2019-07-16
Initial release of this fork. The only change from the upstream code is that its dependency on github.com/Azure/go-ntlmssp
has been replaced with github.com/launchdarkly/go-ntlmssp
(https://github.com/launchdarkly/go-ntlmssp).