Codebase list certgraph / run/474901aa-1dc3-49e8-9258-b474cc72de66/upstream go.mod
run/474901aa-1dc3-49e8-9258-b474cc72de66/upstream

Tree @run/474901aa-1dc3-49e8-9258-b474cc72de66/upstream (Download .tar.gz)

go.mod @run/474901aa-1dc3-49e8-9258-b474cc72de66/upstreamraw · history · blame

module github.com/lanrat/certgraph

require (
	github.com/lib/pq v1.10.6
	github.com/weppos/publicsuffix-go v0.20.0
	golang.org/x/net v0.0.0-20220906165146-f3363e06e74c // indirect
	golang.org/x/sync v0.0.0-20220819030929-7fc1605a5dde
)

go 1.16