tailscale/cmd/tailscale
Brad Fitzpatrick a86a0361a7 go.mod: upgrade all deps
At the start of a dev cycle we'll upgrade all dependencies.

Done with:

$ for Dep in $(cat go.mod | perl -ne '/(\S+) v/ and print "$1\n"'); do go get $Dep@upgrade; done

Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
2021-05-24 13:04:59 -07:00
..
cli all: adapt to opaque netaddr types 2021-05-16 14:52:00 -07:00
depaware.txt go.mod: upgrade all deps 2021-05-24 13:04:59 -07:00
tailscale.go cmd/tailscale: add web subcommand 2021-03-29 12:13:19 -07:00