diff --git a/go.mod b/go.mod index ae9f74fb87..e8d81c10d0 100644 --- a/go.mod +++ b/go.mod @@ -33,6 +33,7 @@ require ( github.com/spf13/cobra v1.10.2 // Apache 2.0 github.com/spf13/pflag v1.0.10 // BSD-3-Clause github.com/stretchr/testify v1.11.1 // MIT + github.com/tailscale/hujson v0.0.0-20250605163823-992244df8c5a // BSD-3-Clause go.yaml.in/yaml/v3 v3.0.4 // MIT, Apache 2.0 golang.org/x/crypto v0.49.0 // BSD-3-Clause golang.org/x/exp v0.0.0-20260112195511-716be5621a96 @@ -46,9 +47,6 @@ require ( require gopkg.in/yaml.v3 v3.0.1 // indirect -// Dependencies for experimental SSH commands -require github.com/tailscale/hujson v0.0.0-20250605163823-992244df8c5a // BSD-3-Clause - require ( cloud.google.com/go/auth v0.18.1 // indirect cloud.google.com/go/auth/oauth2adapt v0.2.8 // indirect