File: go.mod

package info (click to toggle)
golang-github-zmap-zcrypto 0.0~git20240512.0fef58d-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 6,856 kB
  • sloc: python: 567; sh: 124; makefile: 9
file content (16 lines) | stat: -rw-r--r-- 502 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
module github.com/zmap/zcrypto

require (
	github.com/mreiferson/go-httpclient v0.0.0-20201222173833-5e475fde3a4d
	github.com/op/go-logging v0.0.0-20160315200505-970db520ece7
	github.com/sirupsen/logrus v1.9.3
	github.com/stretchr/testify v1.7.0
	github.com/weppos/publicsuffix-go v0.30.2
	github.com/zmap/rc2 v0.0.0-20190804163417-abaa70531248
	github.com/zmap/zcertificate v0.0.1
	golang.org/x/crypto v0.23.0
	golang.org/x/net v0.25.0
	gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127
)

go 1.16