Skip to content

Commit

Permalink
Update pgx to 4.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jschaf committed Apr 23, 2021
1 parent 6a70703 commit ddb0c0b
Show file tree
Hide file tree
Showing 2 changed files with 277 additions and 14 deletions.
8 changes: 4 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,18 @@ require (
github.com/gogo/protobuf v1.3.2 // indirect
github.com/google/go-cmp v0.5.4
github.com/gorilla/mux v1.8.0 // indirect
github.com/jackc/pgconn v1.8.0
github.com/jackc/pgconn v1.8.1
github.com/jackc/pgproto3/v2 v2.0.6
github.com/jackc/pgtype v1.6.2
github.com/jackc/pgx/v4 v4.10.1
github.com/jackc/pgtype v1.7.0
github.com/jackc/pgx/v4 v4.11.0
github.com/moby/term v0.0.0-20201216013528-df9cb8a40635 // indirect
github.com/morikuni/aec v1.0.0 // indirect
github.com/opencontainers/go-digest v1.0.0 // indirect
github.com/opencontainers/image-spec v1.0.1 // indirect
github.com/peterbourgon/ff/v3 v3.0.0
github.com/stretchr/testify v1.5.1
go.uber.org/multierr v1.5.0
go.uber.org/zap v1.10.0
go.uber.org/zap v1.13.0
golang.org/x/mod v0.3.0
golang.org/x/time v0.0.0-20201208040808-7e3f01d25324 // indirect
google.golang.org/grpc v1.35.0 // indirect
Expand Down
Loading

0 comments on commit ddb0c0b

Please sign in to comment.