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

Bump github.com/jackc/pgx/v4 from 4.1.2 to 4.18.2 in /src #312

Merged
Merged
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
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions src/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,23 +11,23 @@ require (
github.com/certifi/gocertifi v0.0.0-20190506164543-d2eda7129713 // indirect
github.com/getsentry/raven-go v0.2.0
github.com/gin-gonic/gin v1.9.1
github.com/gofrs/uuid v3.2.0+incompatible
github.com/gofrs/uuid v4.0.0+incompatible
github.com/golang-jwt/jwt v3.2.1+incompatible
github.com/gomodule/redigo v2.0.0+incompatible
github.com/google/go-github v17.0.0+incompatible
github.com/google/go-jsonnet v0.13.0
github.com/google/go-querystring v1.0.0 // indirect
github.com/h2non/filetype v1.0.8
github.com/jackc/pgconn v1.1.0
github.com/jackc/pgtype v1.0.2
github.com/jackc/pgx/v4 v4.1.2
github.com/jackc/pgconn v1.14.3
github.com/jackc/pgtype v1.14.0
github.com/jackc/pgx/v4 v4.18.2
github.com/justinas/nosurf v1.1.1 // indirect
github.com/lib/pq v1.2.0
github.com/lib/pq v1.10.2
github.com/oschwald/geoip2-golang v1.3.0
github.com/oschwald/maxminddb-golang v1.3.1 // indirect
github.com/sirupsen/logrus v1.4.2
gocv.io/x/gocv v0.20.0
golang.org/x/crypto v0.17.0
golang.org/x/crypto v0.20.0
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45
gopkg.in/h2non/bimg.v1 v1.0.19
gopkg.in/resty.v1 v1.12.0
Expand Down
Loading