mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
chore: work around race in lib/pq (#18655)
Upgrade our lib/pq fork to work around the data race identified here: https://github.com/coder/internal/issues/731
This commit is contained in:
@@ -58,7 +58,7 @@ replace github.com/imulab/go-scim/pkg/v2 => github.com/coder/go-scim/pkg/v2 v2.0
|
||||
// Adds support for a new Listener from a driver.Connector
|
||||
// This lets us use rotating authentication tokens for passwords in connection strings
|
||||
// which we use in the awsiamrds package.
|
||||
replace github.com/lib/pq => github.com/coder/pq v1.10.5-0.20240813183442-0c420cb5a048
|
||||
replace github.com/lib/pq => github.com/coder/pq v1.10.5-0.20250630052411-a259f96b6102
|
||||
|
||||
// Removes an init() function that causes terminal sequences to be printed to the web terminal when
|
||||
// used in conjunction with agent-exec. See https://github.com/coder/coder/pull/15817
|
||||
|
||||
Reference in New Issue
Block a user