-
Notifications
You must be signed in to change notification settings - Fork 33
Expand file tree
/
Copy pathgo.mod
More file actions
60 lines (57 loc) · 2.56 KB
/
Copy pathgo.mod
File metadata and controls
60 lines (57 loc) · 2.56 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
module github.com/bruin-data/dac
go 1.25.0
require (
github.com/bruin-data/bruin/semantic-engine v0.0.0-20260630183621-ed4c9b0f3220
github.com/denisbrodbeck/machineid v1.0.1
github.com/dop251/goja v0.0.0-20260305124333-6a7976c22267
github.com/dustin/go-humanize v1.0.1
github.com/evanw/esbuild v0.27.3
github.com/fsnotify/fsnotify v1.9.0
github.com/google/uuid v1.6.0
github.com/nikolalohinski/gonja/v2 v2.7.0
github.com/rudderlabs/analytics-go/v4 v4.2.3
github.com/santhosh-tekuri/jsonschema/v6 v6.0.2
github.com/spf13/afero v1.15.0
github.com/urfave/cli/v3 v3.7.0
github.com/wcharczuk/go-chart/v2 v2.1.2
golang.org/x/oauth2 v0.36.0
google.golang.org/api v0.270.0
gopkg.in/yaml.v3 v3.0.1
)
require (
cloud.google.com/go/auth v0.18.2 // indirect
cloud.google.com/go/auth/oauth2adapt v0.2.8 // indirect
cloud.google.com/go/compute/metadata v0.9.0 // indirect
github.com/cespare/xxhash/v2 v2.3.0 // indirect
github.com/dlclark/regexp2 v1.11.4 // indirect
github.com/felixge/httpsnoop v1.0.4 // indirect
github.com/go-logr/logr v1.4.3 // indirect
github.com/go-logr/stdr v1.2.2 // indirect
github.com/go-sourcemap/sourcemap v2.1.3+incompatible // indirect
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
github.com/google/pprof v0.0.0-20250403155104-27863c87afa6 // indirect
github.com/google/s2a-go v0.1.9 // indirect
github.com/googleapis/enterprise-certificate-proxy v0.3.14 // indirect
github.com/googleapis/gax-go/v2 v2.17.0 // indirect
github.com/grafana/jsonparser v0.0.0-20250908162026-5c2524e07b4c // indirect
github.com/json-iterator/go v1.1.12 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.2 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/segmentio/backo-go v1.1.0 // indirect
github.com/sirupsen/logrus v1.9.3 // indirect
go.opentelemetry.io/auto/sdk v1.2.1 // indirect
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.61.0 // indirect
go.opentelemetry.io/otel v1.43.0 // indirect
go.opentelemetry.io/otel/metric v1.43.0 // indirect
go.opentelemetry.io/otel/trace v1.43.0 // indirect
golang.org/x/crypto v0.52.0 // indirect
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect
golang.org/x/image v0.41.0 // indirect
golang.org/x/net v0.55.0 // indirect
golang.org/x/sys v0.45.0 // indirect
golang.org/x/text v0.37.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20260414002931-afd174a4e478 // indirect
google.golang.org/grpc v1.82.1 // indirect
google.golang.org/protobuf v1.36.11 // indirect
)