-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
26 lines (22 loc) · 685 Bytes
/
go.mod
File metadata and controls
26 lines (22 loc) · 685 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 huemulator
go 1.21
require (
gioui.org v0.8.0
github.com/grandcat/zeroconf v1.0.0
)
require (
gioui.org/shader v1.0.8 // indirect
github.com/cenkalti/backoff v2.2.1+incompatible // indirect
github.com/go-text/typesetting v0.2.1 // indirect
github.com/miekg/dns v1.1.27 // indirect
golang.org/x/crypto v0.33.0 // indirect
golang.org/x/exp v0.0.0-20240707233637-46b078467d37 // indirect
golang.org/x/exp/shiny v0.0.0-20240707233637-46b078467d37 // indirect
)
require (
github.com/google/uuid v1.6.0 // direct
golang.org/x/image v0.24.0 // indirect
golang.org/x/net v0.35.0 // indirect
golang.org/x/sys v0.30.0 // indirect
golang.org/x/text v0.22.0 // indirect
)