Updated: add package module github.com/nfnt/resize

This commit is contained in:
bradley.richins
2020-10-20 19:17:54 -06:00
parent 4aec0e4e9a
commit 312d38ac6d
2 changed files with 6 additions and 1 deletions

5
go.mod
View File

@@ -2,4 +2,7 @@ module gitlab.com/bradley.richins/nmslib
go 1.15
require github.com/ozankasikci/go-image-merge v0.2.2
require (
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
github.com/ozankasikci/go-image-merge v0.2.2
)

2
go.sum
View File

@@ -1,2 +1,4 @@
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 h1:zYyBkD/k9seD2A7fsi6Oo2LfFZAehjjQMERAvZLEDnQ=
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646/go.mod h1:jpp1/29i3P1S/RLdc7JQKbRpFeM1dOBd8T9ki5s+AY8=
github.com/ozankasikci/go-image-merge v0.2.2 h1:K370BLLTIsamwjAeViiPntf7GiG3h9pXzDmxXCbN8/0=
github.com/ozankasikci/go-image-merge v0.2.2/go.mod h1:NQ2aN0b21buFx3p+5x4dZrKuPSLh2uBukK7F30BrYTo=