mirror of
https://github.com/ssut/payload-dumper-go.git
synced 2024-11-09 17:19:17 +00:00
d8ba4911eb
- Update to the latest update_metadata.proto - Add vivo payload extract(with using zstd)
19 lines
511 B
Modula-2
19 lines
511 B
Modula-2
module github.com/ssut/payload-dumper-go
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/dustin/go-humanize v1.0.1
|
|
github.com/spencercw/go-xz v0.0.0-20181128201811-c82a2123b492
|
|
github.com/vbauerster/mpb/v5 v5.4.0
|
|
google.golang.org/protobuf v1.34.2
|
|
)
|
|
|
|
require (
|
|
github.com/VividCortex/ewma v1.1.1 // indirect
|
|
github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d // indirect
|
|
github.com/mattn/go-runewidth v0.0.9 // indirect
|
|
github.com/valyala/gozstd v1.21.1 // indirect
|
|
golang.org/x/sys v0.22.0 // indirect
|
|
)
|