summaryrefslogtreecommitdiffhomepage
path: root/go.mod
diff options
context:
space:
mode:
authorJoe Tsai <joetsai@digital-static.net>2021-08-06 10:54:59 -0700
committerJoe Tsai <joetsai@digital-static.net>2021-08-06 11:08:21 -0700
commit2f0753be863b30c83957d1908ee18e628a7092b7 (patch)
treea5eab48c3d9fc6f611f4031fc10fa739e501c1d9 /go.mod
parent360223fccbbf66c0fa36783ecaf813939b0ed188 (diff)
downloadtailscale-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.mod1
1 files changed, 1 insertions, 0 deletions
diff --git a/go.mod b/go.mod
index cdcd59e4e..c7864e29d 100644
--- a/go.mod
+++ b/go.mod
@@ -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