forked from shijuvar/go-distributed-sys
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
32 lines (29 loc) · 1.04 KB
/
go.mod
File metadata and controls
32 lines (29 loc) · 1.04 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
module github.com/shijuvar/go-distributed-sys
go 1.20
require (
contrib.go.opencensus.io/exporter/zipkin v0.1.2
github.com/cockroachdb/cockroach-go v2.0.1+incompatible
github.com/go-kit/kit v0.12.0
github.com/google/uuid v1.1.2
github.com/gorilla/mux v1.8.0
github.com/lib/pq v1.10.4
github.com/nats-io/nats.go v1.19.0
github.com/openzipkin/zipkin-go v0.2.5
go.opencensus.io v0.23.0
google.golang.org/grpc v1.42.0
google.golang.org/protobuf v1.27.1
)
require (
github.com/go-kit/log v0.2.0 // indirect
github.com/go-logfmt/logfmt v0.5.1 // indirect
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/nats-io/nats-server/v2 v2.6.4 // indirect
github.com/nats-io/nkeys v0.3.0 // indirect
github.com/nats-io/nuid v1.0.1 // indirect
golang.org/x/crypto v0.1.0 // indirect
golang.org/x/net v0.1.0 // indirect
golang.org/x/sys v0.1.0 // indirect
golang.org/x/text v0.4.0 // indirect
google.golang.org/genproto v0.0.0-20211104193956-4c6863e31247 // indirect
)