|
1 | 1 | module github.com/gofiber/storage/postgres/v3
|
2 | 2 |
|
3 |
| -go 1.20 |
| 3 | +go 1.21 |
| 4 | + |
| 5 | +toolchain go1.22.4 |
4 | 6 |
|
5 | 7 | require (
|
6 | 8 | github.com/jackc/pgx/v5 v5.6.0
|
7 | 9 | github.com/stretchr/testify v1.9.0
|
| 10 | + github.com/testcontainers/testcontainers-go v0.33.0 |
| 11 | + github.com/testcontainers/testcontainers-go/modules/postgres v0.33.0 |
8 | 12 | )
|
9 | 13 |
|
10 | 14 | require (
|
| 15 | + dario.cat/mergo v1.0.0 // indirect |
| 16 | + github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect |
| 17 | + github.com/Microsoft/go-winio v0.6.2 // indirect |
| 18 | + github.com/cenkalti/backoff/v4 v4.2.1 // indirect |
| 19 | + github.com/containerd/containerd v1.7.18 // indirect |
| 20 | + github.com/containerd/log v0.1.0 // indirect |
| 21 | + github.com/containerd/platforms v0.2.1 // indirect |
| 22 | + github.com/cpuguy83/dockercfg v0.3.1 // indirect |
11 | 23 | github.com/davecgh/go-spew v1.1.1 // indirect
|
| 24 | + github.com/distribution/reference v0.6.0 // indirect |
| 25 | + github.com/docker/docker v27.1.1+incompatible // indirect |
| 26 | + github.com/docker/go-connections v0.5.0 // indirect |
| 27 | + github.com/docker/go-units v0.5.0 // indirect |
| 28 | + github.com/felixge/httpsnoop v1.0.4 // indirect |
| 29 | + github.com/go-logr/logr v1.4.1 // indirect |
| 30 | + github.com/go-logr/stdr v1.2.2 // indirect |
| 31 | + github.com/go-ole/go-ole v1.2.6 // indirect |
| 32 | + github.com/gogo/protobuf v1.3.2 // indirect |
| 33 | + github.com/google/uuid v1.6.0 // indirect |
12 | 34 | github.com/jackc/pgpassfile v1.0.0 // indirect
|
13 | 35 | github.com/jackc/pgservicefile v0.0.0-20231201235250-de7065d80cb9 // indirect
|
14 | 36 | github.com/jackc/puddle/v2 v2.2.1 // indirect
|
15 |
| - github.com/kr/text v0.2.0 // indirect |
| 37 | + github.com/klauspost/compress v1.17.4 // indirect |
| 38 | + github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0 // indirect |
| 39 | + github.com/magiconair/properties v1.8.7 // indirect |
| 40 | + github.com/moby/docker-image-spec v1.3.1 // indirect |
| 41 | + github.com/moby/patternmatcher v0.6.0 // indirect |
| 42 | + github.com/moby/sys/sequential v0.5.0 // indirect |
| 43 | + github.com/moby/sys/user v0.1.0 // indirect |
| 44 | + github.com/moby/term v0.5.0 // indirect |
| 45 | + github.com/morikuni/aec v1.0.0 // indirect |
| 46 | + github.com/opencontainers/go-digest v1.0.0 // indirect |
| 47 | + github.com/opencontainers/image-spec v1.1.0 // indirect |
| 48 | + github.com/pkg/errors v0.9.1 // indirect |
16 | 49 | github.com/pmezard/go-difflib v1.0.0 // indirect
|
| 50 | + github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c // indirect |
17 | 51 | github.com/rogpeppe/go-internal v1.11.0 // indirect
|
18 |
| - golang.org/x/crypto v0.23.0 // indirect |
| 52 | + github.com/shirou/gopsutil/v3 v3.23.12 // indirect |
| 53 | + github.com/shoenig/go-m1cpu v0.1.6 // indirect |
| 54 | + github.com/sirupsen/logrus v1.9.3 // indirect |
| 55 | + github.com/tklauser/go-sysconf v0.3.12 // indirect |
| 56 | + github.com/tklauser/numcpus v0.6.1 // indirect |
| 57 | + github.com/yusufpapurcu/wmi v1.2.3 // indirect |
| 58 | + go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.49.0 // indirect |
| 59 | + go.opentelemetry.io/otel v1.24.0 // indirect |
| 60 | + go.opentelemetry.io/otel/metric v1.24.0 // indirect |
| 61 | + go.opentelemetry.io/otel/trace v1.24.0 // indirect |
| 62 | + golang.org/x/crypto v0.24.0 // indirect |
19 | 63 | golang.org/x/sync v0.7.0 // indirect
|
20 |
| - golang.org/x/text v0.15.0 // indirect |
| 64 | + golang.org/x/sys v0.21.0 // indirect |
| 65 | + golang.org/x/text v0.16.0 // indirect |
21 | 66 | gopkg.in/yaml.v3 v3.0.1 // indirect
|
22 | 67 | )
|
0 commit comments