module github.com/jcmturner/gokrb5/v8 go 1.16 require ( github.com/gorilla/sessions v1.2.1 github.com/hashicorp/go-uuid v1.0.3 github.com/jcmturner/aescts/v2 v2.0.0 github.com/jcmturner/dnsutils/v2 v2.0.0 github.com/jcmturner/gofork v1.7.6 github.com/jcmturner/goidentity/v6 v6.0.1 github.com/jcmturner/rpc/v2 v2.0.3 github.com/stretchr/testify v1.8.0 golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa golang.org/x/net v0.0.0-20220725212005-46097bf591d3 // indirect )