-
-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathgo.mod
More file actions
24 lines (21 loc) · 765 Bytes
/
go.mod
File metadata and controls
24 lines (21 loc) · 765 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
module github.com/portapps/waterfox-portable
go 1.25.0
require (
github.com/Jeffail/gabs v1.4.0
github.com/kevinburke/go-bindata/v4 v4.0.2
github.com/pierrec/lz4/v3 v3.3.5
github.com/pkg/errors v0.9.1
github.com/portapps/portapps/v3 v3.17.0
)
require (
github.com/akavel/rsrc v0.10.2 // indirect
github.com/go-ole/go-ole v1.3.0 // indirect
github.com/go-viper/mapstructure/v2 v2.4.0 // indirect
github.com/ilya1st/rotatewriter v0.0.0-20171126183947-3df0c1a3ed6d // indirect
github.com/josephspurrier/goversioninfo v1.5.0 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.19 // indirect
github.com/rs/zerolog v1.34.0 // indirect
golang.org/x/sys v0.36.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)