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/trace16.go | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 vendor/github.com/pkg/profile/trace16.go (limited to 'vendor/github.com/pkg/profile/trace16.go') diff --git a/vendor/github.com/pkg/profile/trace16.go b/vendor/github.com/pkg/profile/trace16.go deleted file mode 100644 index 6aa6566ef..000000000 --- a/vendor/github.com/pkg/profile/trace16.go +++ /dev/null @@ -1,10 +0,0 @@ -// +build !go1.7 - -package profile - -import "io" - -// mock trace support for Go 1.6 and earlier. - -func startTrace(w io.Writer) error { return nil } -func stopTrace() {} -- cgit v1.2.3-54-g00ecf