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

Skip to content

Commit 4a2952b

Browse files
committed
lol!
1 parent ec4c78e commit 4a2952b

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
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.20230208230335-91b5d109b142
43+
replace tailscale.com => github.com/coder/tailscale v1.1.1-0.20230209001044-82f892d18219
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 & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -368,12 +368,10 @@ 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.20230208230335-91b5d109b142 h1:YQqRjPEkY1LmE3M0MXE+0RUuRN819GK/PWQKZUC3Uxo=
372-
github.com/coder/tailscale v1.1.1-0.20230208230335-91b5d109b142/go.mod h1:qRwWrKmrcq+Irbtu2vJIinViqfifgQk5cZL+U6wVCDI=
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=
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=
375-
github.com/coder/wireguard-go v0.0.0-20230206223559-7bd7dc31300a h1:UKFEQxrsi0RoUYU1zPXg9uxZmDSZjTmbxrkDDT0jK4A=
376-
github.com/coder/wireguard-go v0.0.0-20230206223559-7bd7dc31300a/go.mod h1:whfbyDBt09xhCYQWtO2+3UVjlaq6/9hDZrjg2ZE6SyA=
377375
github.com/containerd/aufs v0.0.0-20200908144142-dab0cbea06f4/go.mod h1:nukgQABAEopAHvB6j7cnP5zJ+/3aVcE7hCYqvIwAHyE=
378376
github.com/containerd/aufs v0.0.0-20201003224125-76a6863f2989/go.mod h1:AkGGQs9NM2vtYHaUen+NljV0/baGCAPELGm2q9ZXpWU=
379377
github.com/containerd/aufs v0.0.0-20210316121734-20793ff83c97/go.mod h1:kL5kd6KM5TzQjR79jljyi4olc1Vrx6XBlcyj3gNv2PU=

0 commit comments

Comments
 (0)