-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
37 lines (34 loc) · 1.33 KB
/
go.mod
File metadata and controls
37 lines (34 loc) · 1.33 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
module github.com/lavr/express-botx
go 1.25.5
require (
github.com/getsentry/sentry-go v0.43.0
github.com/go-chi/chi/v5 v5.2.5
github.com/itchyny/gojq v0.12.18
github.com/mehanizm/iuliia-go v1.0.2
github.com/newrelic/go-agent/v3 v3.42.0
github.com/rabbitmq/amqp091-go v1.10.0
github.com/segmentio/kafka-go v0.4.50
go.elastic.co/apm/module/apmhttp/v2 v2.7.4
go.elastic.co/apm/v2 v2.7.4
golang.org/x/term v0.41.0
gopkg.in/yaml.v3 v3.0.1
)
require (
github.com/armon/go-radix v1.0.0 // indirect
github.com/elastic/go-sysinfo v1.7.1 // indirect
github.com/elastic/go-windows v1.0.0 // indirect
github.com/itchyny/timefmt-go v0.1.7 // indirect
github.com/joeshaw/multierror v0.0.0-20140124173710-69b34d4ec901 // indirect
github.com/klauspost/compress v1.15.9 // indirect
github.com/pierrec/lz4/v4 v4.1.15 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/prometheus/procfs v0.0.0-20190425082905-87a4384529e0 // indirect
go.elastic.co/fastjson v1.5.1 // indirect
golang.org/x/net v0.38.0 // indirect
golang.org/x/sys v0.42.0 // indirect
golang.org/x/text v0.23.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240528184218-531527333157 // indirect
google.golang.org/grpc v1.65.0 // indirect
google.golang.org/protobuf v1.34.2 // indirect
howett.net/plist v0.0.0-20181124034731-591f970eefbb // indirect
)