diff options
| author | Josh Bleecher Snyder <josh@tailscale.com> | 2021-01-08 15:56:45 -0800 |
|---|---|---|
| committer | Josh Bleecher Snyder <josh@tailscale.com> | 2021-01-08 15:56:45 -0800 |
| commit | 53f9dcdf0583004fcfe74eb739f41b2e7a50d3e1 (patch) | |
| tree | e3ce948134d1f59beb9626bcc5b2fa81b85a7a9b | |
| parent | 80c33f4fa16cb30a9ba0971926504172c0ac8157 (diff) | |
| download | tailscale-53f9dcdf0583004fcfe74eb739f41b2e7a50d3e1.tar.xz tailscale-53f9dcdf0583004fcfe74eb739f41b2e7a50d3e1.zip | |
go.mod: update wireguard-go to fix windows build failure
Signed-off-by: Josh Bleecher Snyder <josh@tailscale.com>
| -rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -24,7 +24,7 @@ require ( github.com/pborman/getopt v0.0.0-20190409184431-ee0cd42419d3 github.com/peterbourgon/ff/v2 v2.0.0 github.com/tailscale/depaware v0.0.0-20201214215404-77d1e9757027 - github.com/tailscale/wireguard-go v0.0.0-20210105002248-c6f9cf3e18b4 + github.com/tailscale/wireguard-go v0.0.20201119-0.20210108235412-4a0869cbdb90 github.com/tcnksm/go-httpstat v0.2.0 github.com/toqueteos/webbrowser v1.2.0 go4.org/intern v0.0.0-20201223061701-969c7e87e7cb // indirect |
