aboutsummaryrefslogtreecommitdiff
path: root/vendor/golang.org/x/xerrors/internal/internal.go
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2021-02-02 09:18:57 +0000
committerValentin Rothberg <rothberg@redhat.com>2021-02-03 11:00:57 +0100
commitc40cd1be9828c58193f1f4c3b17cab908718be00 (patch)
tree64862067dc4eafce2fc4860347f7eef3971fb407 /vendor/golang.org/x/xerrors/internal/internal.go
parent881f3d788d48b683e674d1f9778d581370c9c11e (diff)
downloadpodman-c40cd1be9828c58193f1f4c3b17cab908718be00.tar.gz
podman-c40cd1be9828c58193f1f4c3b17cab908718be00.tar.bz2
podman-c40cd1be9828c58193f1f4c3b17cab908718be00.zip
Bump github.com/onsi/gomega from 1.10.4 to 1.10.5
Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega) from 1.10.4 to 1.10.5. - [Release notes](https://github.com/onsi/gomega/releases) - [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md) - [Commits](https://github.com/onsi/gomega/compare/v1.10.4...v1.10.5) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: Daniel J Walsh <dwalsh@redhat.com> Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
Diffstat (limited to 'vendor/golang.org/x/xerrors/internal/internal.go')
-rw-r--r--vendor/golang.org/x/xerrors/internal/internal.go8
1 files changed, 0 insertions, 8 deletions
diff --git a/vendor/golang.org/x/xerrors/internal/internal.go b/vendor/golang.org/x/xerrors/internal/internal.go
deleted file mode 100644
index 89f4eca5d..000000000
--- a/vendor/golang.org/x/xerrors/internal/internal.go
+++ /dev/null
@@ -1,8 +0,0 @@
-// Copyright 2018 The Go Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style
-// license that can be found in the LICENSE file.
-
-package internal
-
-// EnableTrace indicates whether stack information should be recorded in errors.
-var EnableTrace = true