-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
35 lines (31 loc) · 1.05 KB
/
go.mod
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
module github.com/ddkwork/unison
go 1.24.0
require (
github.com/OpenPrinting/goipp v1.1.0
github.com/cespare/xxhash/v2 v2.3.0
github.com/ebitengine/purego v0.9.0-alpha.2.0.20250211193246-e9fe9ab98c53
github.com/google/uuid v1.6.0
github.com/grandcat/zeroconf v1.0.0
github.com/richardwilkes/json v0.3.0
github.com/yuin/goldmark v1.7.8
golang.org/x/image v0.25.0
golang.org/x/sys v0.31.0
golang.org/x/text v0.23.0
)
require (
github.com/ddkwork/golibrary v0.0.91-0.20250306083701-983ead031b04
github.com/ddkwork/toolbox v0.0.0-20250306080448-31b91d349a9d
)
require (
github.com/cenkalti/backoff v2.2.1+incompatible // indirect
github.com/google/go-cmp v0.7.0 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/miekg/dns v1.1.62 // indirect
github.com/pkg/term v1.2.0-beta.2 // indirect
golang.org/x/exp v0.0.0-20250228200357-dead58393ab7 // indirect
golang.org/x/mod v0.24.0 // indirect
golang.org/x/net v0.37.0 // indirect
golang.org/x/sync v0.12.0 // indirect
golang.org/x/tools v0.31.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)