summaryrefslogtreecommitdiff
path: root/test/tools/vendor/github.com/sirupsen/logrus/terminal_check_unix.go
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-06-10 12:36:28 +0000
committerGitHub <noreply@github.com>2022-06-10 12:36:28 +0000
commitb7c283759a63ae1aca98f9ac5f95d728d0a8925a (patch)
tree9414df8d0ad3276e6bffee5766b7ff1bf7da88d9 /test/tools/vendor/github.com/sirupsen/logrus/terminal_check_unix.go
parentefc1936c7c591cb3b552246ff4687c8631456168 (diff)
downloadpodman-b7c283759a63ae1aca98f9ac5f95d728d0a8925a.tar.gz
podman-b7c283759a63ae1aca98f9ac5f95d728d0a8925a.tar.bz2
podman-b7c283759a63ae1aca98f9ac5f95d728d0a8925a.zip
Bump golang.org/x/tools from 0.1.10 to 0.1.11 in /test/tools
Bumps [golang.org/x/tools](https://github.com/golang/tools) from 0.1.10 to 0.1.11. - [Release notes](https://github.com/golang/tools/releases) - [Commits](https://github.com/golang/tools/compare/v0.1.10...v0.1.11) --- updated-dependencies: - dependency-name: golang.org/x/tools dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'test/tools/vendor/github.com/sirupsen/logrus/terminal_check_unix.go')
-rw-r--r--test/tools/vendor/github.com/sirupsen/logrus/terminal_check_unix.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/tools/vendor/github.com/sirupsen/logrus/terminal_check_unix.go b/test/tools/vendor/github.com/sirupsen/logrus/terminal_check_unix.go
index 163c468d5..355dc966f 100644
--- a/test/tools/vendor/github.com/sirupsen/logrus/terminal_check_unix.go
+++ b/test/tools/vendor/github.com/sirupsen/logrus/terminal_check_unix.go
@@ -10,3 +10,4 @@ func isTerminal(fd int) bool {
_, err := unix.IoctlGetTermios(fd, ioctlReadTermios)
return err == nil
}
+