Codebase list certgraph / ad4e36f9-5ec1-4a2e-9012-2a5469e91558/main go.mod
ad4e36f9-5ec1-4a2e-9012-2a5469e91558/main

Tree @ad4e36f9-5ec1-4a2e-9012-2a5469e91558/main (Download .tar.gz)

go.mod @ad4e36f9-5ec1-4a2e-9012-2a5469e91558/mainraw · history · blame

1
2
3
4
5
6
7
8
module github.com/lanrat/certgraph

require (
	github.com/lib/pq v1.0.0
	github.com/weppos/publicsuffix-go v0.4.0
	golang.org/x/net v0.0.0-20180906233101-161cd47e91fd // indirect
	golang.org/x/text v0.3.0 // indirect
)