func mellium.im/sasl.NewClient

2 uses

	mellium.im/sasl (current package)
		negotiator.go#L44: func NewClient(m Mechanism, opts ...Option) *Negotiator {

	github.com/go-pg/pg/v10
		messages.go#L323: 	client := sasl.NewClient(saslMech, creds)