|
1 | 1 | module github.com/raystack/compass |
2 | 2 |
|
3 | | -go 1.20 |
| 3 | +go 1.25.0 |
| 4 | + |
| 5 | +toolchain go1.26.1 |
4 | 6 |
|
5 | 7 | require ( |
6 | | - github.com/DataDog/datadog-go/v5 v5.1.1 |
| 8 | + github.com/DataDog/datadog-go/v5 v5.8.3 |
7 | 9 | github.com/MakeNowJust/heredoc v1.0.0 |
8 | | - github.com/Masterminds/semver/v3 v3.1.1 |
9 | | - github.com/Masterminds/squirrel v1.5.2 |
10 | | - github.com/elastic/go-elasticsearch v0.0.0 |
11 | | - github.com/elastic/go-elasticsearch/v7 v7.16.0 |
12 | | - github.com/envoyproxy/protoc-gen-validate v0.10.0 |
13 | | - github.com/go-playground/locales v0.14.0 |
14 | | - github.com/go-playground/universal-translator v0.18.0 |
15 | | - github.com/go-playground/validator/v10 v10.10.0 |
16 | | - github.com/golang-migrate/migrate/v4 v4.15.2 |
17 | | - github.com/golang-module/carbon/v2 v2.1.8 |
18 | | - github.com/google/go-cmp v0.5.9 |
19 | | - github.com/google/uuid v1.3.0 |
20 | | - github.com/gorilla/handlers v1.4.2 |
21 | | - github.com/grpc-ecosystem/go-grpc-middleware v1.3.0 |
22 | | - github.com/grpc-ecosystem/grpc-gateway/v2 v2.11.3 |
23 | | - github.com/jackc/pgconn v1.8.0 |
24 | | - github.com/jackc/pgerrcode v0.0.0-20201024163028-a0d42d470451 |
25 | | - github.com/jackc/pgx/v4 v4.10.1 |
26 | | - github.com/jmoiron/sqlx v1.3.5 |
27 | | - github.com/lestrrat-go/jwx/v2 v2.0.12 |
28 | | - github.com/lib/pq v1.10.2 |
29 | | - github.com/newrelic/go-agent/v3 v3.15.2 |
30 | | - github.com/newrelic/go-agent/v3/integrations/nrelasticsearch-v7 v1.0.1 |
31 | | - github.com/newrelic/go-agent/v3/integrations/nrgrpc v1.3.1 |
32 | | - github.com/olivere/elastic/v7 v7.0.31 |
33 | | - github.com/ory/dockertest/v3 v3.9.1 |
| 10 | + github.com/Masterminds/semver/v3 v3.4.0 |
| 11 | + github.com/Masterminds/squirrel v1.5.4 |
| 12 | + github.com/elastic/go-elasticsearch/v8 v8.17.1 |
| 13 | + github.com/envoyproxy/protoc-gen-validate v1.3.0 |
| 14 | + github.com/go-playground/locales v0.14.1 |
| 15 | + github.com/go-playground/universal-translator v0.18.1 |
| 16 | + github.com/go-playground/validator/v10 v10.30.1 |
| 17 | + github.com/golang-migrate/migrate/v4 v4.19.1 |
| 18 | + github.com/golang-module/carbon/v2 v2.6.9 |
| 19 | + github.com/google/go-cmp v0.7.0 |
| 20 | + github.com/google/uuid v1.6.0 |
| 21 | + github.com/gorilla/handlers v1.5.2 |
| 22 | + github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.3.3 |
| 23 | + github.com/grpc-ecosystem/grpc-gateway/v2 v2.28.0 |
| 24 | + github.com/jackc/pgerrcode v0.0.0-20250907135507-afb5586c32a6 |
| 25 | + github.com/jackc/pgx/v5 v5.9.1 |
| 26 | + github.com/jmoiron/sqlx v1.4.0 |
| 27 | + github.com/lestrrat-go/jwx/v2 v2.1.6 |
| 28 | + github.com/lib/pq v1.12.0 |
| 29 | + github.com/newrelic/go-agent/v3 v3.42.0 |
| 30 | + github.com/newrelic/go-agent/v3/integrations/nrelasticsearch-v7 v1.0.3 |
| 31 | + github.com/newrelic/go-agent/v3/integrations/nrgrpc v1.4.7 |
| 32 | + github.com/ory/dockertest/v3 v3.12.0 |
34 | 33 | github.com/peterbourgon/mergemap v0.0.1 |
35 | | - github.com/r3labs/diff/v2 v2.15.0 |
36 | | - github.com/raystack/salt v0.3.1 |
37 | | - github.com/spf13/cobra v1.4.0 |
38 | | - github.com/stretchr/testify v1.8.4 |
39 | | - go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.42.0 |
40 | | - go.opentelemetry.io/otel v1.16.0 |
41 | | - go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v0.39.0 |
42 | | - go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.16.0 |
43 | | - go.opentelemetry.io/otel/sdk v1.16.0 |
44 | | - go.opentelemetry.io/otel/sdk/metric v0.39.0 |
45 | | - google.golang.org/genproto v0.0.0-20230306155012-7f2fa6fef1f4 |
46 | | - google.golang.org/grpc v1.55.0 |
47 | | - google.golang.org/protobuf v1.30.0 |
| 34 | + github.com/r3labs/diff/v3 v3.0.2 |
| 35 | + github.com/raystack/salt v0.7.0 |
| 36 | + github.com/spf13/cobra v1.10.2 |
| 37 | + github.com/stretchr/testify v1.11.1 |
| 38 | + go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.67.0 |
| 39 | + go.opentelemetry.io/otel v1.42.0 |
| 40 | + go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v1.42.0 |
| 41 | + go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.42.0 |
| 42 | + go.opentelemetry.io/otel/sdk v1.42.0 |
| 43 | + go.opentelemetry.io/otel/sdk/metric v1.42.0 |
| 44 | + google.golang.org/genproto/googleapis/api v0.0.0-20260209200024-4cfbd4190f57 |
| 45 | + google.golang.org/grpc v1.79.2 |
| 46 | + google.golang.org/protobuf v1.36.11 |
48 | 47 | gopkg.in/yaml.v2 v2.4.0 |
49 | 48 | gotest.tools v2.2.0+incompatible |
50 | 49 | ) |
51 | 50 |
|
52 | 51 | require ( |
53 | | - github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect |
54 | | - github.com/Microsoft/go-winio v0.5.2 // indirect |
| 52 | + github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161 // indirect |
| 53 | + github.com/Microsoft/go-winio v0.6.2 // indirect |
55 | 54 | github.com/Nvveen/Gotty v0.0.0-20120604004816-cd527374f1e5 // indirect |
56 | 55 | github.com/alecthomas/chroma v0.8.2 // indirect |
57 | 56 | github.com/aymerick/douceur v0.2.0 // indirect |
58 | 57 | github.com/briandowns/spinner v1.18.0 // indirect |
59 | | - github.com/cenkalti/backoff/v4 v4.2.1 // indirect |
| 58 | + github.com/cenkalti/backoff/v4 v4.3.0 // indirect |
60 | 59 | github.com/charmbracelet/glamour v0.3.0 // indirect |
61 | 60 | github.com/cli/safeexec v1.0.0 // indirect |
62 | | - github.com/containerd/continuity v0.3.0 // indirect |
63 | | - github.com/cpuguy83/go-md2man/v2 v2.0.1 // indirect |
| 61 | + github.com/containerd/continuity v0.4.5 // indirect |
| 62 | + github.com/cpuguy83/go-md2man/v2 v2.0.6 // indirect |
64 | 63 | github.com/danwakefield/fnmatch v0.0.0-20160403171240-cbb64ac3d964 // indirect |
65 | | - github.com/davecgh/go-spew v1.1.1 // indirect |
66 | | - github.com/decred/dcrd/dcrec/secp256k1/v4 v4.2.0 // indirect |
67 | | - github.com/dlclark/regexp2 v1.2.0 // indirect |
68 | | - github.com/docker/cli v20.10.14+incompatible // indirect |
69 | | - github.com/docker/docker v20.10.13+incompatible // indirect |
70 | | - github.com/docker/go-connections v0.4.0 // indirect |
71 | | - github.com/docker/go-units v0.4.0 // indirect |
72 | | - github.com/fatih/color v1.13.0 // indirect |
73 | | - github.com/goccy/go-json v0.10.2 // indirect |
| 64 | + github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect |
| 65 | + github.com/decred/dcrd/dcrec/secp256k1/v4 v4.4.0 // indirect |
| 66 | + github.com/dlclark/regexp2 v1.9.0 // indirect |
| 67 | + github.com/docker/cli v27.4.1+incompatible // indirect |
| 68 | + github.com/docker/docker v28.3.3+incompatible // indirect |
| 69 | + github.com/docker/go-connections v0.5.0 // indirect |
| 70 | + github.com/docker/go-units v0.5.0 // indirect |
| 71 | + github.com/fatih/color v1.15.0 // indirect |
| 72 | + github.com/goccy/go-json v0.10.3 // indirect |
74 | 73 | github.com/gogo/protobuf v1.3.2 // indirect |
75 | | - github.com/golang/protobuf v1.5.3 // indirect |
| 74 | + github.com/golang/protobuf v1.5.4 // indirect |
76 | 75 | github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect |
77 | 76 | github.com/gorilla/css v1.0.0 // indirect |
78 | | - github.com/hashicorp/errwrap v1.1.0 // indirect |
79 | | - github.com/hashicorp/go-multierror v1.1.1 // indirect |
80 | 77 | github.com/hashicorp/go-version v1.3.0 // indirect |
81 | 78 | github.com/hashicorp/hcl v1.0.0 // indirect |
82 | | - github.com/imdario/mergo v0.3.12 // indirect |
83 | | - github.com/inconshreveable/mousetrap v1.0.0 // indirect |
84 | | - github.com/jackc/chunkreader/v2 v2.0.1 // indirect |
85 | | - github.com/jackc/pgio v1.0.0 // indirect |
| 79 | + github.com/inconshreveable/mousetrap v1.1.0 // indirect |
86 | 80 | github.com/jackc/pgpassfile v1.0.0 // indirect |
87 | | - github.com/jackc/pgproto3/v2 v2.0.7 // indirect |
88 | | - github.com/jackc/pgtype v1.6.2 // indirect |
89 | 81 | github.com/jeremywohl/flatten v1.0.1 // indirect |
90 | | - github.com/josharian/intern v1.0.0 // indirect |
91 | 82 | github.com/lann/builder v0.0.0-20180802200727-47ae307949d0 // indirect |
92 | 83 | github.com/lann/ps v0.0.0-20150810152359-62de8c46ede0 // indirect |
93 | | - github.com/leodido/go-urn v1.2.1 // indirect |
94 | | - github.com/lestrrat-go/blackmagic v1.0.1 // indirect |
| 84 | + github.com/leodido/go-urn v1.4.0 // indirect |
| 85 | + github.com/lestrrat-go/blackmagic v1.0.3 // indirect |
95 | 86 | github.com/lestrrat-go/httpcc v1.0.1 // indirect |
96 | | - github.com/lestrrat-go/httprc v1.0.4 // indirect |
| 87 | + github.com/lestrrat-go/httprc v1.0.6 // indirect |
97 | 88 | github.com/lestrrat-go/iter v1.0.2 // indirect |
98 | 89 | github.com/lestrrat-go/option v1.0.1 // indirect |
99 | 90 | github.com/lucasb-eyer/go-colorful v1.2.0 // indirect |
100 | | - github.com/magiconair/properties v1.8.6 // indirect |
101 | | - github.com/mailru/easyjson v0.7.7 // indirect |
102 | | - github.com/mattn/go-colorable v0.1.12 // indirect |
103 | | - github.com/mattn/go-isatty v0.0.14 // indirect |
| 91 | + github.com/magiconair/properties v1.8.7 // indirect |
| 92 | + github.com/mattn/go-colorable v0.1.13 // indirect |
| 93 | + github.com/mattn/go-isatty v0.0.19 // indirect |
104 | 94 | github.com/mattn/go-runewidth v0.0.13 // indirect |
105 | 95 | github.com/mcuadros/go-defaults v1.2.0 // indirect |
106 | 96 | github.com/microcosm-cc/bluemonday v1.0.6 // indirect |
107 | 97 | github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db // indirect |
108 | | - github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6 // indirect |
109 | | - github.com/muesli/reflow v0.2.0 // indirect |
110 | | - github.com/muesli/termenv v0.9.0 // indirect |
| 98 | + github.com/moby/term v0.5.0 // indirect |
| 99 | + github.com/muesli/reflow v0.3.0 // indirect |
| 100 | + github.com/muesli/termenv v0.11.1-0.20220212125758-44cd13922739 // indirect |
111 | 101 | github.com/oklog/run v1.1.0 // indirect |
112 | 102 | github.com/olekukonko/tablewriter v0.0.5 // indirect |
113 | 103 | github.com/opencontainers/go-digest v1.0.0 // indirect |
114 | | - github.com/opencontainers/image-spec v1.0.2 // indirect |
115 | | - github.com/opencontainers/runc v1.1.2 // indirect |
| 104 | + github.com/opencontainers/image-spec v1.1.0 // indirect |
| 105 | + github.com/opencontainers/runc v1.2.3 // indirect |
116 | 106 | github.com/pkg/errors v0.9.1 // indirect |
117 | | - github.com/pmezard/go-difflib v1.0.0 // indirect |
| 107 | + github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect |
118 | 108 | github.com/rivo/uniseg v0.2.0 // indirect |
119 | 109 | github.com/russross/blackfriday/v2 v2.1.0 // indirect |
120 | 110 | github.com/schollz/progressbar/v3 v3.8.5 // indirect |
121 | 111 | github.com/segmentio/asm v1.2.0 // indirect |
122 | | - github.com/sirupsen/logrus v1.8.1 // indirect |
123 | | - github.com/spf13/afero v1.9.2 // indirect |
124 | | - github.com/spf13/jwalterweatherman v1.1.0 // indirect |
125 | | - github.com/spf13/pflag v1.0.5 // indirect |
126 | | - github.com/stretchr/objx v0.5.0 // indirect |
127 | | - github.com/vmihailenco/msgpack v4.0.4+incompatible // indirect |
128 | | - github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f // indirect |
| 112 | + github.com/sirupsen/logrus v1.9.3 // indirect |
| 113 | + github.com/spf13/afero v1.11.0 // indirect |
| 114 | + github.com/spf13/pflag v1.0.9 // indirect |
| 115 | + github.com/stretchr/objx v0.5.2 // indirect |
| 116 | + github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect |
129 | 117 | github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect |
130 | 118 | github.com/xeipuuv/gojsonschema v1.2.0 // indirect |
131 | 119 | github.com/yuin/goldmark v1.4.13 // indirect |
132 | 120 | github.com/yuin/goldmark-emoji v1.0.1 // indirect |
133 | | - golang.org/x/net v0.10.0 // indirect |
134 | | - golang.org/x/sys v0.11.0 // indirect |
135 | | - golang.org/x/term v0.11.0 // indirect |
136 | | - golang.org/x/text v0.12.0 // indirect |
137 | | - golang.org/x/xerrors v0.0.0-20220609144429-65e65417b02f // indirect |
138 | | - google.golang.org/appengine v1.6.7 // indirect |
| 121 | + golang.org/x/net v0.51.0 // indirect |
| 122 | + golang.org/x/sys v0.41.0 // indirect |
| 123 | + golang.org/x/term v0.40.0 // indirect |
| 124 | + golang.org/x/text v0.34.0 // indirect |
139 | 125 | gopkg.in/yaml.v3 v3.0.1 // indirect |
140 | 126 | ) |
141 | 127 |
|
142 | 128 | require ( |
| 129 | + dario.cat/mergo v1.0.0 // indirect |
143 | 130 | github.com/benbjohnson/clock v1.3.0 // indirect |
144 | | - github.com/fsnotify/fsnotify v1.5.4 // indirect |
145 | | - github.com/go-logr/logr v1.2.4 // indirect |
| 131 | + github.com/cenkalti/backoff/v5 v5.0.3 // indirect |
| 132 | + github.com/cespare/xxhash/v2 v2.3.0 // indirect |
| 133 | + github.com/dromara/carbon/v2 v2.6.9 // indirect |
| 134 | + github.com/elastic/elastic-transport-go/v8 v8.6.1 // indirect |
| 135 | + github.com/elastic/go-elasticsearch/v7 v7.17.10 // indirect |
| 136 | + github.com/felixge/httpsnoop v1.0.4 // indirect |
| 137 | + github.com/fsnotify/fsnotify v1.7.0 // indirect |
| 138 | + github.com/gabriel-vasile/mimetype v1.4.12 // indirect |
| 139 | + github.com/go-logr/logr v1.4.3 // indirect |
146 | 140 | github.com/go-logr/stdr v1.2.2 // indirect |
147 | | - github.com/gofrs/uuid v4.2.0+incompatible // indirect |
148 | | - github.com/jackc/pgservicefile v0.0.0-20221227161230-091c0ba34f0a // indirect |
| 141 | + github.com/go-playground/validator v9.31.0+incompatible // indirect |
| 142 | + github.com/go-viper/mapstructure/v2 v2.1.0 // indirect |
| 143 | + github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect |
| 144 | + github.com/jackc/puddle/v2 v2.2.2 // indirect |
149 | 145 | github.com/mitchellh/mapstructure v1.5.0 // indirect |
150 | | - github.com/pelletier/go-toml v1.9.5 // indirect |
151 | | - github.com/pelletier/go-toml/v2 v2.0.2 // indirect |
152 | | - github.com/spf13/cast v1.5.0 // indirect |
153 | | - github.com/spf13/viper v1.11.0 // indirect |
154 | | - github.com/subosito/gotenv v1.4.0 // indirect |
155 | | - go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.16.0 // indirect |
156 | | - go.opentelemetry.io/otel/exporters/otlp/otlpmetric v0.39.0 // indirect |
157 | | - go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.16.0 // indirect |
158 | | - go.opentelemetry.io/otel/metric v1.16.0 // indirect |
159 | | - go.opentelemetry.io/otel/trace v1.16.0 // indirect |
160 | | - go.opentelemetry.io/proto/otlp v0.19.0 // indirect |
161 | | - go.uber.org/atomic v1.9.0 // indirect |
162 | | - go.uber.org/multierr v1.8.0 // indirect |
| 146 | + github.com/moby/docker-image-spec v1.3.1 // indirect |
| 147 | + github.com/moby/sys/user v0.3.0 // indirect |
| 148 | + github.com/newrelic/csec-go-agent v1.6.0 // indirect |
| 149 | + github.com/pelletier/go-toml/v2 v2.2.2 // indirect |
| 150 | + github.com/sagikazarmark/locafero v0.4.0 // indirect |
| 151 | + github.com/sagikazarmark/slog-shim v0.1.0 // indirect |
| 152 | + github.com/sourcegraph/conc v0.3.0 // indirect |
| 153 | + github.com/spf13/cast v1.6.0 // indirect |
| 154 | + github.com/spf13/viper v1.19.0 // indirect |
| 155 | + github.com/subosito/gotenv v1.6.0 // indirect |
| 156 | + github.com/vmihailenco/msgpack/v5 v5.4.1 // indirect |
| 157 | + github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect |
| 158 | + go.opentelemetry.io/auto/sdk v1.2.1 // indirect |
| 159 | + go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.42.0 // indirect |
| 160 | + go.opentelemetry.io/otel/metric v1.42.0 // indirect |
| 161 | + go.opentelemetry.io/otel/trace v1.42.0 // indirect |
| 162 | + go.opentelemetry.io/proto/otlp v1.9.0 // indirect |
| 163 | + go.uber.org/atomic v1.10.0 // indirect |
| 164 | + go.uber.org/multierr v1.9.0 // indirect |
163 | 165 | go.uber.org/zap v1.21.0 // indirect |
164 | | - golang.org/x/crypto v0.12.0 // indirect |
165 | | - gopkg.in/ini.v1 v1.66.6 // indirect |
| 166 | + go.yaml.in/yaml/v3 v3.0.4 // indirect |
| 167 | + golang.org/x/arch v0.25.0 // indirect |
| 168 | + golang.org/x/crypto v0.48.0 // indirect |
| 169 | + golang.org/x/exp v0.0.0-20240325151524-a685a6edb6d8 // indirect |
| 170 | + golang.org/x/sync v0.19.0 // indirect |
| 171 | + google.golang.org/genproto/googleapis/rpc v0.0.0-20260226221140-a57be14db171 // indirect |
| 172 | + gopkg.in/ini.v1 v1.67.0 // indirect |
166 | 173 | ) |
0 commit comments