From 33bc06795be4fa2f353701ed093d609fa40043f5 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Mon, 31 May 2021 21:47:37 -0700 Subject: [PATCH] go.mod: update for corp resync. --- go.mod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index 8d70b227e..094c453b7 100644 --- a/go.mod +++ b/go.mod @@ -7,7 +7,6 @@ require ( github.com/anmitsu/go-shlex v0.0.0-20200514113438-38f4b401e2be // indirect github.com/coreos/go-iptables v0.6.0 github.com/frankban/quicktest v1.13.0 - github.com/tailscale/certstore v0.0.0-20210528134328-066c94b793d3 github.com/gliderlabs/ssh v0.3.2 github.com/go-multierror/multierror v1.0.2 github.com/go-ole/go-ole v1.2.5 @@ -24,7 +23,8 @@ require ( github.com/miekg/dns v1.1.42 github.com/pborman/getopt v1.1.0 github.com/peterbourgon/ff/v2 v2.0.0 - github.com/pkg/sftp v1.13.0 // indirect + github.com/pkg/sftp v1.13.0 + github.com/tailscale/certstore v0.0.0-20210528134328-066c94b793d3 github.com/tailscale/depaware v0.0.0-20201214215404-77d1e9757027 github.com/tcnksm/go-httpstat v0.2.0 github.com/toqueteos/webbrowser v1.2.0