-
Notifications
You must be signed in to change notification settings - Fork 208
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- update dependencies - update Go version to 1.18 (to support new deps) - regenerate proto-generated file with the latest `protoc_gen_go` - fix linter issues with the latest `golangci-lint`
- Loading branch information
1 parent
684e292
commit efc0ae4
Showing
7 changed files
with
80 additions
and
134 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,17 @@ | ||
module github.com/ssut/payload-dumper-go | ||
|
||
go 1.14 | ||
go 1.18 | ||
|
||
require ( | ||
github.com/dustin/go-humanize v1.0.0 | ||
github.com/golang/protobuf v1.4.2 | ||
github.com/dustin/go-humanize v1.0.1 | ||
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 | ||
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 | ||
golang.org/x/sys v0.22.0 // indirect | ||
) |
Oops, something went wrong.