Skip to content

Commit de1c0f3

Browse files
committed
test
1 parent dba720e commit de1c0f3

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

go.mod

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,9 @@ replace github.com/dlclark/regexp2 => github.com/dlclark/regexp2 v1.7.0
3737
// There are a few minor changes we make to Tailscale that we're slowly upstreaming. Compare here:
3838
// https://github.com/tailscale/tailscale/compare/main...coder:tailscale:main
3939
// replace tailscale.com => /home/coder/tailscale
40-
replace tailscale.com => github.com/coder/tailscale v1.1.1-0.20230517160930-fd8139dcb4ff
40+
replace tailscale.com => github.com/coder/tailscale v1.1.1-0.20230517165825-5dc95aa6acc1
41+
42+
replace github.com/tailscale/wireguard-go => github.com/coder/wireguard-go v0.0.0-20230517165438-54c7abe92067
4143

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

go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -372,12 +372,14 @@ github.com/coder/retry v1.3.1-0.20230210155434-e90a2e1e091d h1:09JG37IgTB6n3ouX9
372372
github.com/coder/retry v1.3.1-0.20230210155434-e90a2e1e091d/go.mod h1:r+1J5i/989wt6CUeNSuvFKKA9hHuKKPMxdzDbTuvwwk=
373373
github.com/coder/ssh v0.0.0-20230421140225-04bb837133e1 h1:LBw76rEDuhNJyohve11mbvYv5CmCLmcuUQGiz7Guk50=
374374
github.com/coder/ssh v0.0.0-20230421140225-04bb837133e1/go.mod h1:ZSS+CUoKHDrqVakTfTWUlKSr9MtMFkC4UvtQKD7O914=
375-
github.com/coder/tailscale v1.1.1-0.20230517160930-fd8139dcb4ff h1:ksTwTUtiL6SX5CH6QJMQriji66bbsvMU+niOkCoq+UU=
376-
github.com/coder/tailscale v1.1.1-0.20230517160930-fd8139dcb4ff/go.mod h1:f2Eg/BJE29FXEodVheG4W9v/HglFEFb4UiwCDBSOwRM=
375+
github.com/coder/tailscale v1.1.1-0.20230517165825-5dc95aa6acc1 h1:AWClXfnob241bfJezFUOTgD0rO5s8gUlNLF24XL6f3c=
376+
github.com/coder/tailscale v1.1.1-0.20230517165825-5dc95aa6acc1/go.mod h1:GaYFLTeC6479xJIir+6GS0NNUueF2+qUIqEhJGUkoEY=
377377
github.com/coder/terraform-provider-coder v0.6.23 h1:O2Rcj0umez4DfVdGnKZi63z1Xzxd0IQOn9VQDB8YU8g=
378378
github.com/coder/terraform-provider-coder v0.6.23/go.mod h1:UIfU3bYNeSzJJvHyJ30tEKjD6Z9utloI+HUM/7n94CY=
379379
github.com/coder/wgtunnel v0.1.5 h1:WP3sCj/3iJ34eKvpMQEp1oJHvm24RYh0NHbj1kfUKfs=
380380
github.com/coder/wgtunnel v0.1.5/go.mod h1:bokoUrHnUFY4lu9KOeSYiIcHTI2MO1KwqumU4DPDyJI=
381+
github.com/coder/wireguard-go v0.0.0-20230517165438-54c7abe92067 h1:4E79rg1FvAWqEcO71BXtCR/A7Qyq87y3Xg1V6Mpw4AU=
382+
github.com/coder/wireguard-go v0.0.0-20230517165438-54c7abe92067/go.mod h1:gIg+ysrc2TlcI/9SWCmIgCZEZPkvb0ygwgMIQKpRhjg=
381383
github.com/containerd/aufs v0.0.0-20200908144142-dab0cbea06f4/go.mod h1:nukgQABAEopAHvB6j7cnP5zJ+/3aVcE7hCYqvIwAHyE=
382384
github.com/containerd/aufs v0.0.0-20201003224125-76a6863f2989/go.mod h1:AkGGQs9NM2vtYHaUen+NljV0/baGCAPELGm2q9ZXpWU=
383385
github.com/containerd/aufs v0.0.0-20210316121734-20793ff83c97/go.mod h1:kL5kd6KM5TzQjR79jljyi4olc1Vrx6XBlcyj3gNv2PU=
@@ -1625,8 +1627,6 @@ github.com/tailscale/goupnp v1.0.1-0.20210804011211-c64d0f06ea05 h1:4chzWmimtJPx
16251627
github.com/tailscale/goupnp v1.0.1-0.20210804011211-c64d0f06ea05/go.mod h1:PdCqy9JzfWMJf1H5UJW2ip33/d4YkoKN0r67yKH1mG8=
16261628
github.com/tailscale/netlink v1.1.1-0.20211101221916-cabfb018fe85 h1:zrsUcqrG2uQSPhaUPjUQwozcRdDdSxxqhNgNZ3drZFk=
16271629
github.com/tailscale/netlink v1.1.1-0.20211101221916-cabfb018fe85/go.mod h1:NzVQi3Mleb+qzq8VmcWpSkcSYxXIg0DkI6XDzpVkhJ0=
1628-
github.com/tailscale/wireguard-go v0.0.0-20230410165232-af172621b4dd h1:+fBevMGmDRNi0oWD4SJXmPKLWvIBYX1NroMjo9czjcY=
1629-
github.com/tailscale/wireguard-go v0.0.0-20230410165232-af172621b4dd/go.mod h1:QRIcq2+DbdIC5sKh/gcAZhuqu6WT6L6G8/ALPN5wqYw=
16301630
github.com/tchap/go-patricia v2.2.6+incompatible/go.mod h1:bmLyhP68RS6kStMGxByiQ23RP/odRBOTVjwp2cDyi6I=
16311631
github.com/tchap/go-patricia/v2 v2.3.1 h1:6rQp39lgIYZ+MHmdEq4xzuk1t7OdC35z/xm0BGhTkes=
16321632
github.com/tchap/go-patricia/v2 v2.3.1/go.mod h1:VZRHKAb53DLaG+nA9EaYYiaEx6YztwDlLElMsnSHD4k=

0 commit comments

Comments
 (0)