-
Notifications
You must be signed in to change notification settings - Fork 1
/
go.mod
27 lines (24 loc) · 803 Bytes
/
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
module github.com/xypwn/filediver
go 1.20
require (
github.com/adrg/xdg v0.4.0
github.com/amenzhinsky/go-memexec v0.7.1
github.com/andygrunwald/vdf v1.1.0
github.com/go-audio/audio v1.0.0
github.com/go-audio/wav v1.1.0
github.com/gobwas/glob v0.2.3
github.com/hellflame/argparse v1.12.0
github.com/jfreymuth/vorbis v1.0.2
github.com/jwalton/go-supportscolor v1.2.0
github.com/qmuntal/gltf v0.24.3
github.com/x448/float16 v0.8.4
golang.org/x/sys v0.18.0
)
require (
github.com/go-audio/riff v1.0.0 // indirect
github.com/go-gl/mathgl v1.1.0 // indirect
github.com/stretchr/testify v1.8.1 // indirect
github.com/westphae/quaternion v0.0.0-20210908005042-fa06d546065c // indirect
golang.org/x/image v0.0.0-20190321063152-3fc05d484e9f // indirect
golang.org/x/term v0.5.0 // indirect
)