mirror of
https://github.com/ssut/payload-dumper-go.git
synced 2025-02-20 06:06:09 +00:00
12 lines
272 B
Modula-2
12 lines
272 B
Modula-2
module github.com/ssut/payload-dumper-go
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/dustin/go-humanize v1.0.0
|
|
github.com/golang/protobuf v1.4.2
|
|
github.com/spencercw/go-xz v0.0.0-20181128201811-c82a2123b492
|
|
github.com/vbauerster/mpb/v5 v5.3.0
|
|
google.golang.org/protobuf v1.25.0
|
|
)
|