-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
27 lines (24 loc) · 921 Bytes
/
Copy pathgo.mod
File metadata and controls
27 lines (24 loc) · 921 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
27
module github.com/CrazyUs3r/IONOS-DDNS/v2
go 1.26.6
require (
github.com/eclipse/paho.mqtt.golang v1.5.1
github.com/gorilla/websocket v1.5.3
github.com/pquerna/otp v1.5.0
github.com/shirou/gopsutil/v4 v4.26.7
github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e
github.com/vishvananda/netlink v1.3.1
golang.org/x/sync v0.22.0
golang.org/x/sys v0.47.0
)
require (
github.com/boombuler/barcode v1.1.0 // indirect
github.com/ebitengine/purego v0.10.2 // indirect
github.com/go-ole/go-ole v1.3.0 // indirect
github.com/lufia/plan9stats v0.0.0-20260802145828-341c2f0c90b5 // indirect
github.com/power-devops/perfstat v0.0.0-20260805114148-88456608a4f6 // indirect
github.com/tklauser/go-sysconf v0.4.0 // indirect
github.com/tklauser/numcpus v0.12.0 // indirect
github.com/vishvananda/netns v0.0.5 // indirect
github.com/yusufpapurcu/wmi v1.2.4 // indirect
golang.org/x/net v0.58.0 // indirect
)