-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathgo.mod
26 lines (23 loc) · 854 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
23
24
25
26
module github.com/gentlemanautomaton/machina
go 1.23
require (
github.com/alecthomas/kong v1.6.1
github.com/coreos/go-systemd/v22 v22.5.0
github.com/fatih/color v1.18.0
github.com/gentlemanautomaton/systemdconf v0.0.0-20241210194348-76039ab42605
github.com/google/uuid v1.6.0
github.com/posener/complete v1.2.3
github.com/vishvananda/netlink v1.3.0
github.com/willabides/kongplete v0.4.0
golang.org/x/crypto v0.32.0
)
require (
github.com/godbus/dbus/v5 v5.1.0 // indirect
github.com/hashicorp/errwrap v1.1.0 // indirect
github.com/hashicorp/go-multierror v1.1.1 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/riywo/loginshell v0.0.0-20200815045211-7d26008be1ab // indirect
github.com/vishvananda/netns v0.0.5 // indirect
golang.org/x/sys v0.29.0 // indirect
)