Remove the github.com/rung/go-safecast dependency by replacing two safecast.Int32() calls with inline bounds checks using math.MaxInt32.
File: internal/tuple/import.go:107–115
Changes:
- Replace safecast.Int32(maxTuplesPerWrite) with inline bounds check
- Replace safecast.Int32(maxParallelRequests) with inline bounds check
- Remove go-safecast import
Remove the github.com/rung/go-safecast dependency by replacing two safecast.Int32() calls with inline bounds checks using math.MaxInt32.
File: internal/tuple/import.go:107–115
Changes: