diff options
| author | Joe Tsai <joetsai@digital-static.net> | 2021-08-06 10:54:59 -0700 |
|---|---|---|
| committer | Joe Tsai <joetsai@digital-static.net> | 2021-08-06 11:08:21 -0700 |
| commit | 2f0753be863b30c83957d1908ee18e628a7092b7 (patch) | |
| tree | a5eab48c3d9fc6f611f4031fc10fa739e501c1d9 /go.mod | |
| parent | 360223fccbbf66c0fa36783ecaf813939b0ed188 (diff) | |
| download | tailscale-dsnet/admin-cli.tar.xz tailscale-dsnet/admin-cli.zip | |
cmd/tailscale: add basic support for admin subcommanddsnet/admin-cli
The admin subcommand is a thin wrapper over the REST API.
It (hopefully) makes administration of tailnets easier
than vanilla curl.
Signed-off-by: Joe Tsai <joetsai@digital-static.net>
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -9,6 +9,7 @@ require ( github.com/coreos/go-iptables v0.6.0 github.com/creack/pty v1.1.9 github.com/dave/jennifer v1.4.1 + github.com/dsnet/golib/jsonfmt v1.0.0 github.com/frankban/quicktest v1.13.0 github.com/gliderlabs/ssh v0.3.2 github.com/go-multierror/multierror v1.0.2 |
