Hello,
I was wondering if it would be possible to look into creating a build of the golang driver that uses a purely go version of kerberos client, for example: gokrb5.
We have a usecase where we have our code to users machines and we do not control what version of distro and version they are running which is creating compatibility issues / complications.
Essentially looking to use the golang mongodb driver with kerberos but without the requirements of cgo requirements.
Thanks