pgmock icon indicating copy to clipboard operation
pgmock copied to clipboard

Results 10 pgmock issues
Sort by recently updated
recently updated
newest added

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.0.0-20210711020723-a769d52b0f97 to 0.1.0. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/crypto&package-manager=go_modules&previous-version=0.0.0-20210711020723-a769d52b0f97&new-version=0.1.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Signed-off-by: Danang Heriyadi This PR goal is to close issue https://github.com/jackc/pgx/issues/1052

This PR updates all of the go module dependencies via: ```sh go get -u all go mod tidy ``` The main reason I needed this was because the older version...

I want to delete dependencies on github.com/satori/go.uuid because it is vulnerable. ``` # master branch of https://github.com/jackc/pgx $ pwd /home/go/src/github.com/pgx $ go mod graph | grep satori github.com/jackc/[email protected] github.com/satori/[email protected] github.com/jackc/pgx/[email protected]...

Hi, the Run function prints directly to os.Stdout. What do you think about adding a function that lets you choose where to print to, or a Proxy field where you...

I am adding unit testing for my node.js application but getting the error while running ut, code for your reference. const { Client } = require('pg'); const { PostgresMock }...