|
| 1 | +module github.com/supabase/cli/pkg |
| 2 | + |
| 3 | +go 1.24.2 |
| 4 | + |
| 5 | +require ( |
| 6 | + github.com/BurntSushi/toml v1.5.0 |
| 7 | + github.com/andybalholm/brotli v1.1.1 |
| 8 | + github.com/cenkalti/backoff/v4 v4.3.0 |
| 9 | + github.com/docker/go-units v0.5.0 |
| 10 | + github.com/ecies/go/v2 v2.0.11 |
| 11 | + github.com/go-errors/errors v1.5.1 |
| 12 | + github.com/go-viper/mapstructure/v2 v2.2.1 |
| 13 | + github.com/golang-jwt/jwt/v5 v5.2.2 |
| 14 | + github.com/h2non/gock v1.2.0 |
| 15 | + github.com/jackc/pgconn v1.14.3 |
| 16 | + github.com/jackc/pgerrcode v0.0.0-20240316143900-6e2875d9b438 |
| 17 | + github.com/jackc/pgmock v0.0.0-20210724152146-4ad1a8207f65 |
| 18 | + github.com/jackc/pgproto3/v2 v2.3.3 |
| 19 | + github.com/jackc/pgtype v1.14.4 |
| 20 | + github.com/jackc/pgx/v4 v4.18.3 |
| 21 | + github.com/joho/godotenv v1.5.1 |
| 22 | + github.com/oapi-codegen/nullable v1.1.0 |
| 23 | + github.com/oapi-codegen/runtime v1.1.1 |
| 24 | + github.com/spf13/afero v1.14.0 |
| 25 | + github.com/spf13/viper v1.20.1 |
| 26 | + github.com/stretchr/testify v1.10.0 |
| 27 | + github.com/supabase/cli v1.226.5 |
| 28 | + github.com/tidwall/jsonc v0.3.2 |
| 29 | + golang.org/x/mod v0.24.0 |
| 30 | + google.golang.org/grpc v1.72.2 |
| 31 | +) |
| 32 | + |
| 33 | +require ( |
| 34 | + github.com/Microsoft/go-winio v0.6.2 // indirect |
| 35 | + github.com/apapsch/go-jsonmerge/v2 v2.0.0 // indirect |
| 36 | + github.com/containerd/errdefs v1.0.0 // indirect |
| 37 | + github.com/containerd/errdefs/pkg v0.3.0 // indirect |
| 38 | + github.com/containerd/log v0.1.0 // indirect |
| 39 | + github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect |
| 40 | + github.com/decred/dcrd/dcrec/secp256k1/v4 v4.4.0 // indirect |
| 41 | + github.com/distribution/reference v0.6.0 // indirect |
| 42 | + github.com/docker/docker v28.2.2+incompatible // indirect |
| 43 | + github.com/docker/go-connections v0.5.0 // indirect |
| 44 | + github.com/ethereum/go-ethereum v1.15.8 // indirect |
| 45 | + github.com/felixge/httpsnoop v1.0.4 // indirect |
| 46 | + github.com/fsnotify/fsnotify v1.9.0 // indirect |
| 47 | + github.com/go-logr/logr v1.4.2 // indirect |
| 48 | + github.com/go-logr/stdr v1.2.2 // indirect |
| 49 | + github.com/gogo/protobuf v1.3.2 // indirect |
| 50 | + github.com/google/uuid v1.6.0 // indirect |
| 51 | + github.com/h2non/parth v0.0.0-20190131123155-b4df798d6542 // indirect |
| 52 | + github.com/jackc/chunkreader/v2 v2.0.1 // indirect |
| 53 | + github.com/jackc/pgio v1.0.0 // indirect |
| 54 | + github.com/jackc/pgpassfile v1.0.0 // indirect |
| 55 | + github.com/jackc/pgservicefile v0.0.0-20221227161230-091c0ba34f0a // indirect |
| 56 | + github.com/moby/docker-image-spec v1.3.1 // indirect |
| 57 | + github.com/opencontainers/go-digest v1.0.0 // indirect |
| 58 | + github.com/opencontainers/image-spec v1.1.1 // indirect |
| 59 | + github.com/pelletier/go-toml/v2 v2.2.4 // indirect |
| 60 | + github.com/pkg/errors v0.9.1 // indirect |
| 61 | + github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect |
| 62 | + github.com/sagikazarmark/locafero v0.7.0 // indirect |
| 63 | + github.com/sourcegraph/conc v0.3.0 // indirect |
| 64 | + github.com/spf13/cast v1.7.1 // indirect |
| 65 | + github.com/spf13/pflag v1.0.6 // indirect |
| 66 | + github.com/stretchr/objx v0.5.2 // indirect |
| 67 | + github.com/subosito/gotenv v1.6.0 // indirect |
| 68 | + go.opentelemetry.io/auto/sdk v1.1.0 // indirect |
| 69 | + go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.59.0 // indirect |
| 70 | + go.opentelemetry.io/otel v1.36.0 // indirect |
| 71 | + go.opentelemetry.io/otel/metric v1.36.0 // indirect |
| 72 | + go.opentelemetry.io/otel/trace v1.36.0 // indirect |
| 73 | + go.uber.org/atomic v1.9.0 // indirect |
| 74 | + go.uber.org/multierr v1.9.0 // indirect |
| 75 | + golang.org/x/crypto v0.37.0 // indirect |
| 76 | + golang.org/x/sys v0.33.0 // indirect |
| 77 | + golang.org/x/text v0.24.0 // indirect |
| 78 | + gopkg.in/yaml.v3 v3.0.1 // indirect |
| 79 | + gotest.tools/v3 v3.5.2 // indirect |
| 80 | +) |
0 commit comments