gorp v3.0.0 Release Notes
Release Date: 2019-10-29 // about 5 years ago-
✅ The reason for the bump to v3 is because we're now supporting go modules. This has zero effect on our runtime dependencies, since 100% of our dependencies are in the standard library and therefore are not included in
go.mod
orgo.sum
. All dependencies mentioned ingo.mod
are test dependencies.However, this will provide a list of driver versions that we've tested against.
This is the same as
v2.2.0
, but withgo.mod
andgo.sum
files.