ssh/ssh: Remove uneeded dependencies field

This commit is contained in:
Tom Wiesing 2024-04-08 21:37:08 +02:00
parent 4139764a58
commit 26236b6c9a
No known key found for this signature in database

View file

@ -5,16 +5,12 @@ import (
"github.com/FAU-CDI/wisski-distillery/internal/status"
"github.com/FAU-CDI/wisski-distillery/internal/wisski/ingredient"
"github.com/FAU-CDI/wisski-distillery/internal/wisski/ingredient/barrel"
"github.com/gliderlabs/ssh"
gossh "golang.org/x/crypto/ssh"
)
type SSH struct {
ingredient.Base
dependencies struct {
Barrel *barrel.Barrel
}
}
var (