module github.com/containers/ocicrypt

go 1.20

require (
	github.com/go-jose/go-jose/v3 v3.0.3
	github.com/golang/protobuf v1.5.3
	github.com/miekg/pkcs11 v1.1.1
	github.com/opencontainers/go-digest v1.0.0
	github.com/opencontainers/image-spec v1.0.2
	github.com/sirupsen/logrus v1.9.0
	github.com/stefanberger/go-pkcs11uri v0.0.0-20201008174630-78d3cae3a980
	github.com/stretchr/testify v1.7.0
	go.mozilla.org/pkcs7 v0.0.0-20200128120323-432b2356ecb1
	golang.org/x/crypto v0.19.0
	golang.org/x/term v0.17.0
	google.golang.org/grpc v1.56.3
	gopkg.in/yaml.v3 v3.0.0
)

require (
	github.com/davecgh/go-spew v1.1.1 // indirect
	github.com/pmezard/go-difflib v1.0.0 // indirect
	golang.org/x/net v0.17.0 // indirect
	golang.org/x/sys v0.17.0 // indirect
	golang.org/x/text v0.14.0 // indirect
	google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 // indirect
	google.golang.org/protobuf v1.30.0 // indirect
)
