go icon indicating copy to clipboard operation
go copied to clipboard

Migrate from dep tool to go modules

Open arwineap opened this issue 3 months ago • 0 comments

This PR aims to address https://github.com/ipdata/go/issues/19

Dep has been deprecated for some time, in favor of the upstream go modules release

We also fix vet, test and linting issues by removing deprecated modules, documenting some undocumented fields, and fixing a couple issues with tests around Blocklists and error strings

arwineap avatar May 09 '24 15:05 arwineap