|
1 | 1 | module github.com/app-sre/gabi
|
2 | 2 |
|
3 |
| -go 1.19 |
| 3 | +go 1.22.0 |
| 4 | + |
| 5 | +toolchain go1.22.9 |
4 | 6 |
|
5 | 7 | require (
|
6 | 8 | github.com/DATA-DOG/go-sqlmock v1.5.0
|
7 | 9 | github.com/etherlabsio/healthcheck/v2 v2.0.0
|
8 |
| - github.com/go-sql-driver/mysql v1.7.0 |
| 10 | + github.com/go-sql-driver/mysql v1.7.1 |
9 | 11 | github.com/gorilla/handlers v1.5.1
|
10 |
| - github.com/gorilla/mux v1.8.0 |
| 12 | + github.com/gorilla/mux v1.8.1 |
11 | 13 | github.com/jackc/pgx/v4 v4.18.1
|
12 | 14 | github.com/justinas/alice v1.2.0
|
13 |
| - github.com/orlangure/gnomock v0.24.0 |
14 |
| - github.com/stretchr/testify v1.8.1 |
15 |
| - go.uber.org/zap v1.24.0 |
| 15 | + github.com/orlangure/gnomock v0.31.0 |
| 16 | + github.com/stretchr/testify v1.10.0 |
| 17 | + go.uber.org/zap v1.27.0 |
16 | 18 | )
|
17 | 19 |
|
18 | 20 | require (
|
19 | 21 | github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
|
20 | 22 | github.com/Microsoft/go-winio v0.5.2 // indirect
|
| 23 | + github.com/cenkalti/backoff/v4 v4.3.0 // indirect |
21 | 24 | github.com/davecgh/go-spew v1.1.1 // indirect
|
22 |
| - github.com/docker/distribution v2.8.0+incompatible // indirect |
23 |
| - github.com/docker/docker v20.10.21+incompatible // indirect |
| 25 | + github.com/distribution/reference v0.6.0 // indirect |
| 26 | + github.com/docker/docker v26.1.3+incompatible // indirect |
24 | 27 | github.com/docker/go-connections v0.4.0 // indirect
|
25 | 28 | github.com/docker/go-units v0.4.0 // indirect
|
26 |
| - github.com/felixge/httpsnoop v1.0.3 // indirect |
| 29 | + github.com/felixge/httpsnoop v1.0.4 // indirect |
| 30 | + github.com/go-logr/logr v1.4.2 // indirect |
| 31 | + github.com/go-logr/stdr v1.2.2 // indirect |
27 | 32 | github.com/gogo/protobuf v1.3.2 // indirect
|
28 |
| - github.com/google/go-cmp v0.5.9 // indirect |
29 |
| - github.com/google/uuid v1.3.0 // indirect |
| 33 | + github.com/google/uuid v1.6.0 // indirect |
30 | 34 | github.com/jackc/chunkreader/v2 v2.0.1 // indirect
|
31 | 35 | github.com/jackc/pgconn v1.14.0 // indirect
|
32 | 36 | github.com/jackc/pgio v1.0.0 // indirect
|
33 | 37 | github.com/jackc/pgpassfile v1.0.0 // indirect
|
34 | 38 | github.com/jackc/pgproto3/v2 v2.3.2 // indirect
|
35 | 39 | github.com/jackc/pgservicefile v0.0.0-20221227161230-091c0ba34f0a // indirect
|
36 | 40 | github.com/jackc/pgtype v1.14.0 // indirect
|
37 |
| - github.com/kr/pretty v0.3.0 // indirect |
38 |
| - github.com/lib/pq v1.10.7 // indirect |
| 41 | + github.com/lib/pq v1.10.9 // indirect |
| 42 | + github.com/moby/docker-image-spec v1.3.1 // indirect |
39 | 43 | github.com/opencontainers/go-digest v1.0.0 // indirect
|
40 | 44 | github.com/opencontainers/image-spec v1.0.2 // indirect
|
41 | 45 | github.com/pkg/errors v0.9.1 // indirect
|
42 | 46 | github.com/pmezard/go-difflib v1.0.0 // indirect
|
43 |
| - github.com/rogpeppe/go-internal v1.9.0 // indirect |
44 | 47 | github.com/sirupsen/logrus v1.9.0 // indirect
|
45 |
| - go.uber.org/atomic v1.10.0 // indirect |
46 |
| - go.uber.org/multierr v1.9.0 // indirect |
47 |
| - golang.org/x/crypto v0.6.0 // indirect |
48 |
| - golang.org/x/net v0.7.0 // indirect |
49 |
| - golang.org/x/sync v0.1.0 // indirect |
50 |
| - golang.org/x/sys v0.5.0 // indirect |
51 |
| - golang.org/x/text v0.7.0 // indirect |
52 |
| - gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect |
| 48 | + go.opentelemetry.io/auto/sdk v1.1.0 // indirect |
| 49 | + go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.50.0 // indirect |
| 50 | + go.opentelemetry.io/otel v1.35.0 // indirect |
| 51 | + go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.35.0 // indirect |
| 52 | + go.opentelemetry.io/otel/metric v1.35.0 // indirect |
| 53 | + go.opentelemetry.io/otel/sdk v1.35.0 // indirect |
| 54 | + go.opentelemetry.io/otel/trace v1.35.0 // indirect |
| 55 | + go.opentelemetry.io/proto/otlp v1.5.0 // indirect |
| 56 | + go.uber.org/multierr v1.10.0 // indirect |
| 57 | + golang.org/x/crypto v0.32.0 // indirect |
| 58 | + golang.org/x/net v0.34.0 // indirect |
| 59 | + golang.org/x/sync v0.10.0 // indirect |
| 60 | + golang.org/x/sys v0.30.0 // indirect |
| 61 | + golang.org/x/text v0.21.0 // indirect |
| 62 | + google.golang.org/grpc v1.71.1 // indirect |
| 63 | + google.golang.org/protobuf v1.36.5 // indirect |
53 | 64 | gopkg.in/yaml.v3 v3.0.1 // indirect
|
54 | 65 | )
|
0 commit comments