forked from omarroth/doubletake
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
25 lines (22 loc) · 779 Bytes
/
Copy pathgo.mod
File metadata and controls
25 lines (22 loc) · 779 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
module doubletake
go 1.25.0
require (
github.com/aead/chacha20poly1305 v0.0.0-20201124145622-1a5aba2a8b29
github.com/godbus/dbus/v5 v5.2.2
github.com/grandcat/zeroconf v1.0.0
github.com/zalando/go-keyring v0.2.8
golang.org/x/crypto v0.31.0
howett.net/plist v1.0.1
)
require (
github.com/aead/chacha20 v0.0.0-20180709150244-8b13a72661da // indirect
github.com/aead/poly1305 v0.0.0-20180717145839-3fee0db0b635 // indirect
github.com/cenkalti/backoff v2.2.1+incompatible // indirect
github.com/danieljoos/wincred v1.2.3 // indirect
github.com/miekg/dns v1.1.62 // indirect
golang.org/x/mod v0.22.0 // indirect
golang.org/x/net v0.33.0 // indirect
golang.org/x/sync v0.10.0 // indirect
golang.org/x/sys v0.28.0 // indirect
golang.org/x/tools v0.28.0 // indirect
)