-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
35 lines (32 loc) · 1.1 KB
/
Copy pathgo.mod
File metadata and controls
35 lines (32 loc) · 1.1 KB
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
35
module github.com/BPplays/auto_prefix
go 1.25.5
require (
codeberg.org/miekg/dns v0.6.81
github.com/BPplays/dns_check v0.0.0-20260311211224-251b3b09e654
github.com/coreos/go-systemd/v22 v22.6.0
github.com/google/renameio v1.0.1
github.com/libdns/cloudflare v0.2.2
github.com/libdns/libdns v1.1.1
github.com/lmittmann/tint v1.1.2
github.com/mattn/go-runewidth v0.0.21
github.com/prometheus-community/pro-bing v0.7.0
github.com/quic-go/quic-go v0.57.1
github.com/seancfoley/ipaddress-go v1.7.1
github.com/sevlyar/go-daemon v0.1.6
golang.org/x/net v0.55.0
golang.org/x/sys v0.46.0
gopkg.in/natefinch/lumberjack.v2 v2.2.1
gopkg.in/yaml.v3 v3.0.1
tailscale.com v1.92.2
)
require (
github.com/clipperhouse/uax29/v2 v2.7.0 // indirect
github.com/godbus/dbus/v5 v5.2.0 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0 // indirect
github.com/quic-go/qpack v0.6.0 // indirect
github.com/seancfoley/bintree v1.3.1 // indirect
golang.org/x/crypto v0.53.0 // indirect
golang.org/x/sync v0.21.0 // indirect
golang.org/x/text v0.38.0 // indirect
)