forked from vinegarhq/vinegar
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
39 lines (33 loc) · 1.14 KB
/
go.mod
File metadata and controls
39 lines (33 loc) · 1.14 KB
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
module github.com/vinegarhq/vinegar
go 1.25.0
require (
github.com/BurntSushi/toml v1.6.0
github.com/adrg/xdg v0.5.3
github.com/otiai10/copy v1.14.1
golang.org/x/sync v0.20.0
)
require (
codeberg.org/puregotk/puregotk v0.0.0-20260423105131-c482873e3b43
github.com/altfoxie/drpc v0.0.0-20251029175103-30d5f68745fb
github.com/google/go-github/v80 v80.0.0
github.com/jaypipes/pcidb v1.1.1
github.com/lmittmann/tint v1.1.3
github.com/pojntfx/go-gettext v0.4.2
github.com/sewnie/rbxbin v0.0.0-20251228183315-8c321727936e
github.com/sewnie/rbxweb v0.0.0-20250923154144-a174c75bba5d
github.com/sewnie/wine v0.0.0-20260427141945-6a5c706623b3
github.com/ulikunitz/xz v0.5.15
)
require (
codeberg.org/puregotk/purego v0.0.0-20260224095105-2513c838cb80 // indirect
github.com/google/go-querystring v1.2.0 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/otiai10/mint v1.6.3 // indirect
golang.org/x/sys v0.43.0 // indirect
gopkg.in/natefinch/npipe.v2 v2.0.0-20160621034901-c1b8fa8bdcce // indirect
)
retract (
[v1.0.0, v1.1.3]
v0.0.1
)
replace github.com/altfoxie/drpc => github.com/sewnie/drpc v0.0.0-20251027131846-60568f62ffb3