graph-gophers / dataloader

Implementation of Facebook's DataLoader in Golang
MIT License
1.21k stars 75 forks source link

Migrate from dep to modules #67

Closed tonyghita closed 4 years ago

tonyghita commented 4 years ago

Fixes #65 using #66 as a reference (thanks @jpastoor!).

This change migrates the project from using dep for dependency management, to standard Go modules.

I've also changed the examples to use "testable examples", and updated the versions of Go targeted by CI.

This change drops support for Go 1.9. I think we only need to support the previous two Go releases.