-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgo.mod
55 lines (50 loc) · 2.2 KB
/
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
module github.com/joonas-fi/joonas-sys
go 1.21
toolchain go1.23.1
replace github.com/gokrazy/rsync => github.com/joonas-fi/rsync v0.0.0-20220301131302-e03b010b0159
require (
github.com/acobaugh/osrelease v0.0.0-20181218015638-a93a0a55a249
github.com/apcera/termtables v0.0.0-20170405184538-bcbc5dc54055
github.com/djherbis/times v1.5.0
github.com/esiqveland/notify v0.11.0
github.com/function61/gokit v0.0.0-20241219151907-f0ce2a6aac07
github.com/function61/tailscale-discovery v0.0.0-20220102130346-5032b0e5a9b8
github.com/function61/turbobob v0.0.0-20221126114638-68ffc473a116
github.com/gdamore/tcell/v2 v2.2.0
github.com/godbus/dbus v4.1.0+incompatible
github.com/godbus/dbus/v5 v5.0.6
github.com/gofrs/flock v0.8.1
github.com/gokrazy/rsync v0.0.0-20221017162122-197246cdaa69
github.com/manifoldco/promptui v0.9.0
github.com/mattn/go-runewidth v0.0.13
github.com/noamt/go-cldr v1.0.0
github.com/pkg/xattr v0.4.4
github.com/pmezard/go-difflib v1.0.0
github.com/prometheus/procfs v0.7.3
github.com/samber/lo v1.37.0
github.com/scylladb/termtables v1.0.0
github.com/spf13/cobra v1.6.1
github.com/sqp/pulseaudio v0.0.0-20180916175200-29ac6bfa231c
github.com/vishvananda/netlink v1.1.1-0.20210330154013-f5de75959ad5
golang.org/x/crypto v0.0.0-20211202192323-5770296d904e
golang.org/x/sys v0.6.0
golang.org/x/text v0.3.7
)
require (
github.com/BurntSushi/toml v0.4.1 // indirect
github.com/DavidGamba/go-getoptions v0.23.0 // indirect
github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e // indirect
github.com/gdamore/encoding v1.0.0 // indirect
github.com/hashicorp/hcl v1.0.0 // indirect
github.com/inconshreveable/mousetrap v1.0.1 // indirect
github.com/lmittmann/tint v1.0.5 // indirect
github.com/lucasb-eyer/go-colorful v1.0.3 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/mmcloughlin/md4 v0.1.1 // indirect
github.com/rivo/uniseg v0.2.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/vishvananda/netns v0.0.0-20210104183010-2eb08e3e575f // indirect
golang.org/x/exp v0.0.0-20220303212507-bbda1eaf7a17 // indirect
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
golang.org/x/term v0.0.0-20210615171337-6886f2dfbf5b // indirect
)