func github.com/lib/pq/scram.NewClient

2 uses

	github.com/lib/pq/scram (current package)
		scram.go#L78: func NewClient(newHash func() hash.Hash, user, pass string) *Client {

	github.com/lib/pq
		conn.go#L1141: 		sc := scram.NewClient(sha256.New, o["user"], o["password"])