@@ -35,7 +35,6 @@ require (
3535 github.com/denisbrodbeck/machineid v1.0.1
3636 github.com/dustin/go-humanize v1.0.1
3737 github.com/dustinkirkland/golang-petname v0.0.0-20260215035315-f0c533e9ce9b
38- github.com/gliderlabs/ssh v0.3.8
3938 github.com/go-chi/chi/v5 v5.3.0
4039 github.com/gofrs/flock v0.13.0
4140 github.com/google/go-cmp v0.7.0
@@ -60,7 +59,6 @@ require (
6059 go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.43.0
6160 go.opentelemetry.io/otel/sdk v1.43.0
6261 go.opentelemetry.io/otel/trace v1.43.0
63- golang.org/x/crypto v0.52.0
6462 golang.org/x/net v0.55.0
6563 golang.org/x/oauth2 v0.36.0
6664 golang.org/x/sync v0.20.0
@@ -85,7 +83,6 @@ require (
8583 github.com/agnivade/levenshtein v1.2.1 // indirect
8684 github.com/alexflint/go-arg v1.5.1 // indirect
8785 github.com/alexflint/go-scalar v1.2.0 // indirect
88- github.com/anmitsu/go-shlex v0.0.0-20200514113438-38f4b401e2be // indirect
8986 github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.7.10 // indirect
9087 github.com/aws/aws-sdk-go-v2/internal/configsources v1.4.23 // indirect
9188 github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.7.23 // indirect
@@ -149,6 +146,7 @@ require (
149146 go.opentelemetry.io/proto/otlp v1.10.0 // indirect
150147 go.uber.org/multierr v1.11.0 // indirect
151148 go.yaml.in/yaml/v2 v2.4.4 // indirect
149+ golang.org/x/crypto v0.52.0 // indirect
152150 golang.org/x/mod v0.35.0 // indirect
153151 golang.org/x/text v0.37.0 // indirect
154152 golang.org/x/time v0.15.0 // indirect
0 commit comments