switch to better supported go-guerilla lib

This commit is contained in:
wiggin77
2025-05-24 22:59:23 -04:00
parent 7dfc360320
commit 5bbf1b4d4a
11 changed files with 154 additions and 125 deletions

View File

@ -38,11 +38,11 @@ func TestLoginAuthNext(t *testing.T) {
}
tests := []struct {
name string
serverMsg string
more bool
expected string
expectErr bool
name string
serverMsg string
more bool
expected string
expectErr bool
}{
{
name: "username prompt - User Name",
@ -101,4 +101,4 @@ func TestLoginAuthNext(t *testing.T) {
}
})
}
}
}