-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgo.mod
22 lines (19 loc) · 778 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
module github.com/pjuzeliunas/nilan-hk
go 1.17
require (
github.com/brutella/hc v1.2.5
github.com/pjuzeliunas/nilan v0.0.0-20220213184738-a2e1a502dc18
)
require (
github.com/brutella/dnssd v1.2.1 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/goburrow/modbus v0.1.0 // indirect
github.com/goburrow/serial v0.1.0 // indirect
github.com/miekg/dns v1.1.4 // indirect
github.com/tadglines/go-pkgs v0.0.0-20140924210655-1f86682992f1 // indirect
github.com/xiam/to v0.0.0-20191116183551-8328998fc0ed // indirect
golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad // indirect
golang.org/x/net v0.0.0-20210119194325-5f4716e94777 // indirect
golang.org/x/sys v0.0.0-20210124154548-22da62e12c0c // indirect
golang.org/x/text v0.3.3 // indirect
)