mirror of
https://github.com/jfjallid/go-smb
synced 2026-06-08 15:02:50 +00:00
15db811f31
Performed some refactoring and updates to the GSS and SPNEGO code. Fixed some problems with signing and performed some cleanup of the code.
14 lines
232 B
Modula-2
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
|
|
)
|