-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
25 lines (22 loc) · 741 Bytes
/
go.mod
File metadata and controls
25 lines (22 loc) · 741 Bytes
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
module github.com/HMasataka/collision
go 1.25.3
require (
github.com/HMasataka/errs v0.0.0-20251019063705-0db268557b36
github.com/bojand/hri v1.1.0
github.com/google/wire v0.7.0
github.com/jessevdk/go-flags v1.6.1
github.com/redis/rueidis v1.0.67
github.com/rs/xid v1.6.0
github.com/samber/lo v1.52.0
github.com/sethvargo/go-retry v0.3.0
golang.org/x/sync v0.17.0
google.golang.org/grpc v1.76.0
google.golang.org/protobuf v1.36.10
)
require (
github.com/HMasataka/stalker v0.0.0-20250822043653-c43adf31a082 // 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
)