-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
31 lines (28 loc) · 1.03 KB
/
go.mod
File metadata and controls
31 lines (28 loc) · 1.03 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
module github.com/adityaadpandey/go-grpc-micro
go 1.24.3
require (
github.com/99designs/gqlgen v0.17.78
github.com/kelseyhightower/envconfig v1.4.0
github.com/lib/pq v1.10.9
github.com/segmentio/ksuid v1.0.4
github.com/tinrab/retry v1.0.0
github.com/vektah/gqlparser/v2 v2.5.30
google.golang.org/grpc v1.74.2
google.golang.org/protobuf v1.36.6
gopkg.in/olivere/elastic.v5 v5.0.86
)
require (
github.com/agnivade/levenshtein v1.2.1 // indirect
github.com/go-viper/mapstructure/v2 v2.4.0 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/gorilla/websocket v1.5.3 // indirect
github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect
github.com/josharian/intern v1.0.0 // indirect
github.com/mailru/easyjson v0.9.0 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/sosodev/duration v1.3.1 // indirect
golang.org/x/net v0.42.0 // indirect
golang.org/x/sys v0.34.0 // indirect
golang.org/x/text v0.27.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20250804133106-a7a43d27e69b // indirect
)