Skip to content

Commit c59e2fb

Browse files
fix: use local directory path in replace directive
Changed replace directive from version-specific to local directory path (github.com/Microsoft/go-mssqldb => ./) to ensure it always points to the current codebase instead of a pinned version. This addresses the code review feedback. Co-authored-by: dlevy-msft-sql <194277063+dlevy-msft-sql@users.noreply.github.com>
1 parent d604caa commit c59e2fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ require (
4242
// This prevents issues on case-sensitive filesystems (Linux) where vendoring
4343
// might create directories with inconsistent casing.
4444
// See: https://github.com/golang/go/issues/38342
45-
replace github.com/Microsoft/go-mssqldb => github.com/microsoft/go-mssqldb v1.7.2
45+
replace github.com/Microsoft/go-mssqldb => ./

0 commit comments

Comments
 (0)