module github.com/cisco/go-hpke

go 1.14

require (
	github.com/cisco/go-tls-syntax v0.0.0-20200617162716-46b0cfb76b9b
	github.com/cloudflare/circl v1.0.0
	github.com/stretchr/testify v1.6.1
	golang.org/x/crypto v0.0.0-20200820211705-5c72a883971a
)
