This repository has been archived by the owner on Feb 29, 2024. It is now read-only.
forked from vinegarhq/vinegar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
50 lines (44 loc) · 1.44 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
module github.com/vinegarhq/vinegar
go 1.21
require (
github.com/BurntSushi/toml v1.3.2
github.com/adrg/xdg v0.4.0
github.com/otiai10/copy v1.14.0
golang.org/x/sync v0.5.0
)
require (
gioui.org v0.4.1
github.com/altfoxie/drpc v0.0.0-20231214171500-0a4e3a3b1c53
github.com/fsnotify/fsnotify v1.7.0
github.com/godbus/dbus/v5 v5.1.0
github.com/nxadm/tail v1.4.11
golang.org/x/sys v0.15.0
)
require (
github.com/StackExchange/wmi v1.2.1 // indirect
github.com/ghodss/yaml v1.0.0 // indirect
github.com/go-ole/go-ole v1.2.6 // indirect
github.com/jaypipes/pcidb v1.0.0 // indirect
github.com/mitchellh/go-homedir v1.1.0 // indirect
github.com/pkg/errors v0.9.1 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
howett.net/plist v1.0.0 // indirect
)
require (
gioui.org/cpu v0.0.0-20220412190645-f1e9e8c3b1f7 // indirect
gioui.org/shader v1.0.8 // indirect
github.com/go-text/typesetting v0.0.0-20231206174126-ce41cc83e028 // indirect
github.com/google/uuid v1.5.0 // indirect
github.com/jaypipes/ghw v0.12.0 // indirect
golang.org/x/exp v0.0.0-20231206192017-f3f8817b8deb // indirect
golang.org/x/exp/shiny v0.0.0-20231206192017-f3f8817b8deb // indirect
golang.org/x/image v0.14.0 // indirect
golang.org/x/text v0.14.0 // indirect
gopkg.in/natefinch/npipe.v2 v2.0.0-20160621034901-c1b8fa8bdcce // indirect
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
retract (
[v1.0.0, v1.1.3]
v0.0.1
)