|
1 | 1 | module github.com/supabase/pg-startup-profiler |
2 | 2 |
|
3 | | -go 1.23.0 |
| 3 | +go 1.25.0 |
4 | 4 |
|
5 | 5 | require ( |
6 | 6 | github.com/charmbracelet/log v0.4.2 |
7 | | - github.com/docker/docker v25.0.6+incompatible |
| 7 | + github.com/containerd/errdefs v1.0.0 |
| 8 | + github.com/moby/moby/api v1.54.2 |
| 9 | + github.com/moby/moby/client v0.4.1 |
8 | 10 | github.com/spf13/cobra v1.8.1 |
9 | 11 | gopkg.in/yaml.v3 v3.0.1 |
10 | 12 | ) |
11 | 13 |
|
12 | 14 | require ( |
13 | | - github.com/Microsoft/go-winio v0.4.21 // indirect |
| 15 | + github.com/Microsoft/go-winio v0.6.2 // indirect |
14 | 16 | github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect |
| 17 | + github.com/cespare/xxhash/v2 v2.3.0 // indirect |
15 | 18 | github.com/charmbracelet/colorprofile v0.2.3-0.20250311203215-f60798e515dc // indirect |
16 | 19 | github.com/charmbracelet/lipgloss v1.1.0 // indirect |
17 | 20 | github.com/charmbracelet/x/ansi v0.8.0 // indirect |
18 | 21 | github.com/charmbracelet/x/cellbuf v0.0.13-0.20250311204145-2c3ea96c31dd // indirect |
19 | 22 | github.com/charmbracelet/x/term v0.2.1 // indirect |
20 | | - github.com/containerd/log v0.1.0 // indirect |
| 23 | + github.com/containerd/errdefs/pkg v0.3.0 // indirect |
21 | 24 | github.com/distribution/reference v0.6.0 // indirect |
22 | | - github.com/docker/go-connections v0.6.0 // indirect |
| 25 | + github.com/docker/go-connections v0.7.0 // indirect |
23 | 26 | github.com/docker/go-units v0.5.0 // indirect |
24 | 27 | github.com/felixge/httpsnoop v1.0.4 // indirect |
25 | 28 | github.com/go-logfmt/logfmt v0.6.0 // indirect |
26 | | - github.com/go-logr/logr v1.4.1 // indirect |
| 29 | + github.com/go-logr/logr v1.4.3 // indirect |
27 | 30 | github.com/go-logr/stdr v1.2.2 // indirect |
28 | | - github.com/gogo/protobuf v1.3.2 // indirect |
29 | 31 | github.com/inconshreveable/mousetrap v1.1.0 // indirect |
30 | | - github.com/kr/pretty v0.3.1 // indirect |
31 | 32 | github.com/lucasb-eyer/go-colorful v1.2.0 // indirect |
32 | 33 | github.com/mattn/go-isatty v0.0.20 // indirect |
33 | 34 | github.com/mattn/go-runewidth v0.0.16 // indirect |
34 | | - github.com/moby/term v0.5.2 // indirect |
35 | | - github.com/morikuni/aec v1.1.0 // indirect |
| 35 | + github.com/moby/docker-image-spec v1.3.1 // indirect |
36 | 36 | github.com/muesli/termenv v0.16.0 // indirect |
37 | 37 | github.com/opencontainers/go-digest v1.0.0 // indirect |
38 | 38 | github.com/opencontainers/image-spec v1.1.1 // indirect |
39 | | - github.com/pkg/errors v0.9.1 // indirect |
40 | 39 | github.com/rivo/uniseg v0.4.7 // indirect |
41 | | - github.com/rogpeppe/go-internal v1.10.0 // indirect |
42 | | - github.com/sirupsen/logrus v1.9.4 // indirect |
43 | 40 | github.com/spf13/pflag v1.0.5 // indirect |
44 | 41 | github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect |
45 | | - go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.49.0 // indirect |
46 | | - go.opentelemetry.io/otel v1.24.0 // indirect |
47 | | - go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.24.0 // indirect |
48 | | - go.opentelemetry.io/otel/metric v1.24.0 // indirect |
49 | | - go.opentelemetry.io/otel/sdk v1.24.0 // indirect |
50 | | - go.opentelemetry.io/otel/trace v1.24.0 // indirect |
| 42 | + go.opentelemetry.io/auto/sdk v1.2.1 // indirect |
| 43 | + go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.60.0 // indirect |
| 44 | + go.opentelemetry.io/otel v1.43.0 // indirect |
| 45 | + go.opentelemetry.io/otel/metric v1.43.0 // indirect |
| 46 | + go.opentelemetry.io/otel/sdk v1.43.0 // indirect |
| 47 | + go.opentelemetry.io/otel/sdk/metric v1.43.0 // indirect |
| 48 | + go.opentelemetry.io/otel/trace v1.43.0 // indirect |
51 | 49 | golang.org/x/exp v0.0.0-20231006140011-7918f672742d // indirect |
52 | | - golang.org/x/sys v0.30.0 // indirect |
53 | | - golang.org/x/time v0.5.0 // indirect |
54 | | - gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect |
55 | | - gotest.tools/v3 v3.5.2 // indirect |
| 50 | + golang.org/x/sys v0.42.0 // indirect |
56 | 51 | ) |
0 commit comments