forked from xypwn/filediver
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
68 lines (65 loc) · 2.66 KB
/
go.mod
File metadata and controls
68 lines (65 loc) · 2.66 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
module github.com/xypwn/filediver
go 1.25.0
require (
github.com/AllenDang/cimgui-go v1.4.0
github.com/adrg/xdg v0.5.3
github.com/andygrunwald/vdf v1.1.0
github.com/ebitengine/oto/v3 v3.4.0
github.com/expr-lang/expr v1.17.8
github.com/go-audio/audio v1.0.0
github.com/go-audio/wav v1.1.0
github.com/go-gl/gl v0.0.0-20231021071112-07e5d0ea2e71
github.com/go-gl/mathgl v1.2.0
github.com/gobwas/glob v0.2.3
github.com/hellflame/argparse v1.12.2
github.com/iancoleman/strcase v0.3.0
github.com/jfreymuth/vorbis v1.0.2
github.com/jwalton/go-supportscolor v1.2.0
github.com/klauspost/compress v1.18.4
github.com/mattn/go-shellwords v1.0.12
github.com/mholt/archives v0.1.5
github.com/ncruces/zenity v0.10.14
github.com/oov/audio v0.0.0-20171004131523-88a2be6dbe38
github.com/pierrec/lz4/v4 v4.1.25
github.com/qmuntal/gltf v0.24.3
github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966
github.com/stretchr/testify v1.11.1
github.com/x448/float16 v0.8.4
golang.design/x/clipboard v0.7.1
golang.org/x/exp v0.0.0-20260218203240-3dfff04db8fa
golang.org/x/sys v0.41.0
golang.org/x/text v0.34.0
)
require (
github.com/STARRY-S/zip v0.2.3 // indirect
github.com/akavel/rsrc v0.10.2 // indirect
github.com/andybalholm/brotli v1.2.0 // indirect
github.com/bodgit/plumbing v1.3.0 // indirect
github.com/bodgit/sevenzip v1.6.1 // indirect
github.com/bodgit/windows v1.0.1 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/dchest/jsmin v1.0.0 // indirect
github.com/dsnet/compress v0.0.2-0.20230904184137-39efe44ab707 // indirect
github.com/ebitengine/purego v0.9.1 // indirect
github.com/go-audio/riff v1.0.0 // indirect
github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect
github.com/josephspurrier/goversioninfo v1.5.0 // indirect
github.com/klauspost/pgzip v1.2.6 // indirect
github.com/kr/pretty v0.3.1 // indirect
github.com/mikelolasagasti/xz v1.0.1 // indirect
github.com/minio/minlz v1.0.1 // indirect
github.com/nwaples/rardecode/v2 v2.2.2 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/randall77/makefat v0.0.0-20210315173500-7ddd0e42c844 // indirect
github.com/rogpeppe/go-internal v1.14.1 // indirect
github.com/sorairolake/lzip-go v0.3.8 // indirect
github.com/spf13/afero v1.15.0 // indirect
github.com/ulikunitz/xz v0.5.15 // indirect
go4.org v0.0.0-20260112195520-a5071408f32f // indirect
golang.org/x/exp/shiny v0.0.0-20260218203240-3dfff04db8fa // indirect
golang.org/x/image v0.36.0 // indirect
golang.org/x/mobile v0.0.0-20260217195705-b56b3793a9c4 // indirect
golang.org/x/term v0.40.0 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)