Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update module github.com/jackc/pgx/v4 to v4.18.2 [SECURITY] #73

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
7 changes: 2 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,9 @@ require (
github.com/google/go-cmp v0.5.1
github.com/gotestyourself/gotestyourself v2.2.0+incompatible // indirect
github.com/iovisor/gobpf v0.0.0-20200504095308-90dbbdfb1358
github.com/jackc/pgx/v4 v4.6.0
github.com/jackc/pgx/v4 v4.18.2
github.com/joho/godotenv v1.3.0
github.com/kelseyhightower/envconfig v1.4.0
github.com/lib/pq v1.3.0 // indirect
github.com/mattn/go-colorable v0.1.8 // indirect
github.com/opencontainers/image-spec v1.0.1 // indirect
github.com/opencontainers/runc v0.1.1 // indirect
Expand All @@ -30,9 +29,7 @@ require (
github.com/shirou/gopsutil v2.20.4+incompatible
github.com/sirupsen/logrus v1.6.0 // indirect
github.com/weaveworks/tcptracer-bpf v0.0.0-20190731111909-cd53e7c84bac
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 // indirect
golang.org/x/net v0.0.0-20201216054612-986b41b23924 // indirect
golang.org/x/sys v0.0.0-20201214210602-f9fddec55a1e
golang.org/x/sys v0.17.0
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
gopkg.in/inconshreveable/log15.v2 v2.0.0-20200109203555-b30bc20e4fd1
gopkg.in/yaml.v2 v2.2.8 // indirect
Expand Down
101 changes: 101 additions & 0 deletions go.sum

Large diffs are not rendered by default.

Loading
Loading