hillu / go-yara

Go bindings for YARA
BSD 2-Clause "Simplified" License
356 stars 113 forks source link

Is the new tag version expected ? #125

Closed LordNoteworthy closed 1 year ago

LordNoteworthy commented 1 year ago

Hello @hillu

I noticed that the last tag is of version: 1.3.1 While the previous one was v4.3.2

Is that expected ?

hillu commented 1 year ago

Yeah, I recently added a fix to the 1.x branch. The Go modules import logic should ignore the v1.3.1 tag if you use github.com/hillu/go-yara/v4 for imports.