update go and vendor
This commit is contained in:
3
vendor/golang.org/x/crypto/pkcs12/pkcs12.go
generated
vendored
3
vendor/golang.org/x/crypto/pkcs12/pkcs12.go
generated
vendored
@ -7,6 +7,9 @@
|
||||
// This implementation is distilled from https://tools.ietf.org/html/rfc7292
|
||||
// and referenced documents. It is intended for decoding P12/PFX-stored
|
||||
// certificates and keys for use with the crypto/tls package.
|
||||
//
|
||||
// This package is frozen. If it's missing functionality you need, consider
|
||||
// an alternative like software.sslmate.com/src/go-pkcs12.
|
||||
package pkcs12
|
||||
|
||||
import (
|
||||
|
6
vendor/modules.txt
vendored
6
vendor/modules.txt
vendored
@ -33,7 +33,7 @@ github.com/google/certificate-transparency-go/client/configpb
|
||||
# github.com/pierrec/lz4 v2.0.5+incompatible
|
||||
github.com/pierrec/lz4
|
||||
github.com/pierrec/lz4/internal/xxh32
|
||||
# golang.org/x/crypto v0.0.0-20190103213133-ff983b9c42bc
|
||||
# golang.org/x/crypto v0.0.0-20190129210102-ccddf3741a0c
|
||||
golang.org/x/crypto/ocsp
|
||||
golang.org/x/crypto/pkcs12
|
||||
golang.org/x/crypto/ed25519
|
||||
@ -41,12 +41,12 @@ golang.org/x/crypto/cryptobyte
|
||||
golang.org/x/crypto/cryptobyte/asn1
|
||||
golang.org/x/crypto/pkcs12/internal/rc2
|
||||
golang.org/x/crypto/ed25519/internal/edwards25519
|
||||
# golang.org/x/net v0.0.0-20190119204137-ed066c81e75e
|
||||
# golang.org/x/net v0.0.0-20190125091013-d26f9f9a57f3
|
||||
golang.org/x/net/context
|
||||
golang.org/x/net/context/ctxhttp
|
||||
# gopkg.in/yaml.v2 v2.2.2
|
||||
gopkg.in/yaml.v2
|
||||
# k8s.io/apimachinery v0.0.0-20190119020841-d41becfba9ee
|
||||
# k8s.io/apimachinery v0.0.0-20190126155707-0e6dcdd1b5ce
|
||||
k8s.io/apimachinery/pkg/util/validation
|
||||
k8s.io/apimachinery/pkg/util/validation/field
|
||||
k8s.io/apimachinery/pkg/util/errors
|
||||
|
Reference in New Issue
Block a user