X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=go.mod;h=19e71d867487eef9413c6663a5eec6c485550277;hb=1df2854b39c97f92d8fc8a77a6f763e5e8752009;hp=1191e6f2d938c3ea9fe96d0a504b27ab0d7bbf06;hpb=146785207baa7f9029e91439ec41e176ccd0ef78;p=meta4ra.git diff --git a/go.mod b/go.mod index 1191e6f..19e71d8 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,10 @@ module go.stargrave.org/meta4ra -go 1.17 +go 1.20 + +require ( + go.cypherpunks.ru/gogost/v5 v5.10.0 + golang.org/x/crypto v0.8.0 +) + +require golang.org/x/sys v0.7.0 // indirect