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
)