mirror of
https://github.com/k3s-io/k3s.git
synced 2024-06-07 19:41:36 +00:00
b352d73511
Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
22 lines
694 B
Modula-2
22 lines
694 B
Modula-2
module github.com/containers/ocicrypt
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/golang/protobuf v1.4.3
|
|
github.com/google/go-cmp v0.5.2 // indirect
|
|
github.com/miekg/pkcs11 v1.0.3
|
|
github.com/opencontainers/go-digest v1.0.0
|
|
github.com/opencontainers/image-spec v1.0.1
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/sirupsen/logrus v1.7.0
|
|
github.com/stefanberger/go-pkcs11uri v0.0.0-20201008174630-78d3cae3a980
|
|
github.com/stretchr/testify v1.3.0
|
|
go.mozilla.org/pkcs7 v0.0.0-20200128120323-432b2356ecb1
|
|
golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2
|
|
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1
|
|
google.golang.org/grpc v1.33.2
|
|
gopkg.in/square/go-jose.v2 v2.5.1
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
)
|