module github.com/containers/ocicrypt

go 1.22

require (
	github.com/go-jose/go-jose/v4 v4.0.4
	github.com/golang/protobuf v1.5.4
	github.com/miekg/pkcs11 v1.1.1
	github.com/opencontainers/go-digest v1.0.0
	github.com/opencontainers/image-spec v1.1.0
	github.com/sirupsen/logrus v1.9.3
	github.com/smallstep/pkcs7 v0.1.1
	github.com/stefanberger/go-pkcs11uri v0.0.0-20201008174630-78d3cae3a980
	github.com/stretchr/testify v1.10.0
	golang.org/x/crypto v0.30.0
	golang.org/x/term v0.27.0
	google.golang.org/grpc v1.68.1
	gopkg.in/yaml.v3 v3.0.1
)

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