github.com/go-oss/image@v0.1.1-0.20230517025328-001b78555e78/go.mod (about)

     1  module github.com/go-oss/image
     2  
     3  go 1.14
     4  
     5  require (
     6  	github.com/corona10/goimagehash v0.0.0-20180302093842-be737c1d73f3
     7  	github.com/davecgh/go-spew v1.1.1 // indirect
     8  	github.com/disintegration/imaging v1.4.0
     9  	github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 // indirect
    10  	github.com/pmezard/go-difflib v1.0.0 // indirect
    11  	github.com/rwcarlsen/goexif v0.0.0-20180110181140-17202558c8d9
    12  	github.com/stretchr/testify v1.2.1
    13  	golang.org/x/image v0.5.0
    14  )