The v3.3.0 release added a go.mod and go.sum but isn't properly versioned so it cannot be used with Go Modules.
Go has a good writeup about how you need to specially handle versions 2 and greater here:
https://blog.golang.org/v2-go-modules
The v3.3.0 release added a
go.modandgo.sumbut isn't properly versioned so it cannot be used with Go Modules.Go has a good writeup about how you need to specially handle versions 2 and greater here:
https://blog.golang.org/v2-go-modules