Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4e08a11

Browse files
committed
new fix
1 parent 4a2952b commit 4e08a11

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ replace github.com/tcnksm/go-httpstat => github.com/kylecarbs/go-httpstat v0.0.0
4040

4141
// There are a few minor changes we make to Tailscale that we're slowly upstreaming. Compare here:
4242
// https://github.com/tailscale/tailscale/compare/main...coder:tailscale:main
43-
replace tailscale.com => github.com/coder/tailscale v1.1.1-0.20230209001044-82f892d18219
43+
replace tailscale.com => github.com/coder/tailscale v1.1.1-0.20230209191543-1e33dbfa219e
4444

4545
// Switch to our fork that imports fixes from http://github.com/tailscale/ssh.
4646
// See: https://github.com/coder/coder/issues/3371

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -368,8 +368,8 @@ github.com/coder/retry v1.3.0 h1:5lAAwt/2Cm6lVmnfBY7sOMXcBOwcwJhmV5QGSELIVWY=
368368
github.com/coder/retry v1.3.0/go.mod h1:tXuRgZgWjUnU5LZPT4lJh4ew2elUhexhlnXzrJWdyFY=
369369
github.com/coder/ssh v0.0.0-20220811105153-fcea99919338 h1:tN5GKFT68YLVzJoA8AHuiMNJ0qlhoD3pGN3JY9gxSko=
370370
github.com/coder/ssh v0.0.0-20220811105153-fcea99919338/go.mod h1:ZSS+CUoKHDrqVakTfTWUlKSr9MtMFkC4UvtQKD7O914=
371-
github.com/coder/tailscale v1.1.1-0.20230209001044-82f892d18219 h1:826nXcPuZupF2devqJCNF5j/xRi6xoNafAgiJiCEkM8=
372-
github.com/coder/tailscale v1.1.1-0.20230209001044-82f892d18219/go.mod h1:qRwWrKmrcq+Irbtu2vJIinViqfifgQk5cZL+U6wVCDI=
371+
github.com/coder/tailscale v1.1.1-0.20230209191543-1e33dbfa219e h1:MffXlbi3NnKSL5CHXQrJYCjIwvhJ26jbbHrHiZQAc6c=
372+
github.com/coder/tailscale v1.1.1-0.20230209191543-1e33dbfa219e/go.mod h1:jpg+77g19FpXL43U1VoIqoSg1K/Vh5CVxycGldQ8KhA=
373373
github.com/coder/terraform-provider-coder v0.6.11 h1:xdzopnSgy6bMBQlIkAgyyF0m6C3HzEQiF9DnHYpbIFU=
374374
github.com/coder/terraform-provider-coder v0.6.11/go.mod h1:UIfU3bYNeSzJJvHyJ30tEKjD6Z9utloI+HUM/7n94CY=
375375
github.com/containerd/aufs v0.0.0-20200908144142-dab0cbea06f4/go.mod h1:nukgQABAEopAHvB6j7cnP5zJ+/3aVcE7hCYqvIwAHyE=

0 commit comments

Comments
 (0)