From c09d5a9e2844d255dccc6787bdec6c765f56a0e8 Mon Sep 17 00:00:00 2001 From: Brad Fitzpatrick Date: Fri, 8 Jan 2021 21:15:32 -0800 Subject: [PATCH] go.mod: bump wireguard-go to match our meta repo --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 73ed53be3..4ffcee775 100644 --- a/go.mod +++ b/go.mod @@ -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-20210108235412-4a0869cbdb90 + github.com/tailscale/wireguard-go v0.0.0-20210109012254-dc30a1b9415e github.com/tcnksm/go-httpstat v0.2.0 github.com/toqueteos/webbrowser v1.2.0 go4.org/intern v0.0.0-20201223061701-969c7e87e7cb // indirect