-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathgo.mod
More file actions
23 lines (20 loc) · 752 Bytes
/
go.mod
File metadata and controls
23 lines (20 loc) · 752 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
module github.com/crossworth/daikin
go 1.23.4
require (
github.com/crossworth/daikin/types v0.0.0-20250124003104-9f6d52a59699
github.com/grandcat/zeroconf v1.0.1-0.20230119201135-e4f60f8407b1
github.com/stretchr/testify v1.8.4
github.com/valyala/fasthttp v1.51.0
)
require (
github.com/andybalholm/brotli v1.0.5 // indirect
github.com/cenkalti/backoff v2.2.1+incompatible // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/klauspost/compress v1.17.0 // indirect
github.com/miekg/dns v1.1.41 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
golang.org/x/net v0.17.0 // indirect
golang.org/x/sys v0.13.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)