-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathgo.mod
More file actions
26 lines (22 loc) · 844 Bytes
/
go.mod
File metadata and controls
26 lines (22 loc) · 844 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/siyuan-note/filelock
go 1.24.0
toolchain go1.24.4
require (
github.com/88250/gulu v1.2.3-0.20251107023402-569f52804e3b
github.com/siyuan-note/httpclient v0.0.0-20251119144307-63b815d7d198
github.com/siyuan-note/logging v0.0.0-20251209020516-52f1a2f65ec5
)
require (
github.com/andybalholm/brotli v1.2.0 // indirect
github.com/google/go-querystring v1.1.0 // indirect
github.com/icholy/digest v1.1.0 // indirect
github.com/imroc/req/v3 v3.56.0 // indirect
github.com/klauspost/compress v1.18.2 // indirect
github.com/quic-go/qpack v0.5.1 // indirect
github.com/quic-go/quic-go v0.56.0 // indirect
github.com/refraction-networking/utls v1.8.1 // indirect
golang.org/x/crypto v0.46.0 // indirect
golang.org/x/net v0.48.0 // indirect
golang.org/x/sys v0.39.0 // indirect
golang.org/x/text v0.32.0 // indirect
)