go.mod 414 B

123456789101112131415
  1. module github.com/jcmturner/gokrb5/v8
  2. go 1.13
  3. require (
  4. github.com/gorilla/sessions v1.2.0
  5. github.com/hashicorp/go-uuid v1.0.2
  6. github.com/jcmturner/aescts v1.0.1
  7. github.com/jcmturner/dnsutils v1.0.1
  8. github.com/jcmturner/gofork v1.0.0
  9. github.com/jcmturner/goidentity/v6 v6.0.1
  10. github.com/jcmturner/rpc/v2 v2.0.2
  11. github.com/stretchr/testify v1.4.0
  12. golang.org/x/crypto v0.0.0-20200117160349-530e935923ad
  13. )