File: go.mod

package info (click to toggle)
golang-github-jackc-pgx 4.18.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 796 kB
  • sloc: sh: 44; sql: 8; makefile: 7
file content (21 lines) | stat: -rw-r--r-- 602 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
module github.com/jackc/pgx/v4

go 1.13

require (
	github.com/Masterminds/semver/v3 v3.1.1
	github.com/cockroachdb/apd v1.1.0
	github.com/go-kit/log v0.1.0
	github.com/gofrs/uuid v4.0.0+incompatible
	github.com/jackc/pgconn v1.14.0
	github.com/jackc/pgio v1.0.0
	github.com/jackc/pgproto3/v2 v2.3.2
	github.com/jackc/pgtype v1.14.0
	github.com/jackc/puddle v1.3.0
	github.com/rs/zerolog v1.15.0
	github.com/shopspring/decimal v1.2.0
	github.com/sirupsen/logrus v1.4.2
	github.com/stretchr/testify v1.8.1
	go.uber.org/zap v1.13.0
	gopkg.in/inconshreveable/log15.v2 v2.0.0-20180818164646-67afb5ed74ec
)