fix(deps): update module github.com/jcmturner/gokrb5/v8 to v8.4.4
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Renovate Bot 2023-02-26 13:05:52 +00:00
commit 770803ff36
4 changed files with 39 additions and 6 deletions

View file

@ -5,7 +5,7 @@ go 1.17
require (
github.com/cavaliergopher/cpio v1.0.1
github.com/go-ldap/ldap/v3 v3.4.4
github.com/jcmturner/gokrb5/v8 v8.4.3
github.com/jcmturner/gokrb5/v8 v8.4.4
)
require (
@ -16,6 +16,6 @@ require (
github.com/jcmturner/dnsutils/v2 v2.0.0 // indirect
github.com/jcmturner/gofork v1.7.6 // indirect
github.com/jcmturner/rpc/v2 v2.0.3 // indirect
golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa // indirect
golang.org/x/net v0.0.0-20220725212005-46097bf591d3 // indirect
golang.org/x/crypto v0.6.0 // indirect
golang.org/x/net v0.7.0 // indirect
)