From 885df0cb1ef942dba6ff37d348a4744a9e018a09 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 21 Nov 2019 09:17:26 +0000 Subject: build(deps): bump github.com/pkg/profile from 1.3.0 to 1.4.0 Bumps [github.com/pkg/profile](https://github.com/pkg/profile) from 1.3.0 to 1.4.0. - [Release notes](https://github.com/pkg/profile/releases) - [Commits](https://github.com/pkg/profile/compare/v1.3.0...v1.4.0) Signed-off-by: dependabot-preview[bot] Signed-off-by: Valentin Rothberg --- vendor/github.com/pkg/profile/trace.go | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 vendor/github.com/pkg/profile/trace.go (limited to 'vendor/github.com/pkg/profile/trace.go') diff --git a/vendor/github.com/pkg/profile/trace.go b/vendor/github.com/pkg/profile/trace.go deleted file mode 100644 index b349ed8b2..000000000 --- a/vendor/github.com/pkg/profile/trace.go +++ /dev/null @@ -1,8 +0,0 @@ -// +build go1.7 - -package profile - -import "runtime/trace" - -var startTrace = trace.Start -var stopTrace = trace.Stop -- cgit v1.2.3-54-g00ecf