-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathgo.mod
More file actions
44 lines (38 loc) · 1.47 KB
/
go.mod
File metadata and controls
44 lines (38 loc) · 1.47 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
module github.com/c12s/magnetar
go 1.22.3
require (
github.com/c12s/agent_queue v0.0.0-00010101000000-000000000000
github.com/c12s/meridian v1.0.0
github.com/c12s/oort v1.0.0
github.com/golang-jwt/jwt/v5 v5.2.1
github.com/golang/protobuf v1.5.4
github.com/google/uuid v1.6.0
github.com/juliangruber/go-intersect v1.1.0
github.com/nats-io/nats.go v1.31.0
go.etcd.io/etcd/client/v3 v3.5.9
golang.org/x/exp v0.0.0-20230801115018-d63ba01acd4b
google.golang.org/grpc v1.65.0
google.golang.org/protobuf v1.34.1
)
require (
github.com/coreos/go-semver v0.3.0 // indirect
github.com/coreos/go-systemd/v22 v22.3.2 // indirect
github.com/gogo/protobuf v1.3.2 // indirect
github.com/klauspost/compress v1.17.0 // indirect
github.com/nats-io/nkeys v0.4.5 // indirect
github.com/nats-io/nuid v1.0.1 // indirect
go.etcd.io/etcd/api/v3 v3.5.9 // indirect
go.etcd.io/etcd/client/pkg/v3 v3.5.9 // indirect
go.uber.org/atomic v1.7.0 // indirect
go.uber.org/multierr v1.6.0 // indirect
go.uber.org/zap v1.17.0 // indirect
golang.org/x/crypto v0.23.0 // indirect
golang.org/x/net v0.25.0 // indirect
golang.org/x/sys v0.20.0 // indirect
golang.org/x/text v0.15.0 // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20240528184218-531527333157 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240528184218-531527333157 // indirect
)
replace github.com/c12s/oort => ../oort
replace github.com/c12s/meridian => ../meridian
replace github.com/c12s/agent_queue => ../gravity