1
0
mirror of https://github.com/DNSCrypt/dnscrypt-proxy.git synced 2025-01-16 02:40:37 +01:00
dnscrypt-proxy/vendor/github.com/jedisct1/go-hpke-compact/go.mod

9 lines
155 B
Modula-2
Raw Normal View History

2021-03-30 11:03:25 +02:00
module github.com/jedisct1/go-hpke-compact
go 1.16
require (
github.com/powerman/check v1.3.1
golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2
)