-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
26 lines (23 loc) · 886 Bytes
/
go.mod
File metadata and controls
26 lines (23 loc) · 886 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
26
module github.com/lynkdb/lynksearch
go 1.25.6
require (
github.com/lynkdb/lynkapi v0.0.10
google.golang.org/protobuf v1.36.11
)
require (
github.com/andybalholm/brotli v1.2.0 // indirect
github.com/cespare/xxhash/v2 v2.3.0 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/hooto/hauth/go v0.1.5 // indirect
github.com/hooto/hauth/go/v2 v2.0.0-20260125120444-4cbf92d8d081 // indirect
github.com/hooto/hflag4g v0.10.1 // indirect
github.com/hooto/hlog4g v0.9.5 // indirect
github.com/hooto/htoml4g v0.9.5 // indirect
github.com/hooto/httpsrv v0.12.5 // indirect
github.com/tidwall/pretty v1.2.1 // indirect
golang.org/x/net v0.47.0 // indirect
golang.org/x/sys v0.40.0 // indirect
golang.org/x/text v0.31.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20251029180050-ab9386a59fda // indirect
google.golang.org/grpc v1.78.0 // indirect
)