concourse / concourse

Using a deprecated function, variable, constant or field SCC-SA1019
Bug risk
Major
1 occurrence in this check
package golang.org/x/crypto/ssh/terminal is deprecated: this package moved to golang.org/x/term.
 19	semisemanticversion "github.com/cppforlife/go-semi-semantic/version"
 20	"github.com/skratchdot/open-golang/open"
 21	"github.com/vito/go-interact/interact"
 22	"golang.org/x/crypto/ssh/terminal" 23	"golang.org/x/oauth2"
 24)
 25