Skip to content

Commit

Permalink
Fix/vulnerabilities (#1364)
Browse files Browse the repository at this point in the history
* chore: prometheus/client_golang library v1.7.1->v1.12.2

* chore: update golang.org/x/sys

* chore: aws sdk v1.25.14 -> v1.44.69
  • Loading branch information
rubenruizdegauna authored Aug 5, 2022
1 parent 02e17d1 commit 24de4ac
Show file tree
Hide file tree
Showing 4 changed files with 327 additions and 15 deletions.
18 changes: 9 additions & 9 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require (
github.com/Microsoft/go-winio v0.5.1
github.com/StackExchange/wmi v0.0.0-20180116203802-5d049714c4a6
github.com/antihax/optional v1.0.0
github.com/aws/aws-sdk-go v1.25.14-0.20200515182354-0961961790e6
github.com/aws/aws-sdk-go v1.44.69
github.com/coreos/go-systemd/v22 v22.3.2
github.com/docker/docker v17.12.0-ce-rc1.0.20200618181300-9dc6525e6118+incompatible
github.com/evanphx/json-patch v4.9.0+incompatible
Expand All @@ -23,17 +23,17 @@ require (
github.com/newrelic/infra-identity-client-go v1.0.2
github.com/newrelic/newrelic-telemetry-sdk-go v0.8.1
github.com/pkg/errors v0.9.1
github.com/prometheus/client_golang v1.7.1
github.com/prometheus/procfs v0.6.0
github.com/prometheus/client_golang v1.12.2
github.com/prometheus/procfs v0.7.3
github.com/shirou/gopsutil/v3 v3.21.11
github.com/sirupsen/logrus v1.8.1
github.com/stretchr/testify v1.8.0
github.com/tevino/abool v1.2.0
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.13.0
go.opentelemetry.io/otel v0.13.0
go.opentelemetry.io/otel/exporters/metric/prometheus v0.13.0
golang.org/x/net v0.0.0-20220114011407-0dd24b26b47d
golang.org/x/sys v0.0.0-20220412211240-33da011f77ad
golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd
golang.org/x/sys v0.0.0-20220803195053-6e608f9ce704
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f
gopkg.in/yaml.v2 v2.4.0
gotest.tools v2.2.1-0.20181123051433-bcbf6e613274+incompatible
Expand All @@ -43,7 +43,7 @@ require (
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
github.com/DataDog/sketches-go v0.0.1 // indirect
github.com/beorn7/perks v1.0.1 // indirect
github.com/cespare/xxhash/v2 v2.1.1 // indirect
github.com/cespare/xxhash/v2 v2.1.2 // indirect
github.com/containerd/containerd v1.5.13 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/docker/distribution v2.8.0+incompatible // indirect
Expand All @@ -56,7 +56,7 @@ require (
github.com/golang/protobuf v1.5.2 // indirect
github.com/google/go-cmp v0.5.6 // indirect
github.com/gorilla/mux v1.7.4 // indirect
github.com/jmespath/go-jmespath v0.3.0 // indirect
github.com/jmespath/go-jmespath v0.4.0 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0 // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect
Expand All @@ -67,13 +67,13 @@ require (
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c // indirect
github.com/prometheus/client_model v0.2.0 // indirect
github.com/prometheus/common v0.10.0 // indirect
github.com/prometheus/common v0.32.1 // indirect
github.com/stretchr/objx v0.4.0 // indirect
github.com/tklauser/go-sysconf v0.3.9 // indirect
github.com/tklauser/numcpus v0.3.0 // indirect
github.com/yusufpapurcu/wmi v1.2.2 // indirect
go.opentelemetry.io/otel/sdk v0.13.0 // indirect
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d // indirect
golang.org/x/oauth2 v0.0.0-20210514164344-f6687ab2804c // indirect
golang.org/x/text v0.3.7 // indirect
google.golang.org/appengine v1.6.6 // indirect
google.golang.org/genproto v0.0.0-20220118154757-00ab72f36ad5 // indirect
Expand Down
Loading

0 comments on commit 24de4ac

Please sign in to comment.