By running `go mod tidy -go=1.16`, we also automatically convert the "legacy" build tag syntax to use the new Go 1.17 compatible variant.
After Go 1.5, this will prevent consumers from importing these packages since they are currently unmaintained. Closes #232.