diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2022-08-15 14:36:06 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-15 14:36:06 +0000 |
commit | c1d544532a3b905cef5c8efe80ac810d320d57a7 (patch) | |
tree | b1393c369446a4011b139e4a597e92b24b0ec39a /vendor/golang.org/x/sys/unix/ztypes_linux_mips64.go | |
parent | 66f29995b980b2f1dafbf160888a4db8d4ce2aa4 (diff) | |
parent | bfae6bca922c25cf7275a139965c78f563a814f7 (diff) | |
download | podman-c1d544532a3b905cef5c8efe80ac810d320d57a7.tar.gz podman-c1d544532a3b905cef5c8efe80ac810d320d57a7.tar.bz2 podman-c1d544532a3b905cef5c8efe80ac810d320d57a7.zip |
Merge pull request #15319 from containers/dependabot/go_modules/github.com/mattn/go-isatty-0.0.16
build(deps): bump github.com/mattn/go-isatty from 0.0.14 to 0.0.16
Diffstat (limited to 'vendor/golang.org/x/sys/unix/ztypes_linux_mips64.go')
-rw-r--r-- | vendor/golang.org/x/sys/unix/ztypes_linux_mips64.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/golang.org/x/sys/unix/ztypes_linux_mips64.go b/vendor/golang.org/x/sys/unix/ztypes_linux_mips64.go index ad1c3b3de..7473468d7 100644 --- a/vendor/golang.org/x/sys/unix/ztypes_linux_mips64.go +++ b/vendor/golang.org/x/sys/unix/ztypes_linux_mips64.go @@ -1,4 +1,4 @@ -// cgo -godefs -- -Wall -Werror -static -I/tmp/include linux/types.go | go run mkpost.go +// cgo -godefs -objdir=/tmp/mips64/cgo -- -Wall -Werror -static -I/tmp/mips64/include linux/types.go | go run mkpost.go // Code generated by the command above; see README.md. DO NOT EDIT. //go:build mips64 && linux |