-
-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathgo.mod
36 lines (33 loc) · 1.22 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
36
module github.com/richardwilkes/unison
go 1.24.0
require (
github.com/OpenPrinting/goipp v1.1.0
github.com/go-gl/gl v0.0.0-20231021071112-07e5d0ea2e71
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20240506104042-037f3cc74f2a
github.com/grandcat/zeroconf v1.0.0
github.com/lafriks/go-svg v0.5.1
github.com/richardwilkes/json v0.3.0
github.com/richardwilkes/toolbox v1.122.1
github.com/tc-hib/winres v0.3.1
github.com/yuin/goldmark v1.7.8
github.com/zeebo/xxh3 v1.0.2
golang.org/x/image v0.24.0
golang.org/x/sys v0.30.0
golang.org/x/text v0.22.0
)
require (
github.com/cenkalti/backoff v2.2.1+incompatible // indirect
github.com/klauspost/cpuid/v2 v2.2.9 // indirect
github.com/kr/pretty v0.3.0 // indirect
github.com/miekg/dns v1.1.63 // indirect
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 // indirect
github.com/pkg/term v1.1.0 // indirect
github.com/rogpeppe/go-internal v1.8.0 // indirect
golang.org/x/exp v0.0.0-20250210185358-939b2ce775ac // indirect
golang.org/x/mod v0.23.0 // indirect
golang.org/x/net v0.35.0 // indirect
golang.org/x/sync v0.11.0 // indirect
golang.org/x/tools v0.30.0 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)