|
1 | 1 | module github.com/app-sre/gabi |
2 | 2 |
|
3 | | -go 1.22 |
| 3 | +go 1.23.0 |
4 | 4 |
|
5 | 5 | require ( |
6 | 6 | github.com/DATA-DOG/go-sqlmock v1.5.0 |
7 | 7 | github.com/etherlabsio/healthcheck/v2 v2.0.0 |
8 | 8 | github.com/go-sql-driver/mysql v1.7.0 |
9 | 9 | github.com/gorilla/handlers v1.5.1 |
10 | 10 | github.com/gorilla/mux v1.8.0 |
11 | | - github.com/jackc/pgx/v4 v4.18.3 |
| 11 | + github.com/jackc/pgx/v4 v4.12.1-0.20210724153913-640aa07df17c |
| 12 | + github.com/jackc/pgx/v5 v5.7.6 |
12 | 13 | github.com/justinas/alice v1.2.0 |
13 | 14 | github.com/stretchr/testify v1.8.1 |
14 | 15 | go.uber.org/zap v1.24.0 |
15 | 16 | ) |
16 | 17 |
|
17 | 18 | require ( |
18 | | - github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect |
19 | | - github.com/Microsoft/go-winio v0.5.2 // indirect |
20 | 19 | github.com/davecgh/go-spew v1.1.1 // indirect |
21 | | - github.com/docker/distribution v2.8.0+incompatible // indirect |
22 | | - github.com/docker/docker v20.10.21+incompatible // indirect |
23 | | - github.com/docker/go-connections v0.4.0 // indirect |
24 | | - github.com/docker/go-units v0.4.0 // indirect |
25 | 20 | github.com/felixge/httpsnoop v1.0.3 // indirect |
26 | | - github.com/gogo/protobuf v1.3.2 // indirect |
27 | | - github.com/google/go-cmp v0.5.9 // indirect |
28 | | - github.com/google/uuid v1.3.0 // indirect |
29 | 21 | github.com/jackc/chunkreader/v2 v2.0.1 // indirect |
30 | 22 | github.com/jackc/pgconn v1.14.3 // indirect |
31 | 23 | github.com/jackc/pgio v1.0.0 // indirect |
32 | 24 | github.com/jackc/pgpassfile v1.0.0 // indirect |
33 | 25 | github.com/jackc/pgproto3/v2 v2.3.3 // indirect |
34 | | - github.com/jackc/pgservicefile v0.0.0-20221227161230-091c0ba34f0a // indirect |
| 26 | + github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect |
35 | 27 | github.com/jackc/pgtype v1.14.0 // indirect |
36 | | - github.com/kr/pretty v0.3.0 // indirect |
| 28 | + github.com/jackc/puddle/v2 v2.2.2 // indirect |
| 29 | + github.com/kr/text v0.2.0 // indirect |
37 | 30 | github.com/lib/pq v1.10.7 // indirect |
38 | | - github.com/opencontainers/go-digest v1.0.0 // indirect |
39 | | - github.com/opencontainers/image-spec v1.0.2 // indirect |
40 | 31 | github.com/pkg/errors v0.9.1 // indirect |
41 | 32 | github.com/pmezard/go-difflib v1.0.0 // indirect |
42 | 33 | github.com/rogpeppe/go-internal v1.9.0 // indirect |
43 | | - github.com/sirupsen/logrus v1.9.0 // indirect |
44 | 34 | go.uber.org/atomic v1.10.0 // indirect |
45 | 35 | go.uber.org/multierr v1.9.0 // indirect |
46 | | - golang.org/x/crypto v0.33.0 // indirect |
47 | | - golang.org/x/net v0.21.0 // indirect |
48 | | - golang.org/x/sync v0.11.0 // indirect |
49 | | - golang.org/x/sys v0.30.0 // indirect |
50 | | - golang.org/x/text v0.22.0 // indirect |
51 | | - gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect |
| 36 | + golang.org/x/crypto v0.37.0 // indirect |
| 37 | + golang.org/x/sync v0.13.0 // indirect |
| 38 | + golang.org/x/text v0.24.0 // indirect |
52 | 39 | gopkg.in/yaml.v3 v3.0.1 // indirect |
53 | 40 | ) |
0 commit comments