Codebase list certgraph / run/72b55b9b-e81f-4921-9904-e40d24abd730/upstream go.mod
run/72b55b9b-e81f-4921-9904-e40d24abd730/upstream

Tree @run/72b55b9b-e81f-4921-9904-e40d24abd730/upstream (Download .tar.gz)

go.mod @run/72b55b9b-e81f-4921-9904-e40d24abd730/upstreamraw · 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