mirror of
https://github.com/DNSCrypt/dnscrypt-proxy.git
synced 2025-01-17 02:46:54 +01:00
8213a96cd5
This reverts commit 8e8a4bd024
.
11 lines
303 B
Modula-2
11 lines
303 B
Modula-2
module github.com/jedisct1/xsecretbox
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/aead/chacha20 v0.0.0-20180709150244-8b13a72661da
|
|
github.com/aead/poly1305 v0.0.0-20180717145839-3fee0db0b635
|
|
golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad
|
|
golang.org/x/sys v0.0.0-20201231184435-2d18734c6014 // indirect
|
|
)
|