-
Notifications
You must be signed in to change notification settings - Fork 36
/
Copy pathgo.mod
38 lines (33 loc) · 1.12 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
module github.com/vinegarhq/vinegar
go 1.22.0
require (
github.com/BurntSushi/toml v1.4.0
github.com/adrg/xdg v0.5.3
github.com/otiai10/copy v1.14.1
golang.org/x/sync v0.10.0
)
require (
github.com/altfoxie/drpc v0.0.0-20240929140334-e714e6291275
github.com/apprehensions/rbxbin v0.0.0-20250127194138-e1b385050444
github.com/apprehensions/rbxweb v0.0.0-20240329184049-0bdedc184942
github.com/apprehensions/wine v0.0.0-20250128192525-ac6662e90e2c
github.com/godbus/dbus/v5 v5.1.0
github.com/jwijenbergh/puregotk v0.0.0-20240827133221-51f7e663a5e9
github.com/lmittmann/tint v1.0.7
github.com/samber/slog-multi v1.3.3
)
require (
github.com/google/uuid v1.6.0 // indirect
github.com/jwijenbergh/purego v0.0.0-20241210143217-aeaa0bfe09e0 // indirect
github.com/otiai10/mint v1.6.3 // indirect
github.com/robloxapi/rbxdhist v0.6.0 // indirect
github.com/robloxapi/rbxver v0.3.0 // indirect
github.com/samber/lo v1.49.1 // indirect
golang.org/x/sys v0.29.0 // indirect
golang.org/x/text v0.21.0 // indirect
gopkg.in/natefinch/npipe.v2 v2.0.0-20160621034901-c1b8fa8bdcce // indirect
)
retract (
[v1.0.0, v1.1.3]
v0.0.1
)