A Go implementation of Facebook's PDQ
trust-and-safety pdq
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 23 lines 724 B view raw
1module github.com/haileyok/gopdq 2 3go 1.25.5 4 5require ( 6 github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 7 github.com/prometheus/client_golang v1.23.2 8 github.com/urfave/cli/v3 v3.6.1 9 golang.org/x/image v0.35.0 10) 11 12require ( 13 github.com/beorn7/perks v1.0.1 // indirect 14 github.com/cespare/xxhash/v2 v2.3.0 // indirect 15 github.com/kr/text v0.2.0 // indirect 16 github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect 17 github.com/prometheus/client_model v0.6.2 // indirect 18 github.com/prometheus/common v0.66.1 // indirect 19 github.com/prometheus/procfs v0.16.1 // indirect 20 go.yaml.in/yaml/v2 v2.4.2 // indirect 21 golang.org/x/sys v0.35.0 // indirect 22 google.golang.org/protobuf v1.36.9 // indirect 23)