github.com/zmap/zcrypto@v0.0.0-20240512203510-0fef58d9a9db/go.mod (about)

     1  module github.com/zmap/zcrypto
     2  
     3  require (
     4  	github.com/mreiferson/go-httpclient v0.0.0-20201222173833-5e475fde3a4d
     5  	github.com/op/go-logging v0.0.0-20160315200505-970db520ece7
     6  	github.com/sirupsen/logrus v1.9.3
     7  	github.com/stretchr/testify v1.7.0
     8  	github.com/weppos/publicsuffix-go v0.30.2
     9  	github.com/zmap/rc2 v0.0.0-20190804163417-abaa70531248
    10  	github.com/zmap/zcertificate v0.0.1
    11  	golang.org/x/crypto v0.23.0
    12  	golang.org/x/net v0.25.0
    13  	gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127
    14  )
    15  
    16  go 1.16