X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=go.mod;h=85ece3bf47ff247ff46afafeeedb46800d0239d2;hb=HEAD;hp=fe390d9fcc17d35a09ce308c222d03cbdb0d8c19;hpb=009e6a235129f367b3534fa2346af8020b619e09;p=gohpenc.git diff --git a/go.mod b/go.mod index fe390d9..85ece3b 100644 --- a/go.mod +++ b/go.mod @@ -1,5 +1,7 @@ -module go.cypherpunks.ru/gohpenc +module go.cypherpunks.ru/gohpenc/v3 -go 1.12 +go 1.20 -require golang.org/x/crypto v0.0.0-20191227163750-53104e6ec876 +require golang.org/x/crypto v0.12.0 + +require golang.org/x/sys v0.11.0 // indirect