Files
Jimmy Fjällid 15db811f31 Implemented support for Kerberos authentication with the help of gokrb5.
Performed some refactoring and updates to the GSS and SPNEGO code.
Fixed some problems with signing and performed some cleanup of the code.
2024-07-21 11:49:11 +02:00

14 lines
232 B
Modula-2

module github.com/jfjallid/go-smb
go 1.19
require golang.org/x/crypto v0.6.0
require github.com/jfjallid/golog v0.3.3
require (
github.com/jfjallid/gofork v1.7.6
github.com/jfjallid/gokrb5/v8 v8.4.4
golang.org/x/net v0.7.0
)