go.mod (569B)
1 module github.com/MTRNord/pdqhash-go 2 3 go 1.21.7 4 5 require ( 6 github.com/davidbyttow/govips/v2 v2.13.0 7 github.com/h2non/filetype v1.1.3 8 github.com/stretchr/testify v1.8.4 9 golang.org/x/exp v0.0.0-20240222234643-814bf88cf225 10 ) 11 12 require ( 13 github.com/chewxy/math32 v1.10.1 14 github.com/davecgh/go-spew v1.1.1 // indirect 15 github.com/pmezard/go-difflib v1.0.0 // indirect 16 github.com/stretchr/objx v0.5.0 // indirect 17 golang.org/x/image v0.15.0 // indirect 18 golang.org/x/net v0.21.0 // indirect 19 golang.org/x/text v0.14.0 // indirect 20 gopkg.in/yaml.v3 v3.0.1 // indirect 21 )