File: go.mod

package info (click to toggle)
golang-github-zmap-zlint 3.6.2-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 10,008 kB
  • sloc: sh: 162; makefile: 38
file content (18 lines) | stat: -rw-r--r-- 413 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
module github.com/zmap/zlint/v3

go 1.18

require (
	github.com/kr/text v0.2.0 // indirect
	github.com/pelletier/go-toml v1.9.3
	github.com/sirupsen/logrus v1.9.0
	github.com/zmap/zcrypto v0.0.0-20230310154051-c8b263fd8300
	golang.org/x/crypto v0.17.0
	golang.org/x/net v0.17.0
	golang.org/x/text v0.14.0
)

require (
	github.com/weppos/publicsuffix-go v0.30.0 // indirect
	golang.org/x/sys v0.15.0 // indirect
)