-
-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathgo.mod
34 lines (31 loc) · 1.15 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
module github.com/richardwilkes/unison
go 1.22.7
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-0.20240818203135-3a6c390fc116
github.com/richardwilkes/json v0.3.0
github.com/richardwilkes/toolbox v1.122.1
github.com/yuin/goldmark v1.7.8
github.com/zeebo/xxh3 v1.0.2
golang.org/x/image v0.23.0
golang.org/x/sys v0.28.0
golang.org/x/text v0.21.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.62 // 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-20241217172543-b2144cdd0a67 // indirect
golang.org/x/mod v0.22.0 // indirect
golang.org/x/net v0.33.0 // indirect
golang.org/x/sync v0.10.0 // indirect
golang.org/x/tools v0.28.0 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)