We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 014a4d1 commit e5190e7Copy full SHA for e5190e7
go.mod
@@ -2,6 +2,11 @@ module tailscale.com
2
3
go 1.23.0
4
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
+
10
require (
11
filippo.io/mkcert v1.4.4
12
github.com/Microsoft/go-winio v0.6.1
0 commit comments