-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgo.mod
More file actions
50 lines (46 loc) · 1.76 KB
/
Copy pathgo.mod
File metadata and controls
50 lines (46 loc) · 1.76 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
module github.com/kumparan/ferstream
go 1.26.0
require (
github.com/kumparan/tapao v1.2.0
github.com/nats-io/nats.go v1.53.1
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.10.2
github.com/stretchr/testify v1.12.1
go.uber.org/mock v0.6.0
google.golang.org/protobuf v1.36.12
)
require (
github.com/antithesishq/antithesis-sdk-go v0.7.2-default-no-op // indirect
github.com/aymerick/douceur v0.2.0 // indirect
github.com/cockroachdb/apd v1.1.0 // indirect
github.com/getsentry/sentry-go v0.49.0 // indirect
github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 // indirect
github.com/gofrs/uuid/v5 v5.5.1 // indirect
github.com/goodsign/monday v1.0.2 // indirect
github.com/google/go-tpm v0.9.8 // indirect
github.com/gorilla/css v1.0.1 // indirect
github.com/klauspost/compress v1.20.0 // indirect
github.com/leekchan/accounting v1.0.0 // indirect
github.com/microcosm-cc/bluemonday v1.0.27 // indirect
github.com/minio/highwayhash v1.0.4 // indirect
github.com/nats-io/jwt/v2 v2.8.2 // indirect
github.com/oklog/ulid v1.3.1 // indirect
github.com/robfig/cron/v3 v3.0.1 // indirect
github.com/shopspring/decimal v1.4.0 // indirect
github.com/vmihailenco/msgpack/v5 v5.4.1 // indirect
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
go.yaml.in/yaml/v3 v3.0.5 // indirect
golang.org/x/sys v0.47.0 // indirect
golang.org/x/text v0.41.0 // indirect
golang.org/x/time v0.15.0 // indirect
)
require (
github.com/graph-gophers/graphql-go v1.10.2 // indirect
github.com/kumparan/go-utils v1.51.0
github.com/nats-io/nats-server/v2 v2.14.6
github.com/nats-io/nkeys v0.4.16 // indirect
github.com/nats-io/nuid v1.0.1 // indirect
golang.org/x/crypto v0.56.0 // indirect
golang.org/x/net v0.58.0 // indirect
google.golang.org/grpc v1.83.2 // indirect
)