Moved from gim to gg for image creation

This commit is contained in:
Raum0x2A
2021-05-18 04:57:05 +00:00
parent 21360acadf
commit 2397ec9aee
17 changed files with 236 additions and 187 deletions

8
go.mod
View File

@@ -1,5 +1,9 @@
module gitlab.com/Raum0x2A/nmslib
go 1.15
go 1.16
require github.com/ozankasikci/go-image-merge v0.2.2
require (
github.com/fogleman/gg v1.3.0
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
golang.org/x/image v0.0.0-20210504121937-7319ad40d33e // indirect
)