Skip to content

Commit e5190e7

Browse files
committed
fix race
1 parent 014a4d1 commit e5190e7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

go.mod

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@ module tailscale.com
22

33
go 1.23.0
44

5+
// We have this in coder/coder too, for the same reason. We need it here too for
6+
// the tests to pass.
7+
// https://github.com/tcnksm/go-httpstat/pull/29
8+
replace github.com/tcnksm/go-httpstat => github.com/coder/go-httpstat v0.0.0-20230801153223-321c88088322
9+
510
require (
611
filippo.io/mkcert v1.4.4
712
github.com/Microsoft/go-winio v0.6.1

0 commit comments

Comments
 (0)