Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
Loading