Skip to content

Commit 77ad496

Browse files
Pranav GoyalGitHub Enterprise
authored andcommitted
Merge pull request #509 from mq-cloudpak/pranav-golang-sys-update-cd
Update golang-sys version to remediate vulnerability CVE-2022-29526 in CD branch
2 parents 5bbe006 + c6531f3 commit 77ad496

File tree

196 files changed

+22173
-8755
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

196 files changed

+22173
-8755
lines changed

go.mod

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,20 @@ go 1.19
55
require (
66
github.com/genuinetools/amicontained v0.4.3
77
github.com/ibm-messaging/mq-golang v2.0.0+incompatible
8-
github.com/prometheus/client_golang v1.11.1
8+
github.com/prometheus/client_golang v1.12.0
99
github.com/prometheus/client_model v0.2.0
1010
golang.org/x/crypto v0.0.0-20220622213112-05595931fe9d
11-
golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1
11+
golang.org/x/sys v0.0.0-20220412211240-33da011f77ad
1212
software.sslmate.com/src/go-pkcs12 v0.0.0-20200830195227-52f69702a001
1313
)
1414

1515
require (
1616
github.com/beorn7/perks v1.0.1 // indirect
17-
github.com/cespare/xxhash/v2 v2.1.1 // indirect
18-
github.com/golang/protobuf v1.4.3 // indirect
17+
github.com/cespare/xxhash/v2 v2.1.2 // indirect
18+
github.com/golang/protobuf v1.5.2 // indirect
1919
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
20-
github.com/prometheus/common v0.26.0 // indirect
21-
github.com/prometheus/procfs v0.6.0 // indirect
20+
github.com/prometheus/common v0.32.1 // indirect
21+
github.com/prometheus/procfs v0.7.3 // indirect
2222
github.com/syndtr/gocapability v0.0.0-20200815063812-42c35b437635 // indirect
23-
google.golang.org/protobuf v1.26.0-rc.1 // indirect
23+
google.golang.org/protobuf v1.26.0 // indirect
2424
)

go.sum

Lines changed: 335 additions & 10 deletions
Large diffs are not rendered by default.

vendor/github.com/cespare/xxhash/v2/.travis.yml

Lines changed: 0 additions & 8 deletions
This file was deleted.

vendor/github.com/cespare/xxhash/v2/README.md

Lines changed: 4 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/cespare/xxhash/v2/xxhash.go

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/cespare/xxhash/v2/xxhash_amd64.s

Lines changed: 31 additions & 31 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/cespare/xxhash/v2/xxhash_unsafe.go

Lines changed: 32 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/golang/protobuf/proto/registry.go

Lines changed: 2 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/golang/protobuf/ptypes/any.go

Lines changed: 14 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)