Codebase list certgraph / run/e8ba0953-1c81-44ed-b97d-72dd52204174/main go.mod
run/e8ba0953-1c81-44ed-b97d-72dd52204174/main

Tree @run/e8ba0953-1c81-44ed-b97d-72dd52204174/main (Download .tar.gz)

go.mod @run/e8ba0953-1c81-44ed-b97d-72dd52204174/mainraw · history · blame

module github.com/lanrat/certgraph

require (
	github.com/lib/pq v1.10.5
	github.com/weppos/publicsuffix-go v0.15.0
	golang.org/x/net v0.0.0-20220425223048-2871e0cb64e4 // indirect
	golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
)

go 1.16