diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2021-04-13 21:47:39 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-13 21:47:39 +0200 |
commit | a2bf4c58d493962568bbed1d5a1d7946a990e92c (patch) | |
tree | 6f74c79f1170727d9cb2dfe39ceaa8ed68e572a7 /vendor/golang.org/x/crypto/chacha20/chacha_ppc64le.go | |
parent | 21d6b12689cc38823fef3772327990f9692d4379 (diff) | |
parent | 24d2df73070959384a06c6bd47a99db43b1600ae (diff) | |
download | podman-a2bf4c58d493962568bbed1d5a1d7946a990e92c.tar.gz podman-a2bf4c58d493962568bbed1d5a1d7946a990e92c.tar.bz2 podman-a2bf4c58d493962568bbed1d5a1d7946a990e92c.zip |
Merge pull request #10004 from containers/dependabot/go_modules/github.com/containers/ocicrypt-1.1.1
Bump github.com/containers/ocicrypt from 1.1.0 to 1.1.1
Diffstat (limited to 'vendor/golang.org/x/crypto/chacha20/chacha_ppc64le.go')
-rw-r--r-- | vendor/golang.org/x/crypto/chacha20/chacha_ppc64le.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vendor/golang.org/x/crypto/chacha20/chacha_ppc64le.go b/vendor/golang.org/x/crypto/chacha20/chacha_ppc64le.go index 2806c6325..da420b2e9 100644 --- a/vendor/golang.org/x/crypto/chacha20/chacha_ppc64le.go +++ b/vendor/golang.org/x/crypto/chacha20/chacha_ppc64le.go @@ -2,6 +2,7 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. +//go:build gc && !purego // +build gc,!purego package chacha20 |