-
Notifications
You must be signed in to change notification settings - Fork 3
/
go.mod
27 lines (22 loc) · 893 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/mgord9518/aisap
go 1.18
replace github.com/mgord9518/aisap/permissions => ./permissions
replace github.com/mgord9518/aisap/profiles => ./profiles
require (
github.com/CalebQ42/squashfs v0.8.1
github.com/adrg/xdg v0.4.0
github.com/mgord9518/aisap/helpers v0.0.0-20230730123911-bc6ec574def8
github.com/mgord9518/aisap/permissions v0.0.0-20230730123911-bc6ec574def8
github.com/mgord9518/aisap/profiles v0.0.0-20230730123911-bc6ec574def8
gopkg.in/ini.v1 v1.67.0
)
require (
github.com/CalebQ42/fuse v0.1.0 // indirect
github.com/klauspost/compress v1.16.4 // indirect
github.com/pierrec/lz4/v4 v4.1.17 // indirect
github.com/rasky/go-lzo v0.0.0-20200203143853-96a758eda86e // indirect
github.com/seaweedfs/fuse v1.2.2 // indirect
github.com/therootcompany/xz v1.0.1 // indirect
github.com/ulikunitz/xz v0.5.11 // indirect
golang.org/x/sys v0.7.0 // indirect
)