From 616ab3fd3888cf76db46e0e3e41d51386b346bb5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 10:08:49 +0000 Subject: [PATCH] build(deps): bump github.com/grafana/pyroscope-go from 1.1.0 to 1.1.1 Bumps [github.com/grafana/pyroscope-go](https://github.com/grafana/pyroscope-go) from 1.1.0 to 1.1.1. - [Commits](https://github.com/grafana/pyroscope-go/compare/v1.1.0...v1.1.1) --- updated-dependencies: - dependency-name: github.com/grafana/pyroscope-go dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- go.sum | 4 ++-- vendor/github.com/grafana/pyroscope-go/Makefile | 2 +- vendor/github.com/grafana/pyroscope-go/session.go | 1 + vendor/modules.txt | 2 +- 5 files changed, 6 insertions(+), 5 deletions(-) diff --git a/go.mod b/go.mod index f9fd6a0c1..072e9dc98 100644 --- a/go.mod +++ b/go.mod @@ -12,7 +12,7 @@ require ( github.com/google/gops v0.3.27 github.com/google/uuid v1.5.0 github.com/gorilla/websocket v1.5.1 - github.com/grafana/pyroscope-go v1.1.0 + github.com/grafana/pyroscope-go v1.1.1 github.com/mdlayher/arp v0.0.0-20220221190821-c37aaafac7f9 github.com/mdlayher/ethernet v0.0.0-20220221185849-529eae5b6118 github.com/mdlayher/ndp v0.0.0-20200602162440-17ab9e3e5567 diff --git a/go.sum b/go.sum index ed117169e..ad0387229 100644 --- a/go.sum +++ b/go.sum @@ -298,8 +298,8 @@ github.com/gorilla/mux v1.8.0/go.mod h1:DVbg23sWSpFRCP0SfiEN6jmj59UnW/n46BH5rLB7 github.com/gorilla/websocket v1.4.2/go.mod h1:YR8l580nyteQvAITg2hZ9XVh4b55+EU/adAjf1fMHhE= github.com/gorilla/websocket v1.5.1 h1:gmztn0JnHVt9JZquRuzLw3g4wouNVzKL15iLr/zn/QY= github.com/gorilla/websocket v1.5.1/go.mod h1:x3kM2JMyaluk02fnUJpQuwD2dCS5NDG2ZHL0uE0tcaY= -github.com/grafana/pyroscope-go v1.1.0 h1:Ds35iZ+xyZCx3+sw1qfSbPujSiMeyGvvXoH5BX4+J7Y= -github.com/grafana/pyroscope-go v1.1.0/go.mod h1:Mw26jU7jsL/KStNSGGuuVYdUq7Qghem5P8aXYXSXG88= +github.com/grafana/pyroscope-go v1.1.1 h1:PQoUU9oWtO3ve/fgIiklYuGilvsm8qaGhlY4Vw6MAcQ= +github.com/grafana/pyroscope-go v1.1.1/go.mod h1:Mw26jU7jsL/KStNSGGuuVYdUq7Qghem5P8aXYXSXG88= github.com/grafana/pyroscope-go/godeltaprof v0.1.6 h1:nEdZ8louGAplSvIJi1HVp7kWvFvdiiYg3COLlTwJiFo= github.com/grafana/pyroscope-go/godeltaprof v0.1.6/go.mod h1:Tk376Nbldo4Cha9RgiU7ik8WKFkNpfds98aUzS8omLE= github.com/gregjones/httpcache v0.0.0-20180305231024-9cad4c3443a7/go.mod h1:FecbI9+v66THATjSRHfNgh1IVFe/9kFxbXtjV0ctIMA= diff --git a/vendor/github.com/grafana/pyroscope-go/Makefile b/vendor/github.com/grafana/pyroscope-go/Makefile index 45c0e1076..abbaf43bb 100644 --- a/vendor/github.com/grafana/pyroscope-go/Makefile +++ b/vendor/github.com/grafana/pyroscope-go/Makefile @@ -3,7 +3,7 @@ TEST_PACKAGES := ./... ./godeltaprof/compat/... ./godeltaprof/... .PHONY: test test: - go test -race $(shell go list $(TEST_PACKAGES)) + go test -race $(shell go list $(TEST_PACKAGES) | grep -v /example) .PHONY: go/mod go/mod: diff --git a/vendor/github.com/grafana/pyroscope-go/session.go b/vendor/github.com/grafana/pyroscope-go/session.go index bb52d6ee9..b1510d473 100644 --- a/vendor/github.com/grafana/pyroscope-go/session.go +++ b/vendor/github.com/grafana/pyroscope-go/session.go @@ -163,6 +163,7 @@ func (ps *Session) takeSnapshots() { if ps.isCPUEnabled() { ps.cpu.Stop() } + return } } } diff --git a/vendor/modules.txt b/vendor/modules.txt index 48d8c63fb..8753102a5 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -173,7 +173,7 @@ github.com/gorilla/handlers # github.com/gorilla/websocket v1.5.1 ## explicit; go 1.20 github.com/gorilla/websocket -# github.com/grafana/pyroscope-go v1.1.0 +# github.com/grafana/pyroscope-go v1.1.1 ## explicit; go 1.17 github.com/grafana/pyroscope-go github.com/grafana/pyroscope-go/internal/flameql