Skip to content

Commit

Permalink
fix(test) CVE High Vulnerability (#8277)
Browse files Browse the repository at this point in the history
* fixing CVE-2021-43565

* fixing CVE-2022-27664

* fixing CVE-2022-27191

* fixing CVE-2018-16886

* fixing CVE-2022-21698
  • Loading branch information
skrdgraph authored and dshekhar95 committed Sep 19, 2022
1 parent 2ba0e38 commit 51fc254
Show file tree
Hide file tree
Showing 2 changed files with 70 additions and 32 deletions.
18 changes: 8 additions & 10 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,7 @@ require (
github.com/pierrec/lz4 v2.6.0+incompatible // indirect
github.com/pkg/errors v0.9.1
github.com/pkg/profile v1.2.1
github.com/prometheus/client_golang v0.9.3
github.com/prometheus/common v0.4.1 // indirect
github.com/prometheus/procfs v0.0.0-20190517135640-51af30a78b0e // indirect
github.com/prometheus/client_golang v1.11.1
github.com/soheilhy/cmux v0.1.4
github.com/spf13/cast v1.3.0
github.com/spf13/cobra v0.0.5
Expand All @@ -58,18 +56,18 @@ require (
github.com/stretchr/testify v1.6.1
github.com/twpayne/go-geom v1.0.5
github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c
go.etcd.io/etcd v0.0.0-20190228193606-a943ad0ee4c9
go.etcd.io/etcd v0.5.0-alpha.5.0.20190108173120-83c051b701d3
go.opencensus.io v0.22.5
go.uber.org/zap v1.16.0
golang.org/x/crypto v0.0.0-20200820211705-5c72a883971a
golang.org/x/net v0.0.0-20210428140749-89ef3d95e781
golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9
golang.org/x/sys v0.0.0-20210423082822-04245dca01da
golang.org/x/text v0.3.6
golang.org/x/crypto v0.0.0-20220314234659-1baeb1ce4c0b
golang.org/x/net v0.0.0-20220906165146-f3363e06e74c
golang.org/x/sync v0.0.0-20201207232520-09787c993a3a
golang.org/x/sys v0.0.0-20220728004956-3c1f35247d10
golang.org/x/text v0.3.7
golang.org/x/tools v0.0.0-20210106214847-113979e3529a
google.golang.org/grpc v1.27.0
gopkg.in/DataDog/dd-trace-go.v1 v1.13.1 // indirect
gopkg.in/square/go-jose.v2 v2.3.1
gopkg.in/yaml.v2 v2.2.8
gopkg.in/yaml.v2 v2.3.0
src.techknowlogick.com/xgo v1.4.1-0.20210311222705-d25c33fcd864
)
Loading

0 comments on commit 51fc254

Please sign in to comment.