Skip to content
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
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ require (
github.com/getkin/kin-openapi v0.2.0
github.com/gorilla/handlers v1.4.2
github.com/gorilla/mux v1.7.3
github.com/jackc/pgtype v1.0.2
github.com/jackc/pgx/v4 v4.1.2
github.com/jackc/pgtype v1.14.0
github.com/jackc/pgx/v4 v4.18.2
github.com/pborman/getopt v0.0.0-20190409184431-ee0cd42419d3
github.com/sirupsen/logrus v1.7.0
github.com/spf13/viper v1.6.1
Expand Down
Loading