-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
37 lines (33 loc) · 1.21 KB
/
Copy pathgo.mod
File metadata and controls
37 lines (33 loc) · 1.21 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/m4tth3/dchan
go 1.25.4
require (
github.com/google/go-cmp v0.7.0
github.com/google/gofuzz v1.2.0
github.com/hashicorp/go-multierror v1.1.1
github.com/hashicorp/raft v1.7.3
github.com/pkg/errors v0.9.1
go.uber.org/goleak v1.1.12
google.golang.org/grpc v1.77.0
google.golang.org/protobuf v1.36.10
)
require (
github.com/boltdb/bolt v1.3.1 // indirect
github.com/hashicorp/errwrap v1.0.0 // indirect
github.com/hashicorp/go-msgpack v0.5.5 // indirect
golang.org/x/net v0.46.1-0.20251013234738-63d1a5100f82 // indirect
golang.org/x/text v0.30.0 // indirect
google.golang.org/genproto v0.0.0-20210903162649-d08c68adba83 // indirect
)
require (
github.com/armon/go-metrics v0.4.1 // indirect
github.com/fatih/color v1.13.0 // indirect
github.com/hashicorp/go-hclog v1.6.2 // indirect
github.com/hashicorp/go-immutable-radix v1.3.1 // indirect
github.com/hashicorp/go-metrics v0.5.4 // indirect
github.com/hashicorp/go-msgpack/v2 v2.1.2 // indirect
github.com/hashicorp/golang-lru v0.5.4 // indirect
github.com/hashicorp/raft-boltdb v0.0.0-20251103221153-05f9dd7a5148
github.com/mattn/go-colorable v0.1.12 // indirect
github.com/mattn/go-isatty v0.0.14 // indirect
golang.org/x/sys v0.37.0 // indirect
)