github.com/jcmturner/gokrb5/v8@v8.4.4/go.mod (about) 1 module github.com/jcmturner/gokrb5/v8 2 3 go 1.16 4 5 require ( 6 github.com/gorilla/sessions v1.2.1 7 github.com/hashicorp/go-uuid v1.0.3 8 github.com/jcmturner/aescts/v2 v2.0.0 9 github.com/jcmturner/dnsutils/v2 v2.0.0 10 github.com/jcmturner/gofork v1.7.6 11 github.com/jcmturner/goidentity/v6 v6.0.1 12 github.com/jcmturner/rpc/v2 v2.0.3 13 github.com/stretchr/testify v1.8.1 14 golang.org/x/crypto v0.6.0 15 golang.org/x/net v0.7.0 // indirect 16 )