mirror of
https://github.com/dredx/prole.git
synced 2026-09-24 18:54:32 +00:00
9 lines
140 B
Modula-2
9 lines
140 B
Modula-2
module github.com/knoe/spnego-proxy
|
|
|
|
go 1.22
|
|
|
|
require (
|
|
github.com/jcmturner/goidentity/v6 v6.0.1
|
|
github.com/jcmturner/gokrb5/v8 v8.4.4
|
|
)
|