Codebase list certgraph / ea56a3f4-698f-4fc8-8ac2-340a4b36143f/upstream go.mod
ea56a3f4-698f-4fc8-8ac2-340a4b36143f/upstream

Tree @ea56a3f4-698f-4fc8-8ac2-340a4b36143f/upstream (Download .tar.gz)

go.mod @ea56a3f4-698f-4fc8-8ac2-340a4b36143f/upstream

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

require (
	github.com/lib/pq v1.8.0
	github.com/weppos/publicsuffix-go v0.13.0
	golang.org/x/net v0.0.0-20200707034311-ab3426394381 // indirect
)

go 1.13