mirror of
https://github.com/containers/podman.git
synced 2025-10-20 04:34:01 +08:00
![dependabot-preview[bot]](/assets/img/avatar_default.png)
Bumps [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery) from 0.18.8 to 0.19.0. - [Release notes](https://github.com/kubernetes/apimachinery/releases) - [Commits](https://github.com/kubernetes/apimachinery/compare/v0.18.8...v0.19.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
10 lines
255 B
Go
10 lines
255 B
Go
// 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.
|
|
|
|
// +build !amd64,!ppc64le,!s390x gccgo purego
|
|
|
|
package poly1305
|
|
|
|
type mac struct{ macGeneric }
|