Codebase list certgraph / 6d85f58f-3b9e-479c-b8c5-9abed82b9384/upstream go.mod
6d85f58f-3b9e-479c-b8c5-9abed82b9384/upstream

Tree @6d85f58f-3b9e-479c-b8c5-9abed82b9384/upstream (Download .tar.gz)

go.mod @6d85f58f-3b9e-479c-b8c5-9abed82b9384/upstreamraw · history · blame

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